bump circleci for flaky test

This commit is contained in:
Andrew Jackson (Ajax) 2023-09-22 16:15:18 -05:00
parent 25c3b1732e
commit 2f36f0ec0a
4 changed files with 40 additions and 40 deletions

View File

@ -1,7 +1,7 @@
version: 2.1 version: 2.1
orbs: orbs:
aws-cli: circleci/aws-cli@1.3.2 aws-cli: circleci/aws-cli@4.1.1
docker: circleci/docker@2.1.4 docker: circleci/docker@2.3.0
executors: executors:
golang: golang:

View File

@ -1,7 +1,7 @@
version: 2.1 version: 2.1
orbs: orbs:
aws-cli: circleci/aws-cli@1.3.2 aws-cli: circleci/aws-cli@4.1.1
docker: circleci/docker@2.1.4 docker: circleci/docker@2.3.0
executors: executors:
golang: golang:

View File

@ -104,7 +104,7 @@ var Doc = map[string][]DocField{
for _, typeName := range outt { for _, typeName := range outt {
typ := out[typeName] typ := out[typeName]
fmt.Printf("\t\"%s\": []DocField{\n", typeName) fmt.Printf("\t\"%s\": {\n", typeName)
for _, f := range typ { for _, f := range typ {
fmt.Println("\t\t{") fmt.Println("\t\t{")

View File

@ -9,7 +9,7 @@ type DocField struct {
} }
var Doc = map[string][]DocField{ var Doc = map[string][]DocField{
"API": []DocField{ "API": {
{ {
Name: "ListenAddress", Name: "ListenAddress",
Type: "string", Type: "string",
@ -29,7 +29,7 @@ var Doc = map[string][]DocField{
Comment: ``, Comment: ``,
}, },
}, },
"Backup": []DocField{ "Backup": {
{ {
Name: "DisableMetadataLog", Name: "DisableMetadataLog",
Type: "bool", Type: "bool",
@ -41,7 +41,7 @@ Note that in case of metadata corruption it might be much harder to recover
your node if metadata log is disabled`, your node if metadata log is disabled`,
}, },
}, },
"BatchFeeConfig": []DocField{ "BatchFeeConfig": {
{ {
Name: "Base", Name: "Base",
Type: "types.FIL", Type: "types.FIL",
@ -55,7 +55,7 @@ your node if metadata log is disabled`,
Comment: ``, Comment: ``,
}, },
}, },
"Chainstore": []DocField{ "Chainstore": {
{ {
Name: "EnableSplitstore", Name: "EnableSplitstore",
Type: "bool", Type: "bool",
@ -69,7 +69,7 @@ your node if metadata log is disabled`,
Comment: ``, Comment: ``,
}, },
}, },
"Client": []DocField{ "Client": {
{ {
Name: "UseIpfs", Name: "UseIpfs",
Type: "bool", Type: "bool",
@ -117,7 +117,7 @@ without existing payment channels with available funds will fail instead
of automatically performing on-chain operations.`, of automatically performing on-chain operations.`,
}, },
}, },
"Common": []DocField{ "Common": {
{ {
Name: "API", Name: "API",
Type: "API", Type: "API",
@ -149,7 +149,7 @@ of automatically performing on-chain operations.`,
Comment: ``, Comment: ``,
}, },
}, },
"DAGStoreConfig": []DocField{ "DAGStoreConfig": {
{ {
Name: "RootDir", Name: "RootDir",
Type: "string", Type: "string",
@ -206,7 +206,7 @@ representation, e.g. 1m, 5m, 1h.
Default value: 1 minute.`, Default value: 1 minute.`,
}, },
}, },
"DealmakingConfig": []DocField{ "DealmakingConfig": {
{ {
Name: "ConsiderOnlineStorageDeals", Name: "ConsiderOnlineStorageDeals",
Type: "bool", Type: "bool",
@ -341,7 +341,7 @@ see https://lotus.filecoin.io/storage-providers/advanced-configurations/market/#
Comment: ``, Comment: ``,
}, },
}, },
"Events": []DocField{ "Events": {
{ {
Name: "DisableRealTimeFilterAPI", Name: "DisableRealTimeFilterAPI",
Type: "bool", Type: "bool",
@ -394,7 +394,7 @@ the database must already exist and be writeable. If a relative path is provided
relative to the CWD (current working directory).`, relative to the CWD (current working directory).`,
}, },
}, },
"FaultReporterConfig": []DocField{ "FaultReporterConfig": {
{ {
Name: "EnableConsensusFaultReporter", Name: "EnableConsensusFaultReporter",
Type: "bool", Type: "bool",
@ -423,7 +423,7 @@ ReportConsensusFault messages. It will pay for gas fees, and receive any
rewards. This address should have adequate funds to cover gas fees.`, rewards. This address should have adequate funds to cover gas fees.`,
}, },
}, },
"FeeConfig": []DocField{ "FeeConfig": {
{ {
Name: "DefaultMaxFee", Name: "DefaultMaxFee",
Type: "types.FIL", Type: "types.FIL",
@ -431,7 +431,7 @@ rewards. This address should have adequate funds to cover gas fees.`,
Comment: ``, Comment: ``,
}, },
}, },
"FevmConfig": []DocField{ "FevmConfig": {
{ {
Name: "EnableEthRPC", Name: "EnableEthRPC",
Type: "bool", Type: "bool",
@ -453,7 +453,7 @@ Set to 0 to keep all mappings`,
Comment: ``, Comment: ``,
}, },
}, },
"FullNode": []DocField{ "FullNode": {
{ {
Name: "Client", Name: "Client",
Type: "Client", Type: "Client",
@ -503,7 +503,7 @@ Set to 0 to keep all mappings`,
Comment: ``, Comment: ``,
}, },
}, },
"HarmonyDB": []DocField{ "HarmonyDB": {
{ {
Name: "Hosts", Name: "Hosts",
Type: "[]string", Type: "[]string",
@ -536,7 +536,7 @@ in a cluster. Only 1 is required`,
Comment: `The port to find Yugabyte. Blank for default.`, Comment: `The port to find Yugabyte. Blank for default.`,
}, },
}, },
"IndexConfig": []DocField{ "IndexConfig": {
{ {
Name: "EnableMsgIndex", Name: "EnableMsgIndex",
Type: "bool", Type: "bool",
@ -545,7 +545,7 @@ in a cluster. Only 1 is required`,
EnableMsgIndex enables indexing of messages on chain.`, EnableMsgIndex enables indexing of messages on chain.`,
}, },
}, },
"IndexProviderConfig": []DocField{ "IndexProviderConfig": {
{ {
Name: "Enable", Name: "Enable",
Type: "bool", Type: "bool",
@ -590,7 +590,7 @@ starts. By default, the cache is rehydrated from previously cached entries store
datastore if any is present.`, datastore if any is present.`,
}, },
}, },
"Libp2p": []DocField{ "Libp2p": {
{ {
Name: "ListenAddresses", Name: "ListenAddresses",
Type: "[]string", Type: "[]string",
@ -657,7 +657,7 @@ count towards this limit.`,
closed by the connection manager.`, closed by the connection manager.`,
}, },
}, },
"Logging": []DocField{ "Logging": {
{ {
Name: "SubsystemLevels", Name: "SubsystemLevels",
Type: "map[string]string", Type: "map[string]string",
@ -665,7 +665,7 @@ closed by the connection manager.`,
Comment: `SubsystemLevels specify per-subsystem log levels`, Comment: `SubsystemLevels specify per-subsystem log levels`,
}, },
}, },
"LotusProviderAddresses": []DocField{ "LotusProviderAddresses": {
{ {
Name: "PreCommitControl", Name: "PreCommitControl",
Type: "[]string", Type: "[]string",
@ -701,7 +701,7 @@ A control address that doesn't have enough funds will still be chosen
over the worker address if this flag is set.`, over the worker address if this flag is set.`,
}, },
}, },
"LotusProviderConfig": []DocField{ "LotusProviderConfig": {
{ {
Name: "EnableWindowPost", Name: "EnableWindowPost",
Type: "bool", Type: "bool",
@ -733,7 +733,7 @@ over the worker address if this flag is set.`,
Comment: ``, Comment: ``,
}, },
}, },
"LotusProviderFees": []DocField{ "LotusProviderFees": {
{ {
Name: "DefaultMaxFee", Name: "DefaultMaxFee",
Type: "types.FIL", Type: "types.FIL",
@ -783,7 +783,7 @@ over the worker address if this flag is set.`,
Comment: ``, Comment: ``,
}, },
}, },
"MinerAddressConfig": []DocField{ "MinerAddressConfig": {
{ {
Name: "PreCommitControl", Name: "PreCommitControl",
Type: "[]string", Type: "[]string",
@ -825,7 +825,7 @@ A control address that doesn't have enough funds will still be chosen
over the worker address if this flag is set.`, over the worker address if this flag is set.`,
}, },
}, },
"MinerFeeConfig": []DocField{ "MinerFeeConfig": {
{ {
Name: "MaxPreCommitGasFee", Name: "MaxPreCommitGasFee",
Type: "types.FIL", Type: "types.FIL",
@ -875,7 +875,7 @@ over the worker address if this flag is set.`,
Comment: ``, Comment: ``,
}, },
}, },
"MinerSubsystemConfig": []DocField{ "MinerSubsystemConfig": {
{ {
Name: "EnableMining", Name: "EnableMining",
Type: "bool", Type: "bool",
@ -921,7 +921,7 @@ This is useful to allow workers to bypass the lotus miner to access sector infor
Comment: ``, Comment: ``,
}, },
}, },
"ProvingConfig": []DocField{ "ProvingConfig": {
{ {
Name: "ParallelCheckLimit", Name: "ParallelCheckLimit",
Type: "int", Type: "int",
@ -1048,7 +1048,7 @@ Note that setting this value lower may result in less efficient gas use - more m
to prove each deadline, resulting in more total gas use (but each message will have lower gas limit)`, to prove each deadline, resulting in more total gas use (but each message will have lower gas limit)`,
}, },
}, },
"Pubsub": []DocField{ "Pubsub": {
{ {
Name: "Bootstrapper", Name: "Bootstrapper",
Type: "bool", Type: "bool",
@ -1108,7 +1108,7 @@ This property is used only if ElasticSearchTracer propery is set.`,
Comment: `Auth token that will be passed with logs to elasticsearch - used for weighted peers score.`, Comment: `Auth token that will be passed with logs to elasticsearch - used for weighted peers score.`,
}, },
}, },
"RetrievalPricing": []DocField{ "RetrievalPricing": {
{ {
Name: "Strategy", Name: "Strategy",
Type: "string", Type: "string",
@ -1128,7 +1128,7 @@ This property is used only if ElasticSearchTracer propery is set.`,
Comment: ``, Comment: ``,
}, },
}, },
"RetrievalPricingDefault": []DocField{ "RetrievalPricingDefault": {
{ {
Name: "VerifiedDealsFreeTransfer", Name: "VerifiedDealsFreeTransfer",
Type: "bool", Type: "bool",
@ -1139,7 +1139,7 @@ This parameter is ONLY applicable if the retrieval pricing policy strategy has b
default value is true`, default value is true`,
}, },
}, },
"RetrievalPricingExternal": []DocField{ "RetrievalPricingExternal": {
{ {
Name: "Path", Name: "Path",
Type: "string", Type: "string",
@ -1148,7 +1148,7 @@ default value is true`,
This parameter is ONLY applicable if the retrieval pricing policy strategy has been configured to "external".`, This parameter is ONLY applicable if the retrieval pricing policy strategy has been configured to "external".`,
}, },
}, },
"SealerConfig": []DocField{ "SealerConfig": {
{ {
Name: "ParallelFetchLimit", Name: "ParallelFetchLimit",
Type: "int", Type: "int",
@ -1249,7 +1249,7 @@ to use when evaluating tasks against this worker. An empty value defaults
to "hardware".`, to "hardware".`,
}, },
}, },
"SealingConfig": []DocField{ "SealingConfig": {
{ {
Name: "MaxWaitDealsSectors", Name: "MaxWaitDealsSectors",
Type: "uint64", Type: "uint64",
@ -1455,7 +1455,7 @@ Submitting a smaller number of prove commits per epoch would reduce the possibil
Comment: ``, Comment: ``,
}, },
}, },
"Splitstore": []DocField{ "Splitstore": {
{ {
Name: "ColdStoreType", Name: "ColdStoreType",
Type: "string", Type: "string",
@ -1522,7 +1522,7 @@ is set. Moving GC will not occur when total moving size exceeds
HotstoreMaxSpaceTarget - HotstoreMaxSpaceSafetyBuffer`, HotstoreMaxSpaceTarget - HotstoreMaxSpaceSafetyBuffer`,
}, },
}, },
"StorageMiner": []DocField{ "StorageMiner": {
{ {
Name: "Subsystems", Name: "Subsystems",
Type: "MinerSubsystemConfig", Type: "MinerSubsystemConfig",
@ -1584,7 +1584,7 @@ HotstoreMaxSpaceTarget - HotstoreMaxSpaceSafetyBuffer`,
Comment: ``, Comment: ``,
}, },
}, },
"UserRaftConfig": []DocField{ "UserRaftConfig": {
{ {
Name: "ClusterModeEnabled", Name: "ClusterModeEnabled",
Type: "bool", Type: "bool",
@ -1646,7 +1646,7 @@ copies that we keep as backups (renaming) after cleanup.`,
Comment: `Tracing enables propagation of contexts across binary boundaries.`, Comment: `Tracing enables propagation of contexts across binary boundaries.`,
}, },
}, },
"Wallet": []DocField{ "Wallet": {
{ {
Name: "RemoteBackend", Name: "RemoteBackend",
Type: "string", Type: "string",