Skip to content

update runner labels #1636

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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