Skip to content

Commit

Permalink
Merge pull request #3041 from w3f/staging
Browse files Browse the repository at this point in the history
Staging
  • Loading branch information
ironoa authored Sep 4, 2024
2 parents ab9c17c + 37b03b5 commit 92223d6
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
20 changes: 10 additions & 10 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2.1
jobs:
checkDependencies:
docker:
- image: node:slim
- image: node:22-slim
steps:
- checkout
- run:
Expand All @@ -12,7 +12,7 @@ jobs:
checkCandidatesFile:
docker:
- image: node:22
- image: node:22-slim
resource_class: large
steps:
- checkout
Expand All @@ -24,7 +24,7 @@ jobs:
checkCoreESLint:
docker:
- image: node:22
- image: node:22-slim
resource_class: large
steps:
- checkout
Expand All @@ -36,7 +36,7 @@ jobs:
checkCommonESLint:
docker:
- image: node:22
- image: node:22-slim
resource_class: large
steps:
- checkout
Expand All @@ -49,7 +49,7 @@ jobs:
CommonUnitTests:
description: "Common Unit Tests"
docker:
- image: node:22-bullseye
- image: node:22-slim
- image: mongo:6.0.9
name: mongodb
resource_class: xlarge
Expand All @@ -67,7 +67,7 @@ jobs:
ChaindataIntegrationTests:
description: "Chaindata Integration Tests"
docker:
- image: node:22-bullseye
- image: node:22-slim
- image: mongo:6.0.9
name: mongodb
resource_class: xlarge
Expand All @@ -85,7 +85,7 @@ jobs:
ApiHandlerIntegrationTests:
description: "ApiHandler Integration Tests"
docker:
- image: node:22-bullseye
- image: node:22-slim
- image: mongo:6.0.9
name: mongodb
resource_class: xlarge
Expand All @@ -103,7 +103,7 @@ jobs:
NominatorIntegrationTests:
description: "Nominator Integration Tests"
docker:
- image: node:22-bullseye
- image: node:22-slim
- image: mongo:6.0.9
name: mongodb
resource_class: xlarge
Expand All @@ -121,7 +121,7 @@ jobs:
ScorekeeperIntegrationTests:
description: "Scorekeeper Integration Tests"
docker:
- image: node:22-bullseye
- image: node:22-slim
- image: mongo:6.0.9
name: mongodb

Expand All @@ -140,7 +140,7 @@ jobs:
TelemetryIntegrationTests:
description: "Telemetry Integration Tests"
docker:
- image: node:22-bullseye
- image: node:22-slim
- image: mongo:6.0.9
name: mongodb

Expand Down
2 changes: 1 addition & 1 deletion apps/1kv-backend-staging/templates/kusama-otv-backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ spec:
"skipUnclaimed": true,
"clientUpgrade": {
"skip": false,
"forcedVersion": "1.15.1"
"forcedVersion": "1.15.2"
},
"minSelfStake": 10000000000000,
"commission": 150000000,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ spec:
"skipUnclaimed": true,
"clientUpgrade": {
"skip": false,
"forcedVersion": "1.15.1"
"forcedVersion": "1.15.2"
},
"minSelfStake": 50000000000000,
"commission": 50000000,
Expand Down
2 changes: 1 addition & 1 deletion apps/1kv-backend/templates/kusama-otv-backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ spec:
"skipUnclaimed": true,
"clientUpgrade": {
"skip": false,
"forcedVersion": "1.15.1"
"forcedVersion": "1.15.2"
},
"minSelfStake": 10000000000000,
"commission": 150000000,
Expand Down
2 changes: 1 addition & 1 deletion apps/1kv-backend/templates/polkadot-otv-backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ spec:
"skipUnclaimed": true,
"clientUpgrade": {
"skip": false,
"forcedVersion": "1.15.1"
"forcedVersion": "1.15.2"
},
"minSelfStake": 50000000000000,
"commission": 50000000,
Expand Down

0 comments on commit 92223d6

Please sign in to comment.