Skip to content

Commit

Permalink
update runner labels (#1636)
Browse files Browse the repository at this point in the history
# Goal
The goal of this PR is to update runner labels to their long-term stable
versions.

Part of #1362
  • Loading branch information
demisx authored and shannonwells committed Apr 16, 2024
1 parent 23e7903 commit 3c8c406
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 16 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/merge-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
publish-js-api-augment-rc:
name: Merge - Publish JS API Augment Release Candidate
runs-on: [self-hosted, Linux, X64, testing, v2]
runs-on: [self-hosted, Linux, X64, build, v2]
container: ghcr.io/libertydsnp/frequency/ci-base-image
steps:
- name: Check Out Repo
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
name: Merge - Calculate Code Coverage
# This job currently fails on EKS runners and must be run on standalone until
# https://www.pivotaltracker.com/story/show/185045668 is resolved.
runs-on: [self-hosted, Linux, X64, build]
runs-on: [self-hosted, Linux, X64, build, v1]
container: ghcr.io/libertydsnp/frequency/ci-base-image
steps:
- name: Check Out Repo
Expand Down
12 changes: 5 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,10 +153,8 @@ jobs:
strategy:
fail-fast: true
matrix:
# This job intermittently fails on EKS runners and must be run on standalone until
# https://www.pivotaltracker.com/story/show/185045683 is resolved.
# os: [[self-hosted, Linux, X64, testing, v2], [self-hosted, Linux, ARM64, testing, v2]]
os: [[self-hosted, Linux, X64, testing, v2]]
# os: [[self-hosted, Linux, X64, build, v2], [self-hosted, Linux, ARM64, build, v2]]
os: [[self-hosted, Linux, X64, build, v2]]
network: [dev, local, rococo, mainnet]
include:
- network: dev
Expand All @@ -175,7 +173,7 @@ jobs:
spec: frequency
build-profile: release
release-file-name-prefix: frequency
- os: [self-hosted, Linux, X64, testing, v2]
- os: [self-hosted, Linux, X64, build, v2]
arch: amd64
# - os: [self-hosted, Linux, ARM64]
# arch: arm64
Expand Down Expand Up @@ -273,7 +271,7 @@ jobs:
release-wasm-file-name-prefix: frequency_runtime
features: frequency
wasm-core-version: frequency
runs-on: [self-hosted, Linux, X64, testing, v2]
runs-on: [self-hosted, Linux, X64, build, v2]
steps:
- name: Install Required Packages
run: |
Expand Down Expand Up @@ -339,7 +337,7 @@ jobs:
build-rust-developer-docs:
needs: version-code
name: Build Rust Developer Docs
runs-on: [self-hosted, Linux, X64, testing, v2]
runs-on: [self-hosted, Linux, X64, build, v2]
container: ghcr.io/libertydsnp/frequency/ci-base-image
steps:
- name: Check Out Repo
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/verify-pr-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
- network: mainnet
spec: frequency
branch_alias: pr
runs-on: [self-hosted, Linux, X64, testing, v2]
runs-on: [self-hosted, Linux, X64, build, v2]
container: ghcr.io/libertydsnp/frequency/ci-base-image
env:
NETWORK: mainnet
Expand Down Expand Up @@ -185,7 +185,7 @@ jobs:
needs: changes
if: needs.changes.outputs.rust == 'true'
name: Lint Rust Code
runs-on: [self-hosted, Linux, X64, testing, v2]
runs-on: [self-hosted, Linux, X64, build, v2]
container: ghcr.io/libertydsnp/frequency/ci-base-image
steps:
- name: Check Out Repo
Expand All @@ -201,7 +201,7 @@ jobs:
needs: changes
if: needs.changes.outputs.rust == 'true'
name: Verify Rust Developer Docs
runs-on: [self-hosted, Linux, X64, testing, v2]
runs-on: [self-hosted, Linux, X64, build, v2]
container: ghcr.io/libertydsnp/frequency/ci-base-image
steps:
- name: Check Out Repo
Expand All @@ -218,7 +218,7 @@ jobs:
needs: changes
if: needs.changes.outputs.rust == 'true'
name: Verify Rust Packages and Dependencies
runs-on: [self-hosted, Linux, X64, testing, v2]
runs-on: [self-hosted, Linux, X64, build, v2]
container: ghcr.io/libertydsnp/frequency/ci-base-image
steps:
- name: Check Out Repo
Expand All @@ -230,7 +230,7 @@ jobs:
needs: changes
if: needs.changes.outputs.rust == 'true'
name: Run Rust Tests
runs-on: [self-hosted, Linux, X64, testing, v2]
runs-on: [self-hosted, Linux, X64, build, v2]
container: ghcr.io/libertydsnp/frequency/ci-base-image
steps:
- name: Check Out Repo
Expand All @@ -247,7 +247,7 @@ jobs:
name: Calculate Code Coverage
# This job currently fails on EKS runners and must be run on standalone until
# https://www.pivotaltracker.com/story/show/185045668 is resolved.
runs-on: [self-hosted, Linux, X64, build]
runs-on: [self-hosted, Linux, X64, build, v1]
container: ghcr.io/libertydsnp/frequency/ci-base-image
steps:
- name: Check Out Repo
Expand Down Expand Up @@ -302,7 +302,7 @@ jobs:
built-wasm-file-name-prefix: frequency_runtime
features: frequency
wasm-core-version: frequency
runs-on: [self-hosted, Linux, X64, testing, v2]
runs-on: [self-hosted, Linux, X64, build, v2]
steps:
- name: Install Required Packages
run: |
Expand Down

0 comments on commit 3c8c406

Please sign in to comment.