From 6fe3ee02da7997fe8027ad378e23e53bcbeb9cdf Mon Sep 17 00:00:00 2001 From: Aaron Lu <50029043+aalu1418@users.noreply.github.com> Date: Thu, 18 Apr 2024 08:52:46 -0600 Subject: [PATCH] fix: e2e test broken artifact build (#668) * update runners from 20.04 to latest * update actionlint --- .github/actionlint.yaml | 10 +++++----- .github/workflows/e2e_custom_cl.yml | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/actionlint.yaml b/.github/actionlint.yaml index b950e1dfd..e24f166fd 100644 --- a/.github/actionlint.yaml +++ b/.github/actionlint.yaml @@ -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 \ No newline at end of file + - ubuntu-latest-4cores-16GB + - ubuntu-latest-8cores-32GB + - ubuntu-latest-16cores-64GB + - ubuntu-latest-32cores-128GB + - ubuntu-latest-64cores-256GB diff --git a/.github/workflows/e2e_custom_cl.yml b/.github/workflows/e2e_custom_cl.yml index 39791194d..0404a0338 100644 --- a/.github/workflows/e2e_custom_cl.yml +++ b/.github/workflows/e2e_custom_cl.yml @@ -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 }} @@ -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 @@ -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: