Skip to content

Commit

Permalink
fix: e2e test broken artifact build (#668)
Browse files Browse the repository at this point in the history
* update runners from 20.04 to latest

* update actionlint
  • Loading branch information
aalu1418 committed Apr 18, 2024
1 parent 3a4f23a commit 6fe3ee0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions .github/actionlint.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
self-hosted-runner:
# Labels of self-hosted or large runner labels in array of string
labels:
- ubuntu20.04-4cores-16GB
- ubuntu20.04-8cores-32GB
- ubuntu20.04-16cores-64GB
- ubuntu20.04-32cores-128GB
- ubuntu20.04-64cores-256GB
- ubuntu-latest-4cores-16GB
- ubuntu-latest-8cores-32GB
- ubuntu-latest-16cores-64GB
- ubuntu-latest-32cores-128GB
- ubuntu-latest-64cores-256GB
6 changes: 3 additions & 3 deletions .github/workflows/e2e_custom_cl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
permissions:
id-token: write
contents: read
runs-on: ubuntu20.04-32cores-128GB
runs-on: ubuntu-latest-32cores-128GB
needs: [get_projectserum_version]
container:
image: projectserum/build:${{ needs.get_projectserum_version.outputs.projectserum_version }}
Expand All @@ -68,7 +68,7 @@ jobs:

e2e_custom_build_custom_chainlink_image:
name: E2E Custom Build Custom CL Image
runs-on: ubuntu20.04-16cores-64GB
runs-on: ubuntu-latest-16cores-64GB
environment: integration
permissions:
id-token: write
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
pull-requests: write
id-token: write
contents: read
runs-on: ubuntu20.04-16cores-64GB
runs-on: ubuntu-latest-16cores-64GB

needs: [e2e_custom_build_artifacts, e2e_custom_build_custom_chainlink_image, check_test_compilation]
env:
Expand Down

0 comments on commit 6fe3ee0

Please sign in to comment.