Skip to content
Closed
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
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- uses: golangci/golangci-lint-action@v8
- run: make go-lint
go-test:
runs-on: ubuntu-24.04-16c-64gb
runs-on: doublezero-k8s-generic
needs: go-build
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.activator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ permissions:

jobs:
goreleaser:
runs-on: ubuntu-24.04-16c-64gb
runs-on: doublezero-k8s-generic
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.admin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ permissions:

jobs:
goreleaser:
runs-on: ubuntu-24.04-16c-64gb
runs-on: doublezero-k8s-generic
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ permissions:

jobs:
goreleaser:
runs-on: ubuntu-24.04-16c-64gb
runs-on: doublezero-k8s-generic
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
jobs:
release:
name: Build ${{ inputs.component }}
runs-on: ubuntu-24.04-16c-64gb
runs-on: doublezero-k8s-generic
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.devnet.all.daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- smartcontract
notify:
name: Post failure to slack
runs-on: ubuntu-24.04-16c-64gb
runs-on: doublezero-k8s-generic
needs:
- release
- smartcontract
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.devnet.smartcontract.daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
release:
runs-on: ubuntu-24.04-16c-64gb
runs-on: doublezero-k8s-generic
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@1.90.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.docker.core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ env:

jobs:
build-and-push:
runs-on: ubuntu-24.04-16c-64gb
runs-on: doublezero-k8s-generic

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.pipeline.validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permissions:

jobs:
validate_pipeline:
runs-on: ubuntu-24.04-16c-64gb
runs-on: doublezero-k8s-generic
strategy:
matrix:
include:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
rust-build:
runs-on: ubuntu-24.04-16c-64gb
runs-on: doublezero-k8s-generic
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@1.90.0
Expand All @@ -18,7 +18,7 @@ jobs:
echo "$HOME/.local/share/solana/install/active_release/bin" >> $GITHUB_PATH
- run: make rust-build
rust-lint:
runs-on: ubuntu-24.04-16c-64gb
runs-on: doublezero-k8s-generic
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@1.90.0
Expand All @@ -27,7 +27,7 @@ jobs:
- uses: Swatinem/rust-cache@v2
- run: make rust-lint
rust-test:
runs-on: ubuntu-24.04-16c-64gb
runs-on: doublezero-k8s-generic
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@1.90.0
Expand All @@ -38,7 +38,7 @@ jobs:
echo "$HOME/.local/share/solana/install/active_release/bin" >> $GITHUB_PATH
- run: make rust-test
rust-validator-test:
runs-on: ubuntu-24.04-16c-64gb
runs-on: doublezero-k8s-generic
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@1.90.0
Expand Down
Loading