Skip to content

Commit

Permalink
ci: update build runner for publish release to github actions ubuntu …
Browse files Browse the repository at this point in the history
…20.04 runners. (#2267)

* make build runners 2204

* updates

* updates
  • Loading branch information
gzukel authored May 24, 2024
1 parent 587c59a commit 5d763d2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ env:

jobs:
build-and-test:
runs-on: buildjet-4vcpu-ubuntu-2004
runs-on: buildjet-4vcpu-ubuntu-2204
timeout-minutes: 15
concurrency:
group: "build-and-test"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ jobs:
build-test:
needs:
- check_branch
runs-on: buildjet-4vcpu-ubuntu-2004
runs-on: buildjet-4vcpu-ubuntu-2204
timeout-minutes: 15
concurrency:
group: "build-test"
Expand Down Expand Up @@ -440,7 +440,7 @@ jobs:
- e2e-upgrade-test
- check_branch
- e2e-stateful-data-test
runs-on: buildjet-4vcpu-ubuntu-2004
runs-on: ubuntu-20.04
timeout-minutes: 60
environment: release
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rc-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
echo "The major version found in 'releaseVersion' in app/setup_handlers.go matches this tagged release - Moving Forward!"
publish-release:
runs-on: buildjet-4vcpu-ubuntu-2004
runs-on: buildjet-4vcpu-ubuntu-2204
timeout-minutes: 60
needs:
- pre-release-checks
Expand Down
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
* [1814](https://github.com/zeta-chain/node/pull/1814) - fix code coverage ignore for protobuf generated files

### CI

* [2267](https://github.com/zeta-chain/node/pull/2267) - Change publish-release to github action ubuntu runner.
* [1958](https://github.com/zeta-chain/node/pull/1958) - Fix e2e advanced test debug checkbox.
* [1945](https://github.com/zeta-chain/node/pull/1945) - update advanced testing pipeline to not execute tests that weren't selected so they show skipped instead of skipping steps.
* [1940](https://github.com/zeta-chain/node/pull/1940) - adjust release pipeline to be created as pre-release instead of latest
Expand Down

0 comments on commit 5d763d2

Please sign in to comment.