Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Chralt98 committed Dec 22, 2023
1 parent 55dc0d1 commit 661ba52
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ jobs:
chopsticks_battery_station_upgrade:
name: Battery Station Chopsticks Post-Upgrade Tests
runs-on: ubuntu-20.04
needs: ["build_parachain"]
needs: ["build_parachain", "zombienet_zeitgeist_upgrade"]
steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand Down Expand Up @@ -189,7 +189,6 @@ jobs:
- name: Create local folders
run: |
mkdir -p target/release/wbuild/battery-station-runtime/
mkdir -p integration-tests/tmp
mkdir -p integration-tests/tmp/node_logs
- name: Download runtime
Expand All @@ -208,12 +207,12 @@ jobs:
pnpm exec moonwall test chopsticks_battery_station_upgrade
ls -R tmp/node_logs/
cat tmp/node_logs/*.log
timeout-minutes: 20

chopsticks_zeitgeist_upgrade:
name: Zeitgeist Chopsticks Post-Upgrade Tests
runs-on: ubuntu-20.04
# run after "chopsticks_battery_station_upgrade" job, because the moonwall test has port conflicts
needs: ["build_parachain", "chopsticks_battery_station_upgrade"]
needs: ["build_parachain", "zombienet_zeitgeist_upgrade"]
steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand Down Expand Up @@ -241,7 +240,6 @@ jobs:
- name: Create local folders
run: |
mkdir -p target/release/wbuild/zeitgeist-runtime/
mkdir -p integration-tests/tmp
mkdir -p integration-tests/tmp/node_logs
- name: "Download runtime"
Expand All @@ -260,3 +258,4 @@ jobs:
pnpm exec moonwall test chopsticks_zeitgeist_upgrade
ls -R tmp/node_logs/
cat tmp/node_logs/*.log
timeout-minutes: 20
4 changes: 2 additions & 2 deletions integration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
},
"devDependencies": {
"@acala-network/chopsticks": "0.9.3",
"@moonwall/cli": "^4.4.4",
"@moonwall/util": "^4.4.4",
"@moonwall/cli": "^4.4.1",
"@moonwall/util": "^4.4.1",
"debug": "4.3.4",
"@polkadot/api": "^10.10.1",
"@polkadot/types": "^10.10.1",
Expand Down
5 changes: 3 additions & 2 deletions integration-tests/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 661ba52

Please sign in to comment.