Skip to content

Commit

Permalink
[ci] update MEM:32 label to BIGRAM
Browse files Browse the repository at this point in the history
We should use label to describe machines, instead of specify machine.
This can help us change the label meaning internally, also make our CI infra scalable.

Signed-off-by: Avimitin <[email protected]>
  • Loading branch information
Avimitin committed Apr 22, 2024
1 parent de76bb8 commit 08db7eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/daily-regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
gen-matrix:
name: "Generate test matrix"
runs-on: [self-hosted, linux, nixos, "MEM:32"]
runs-on: [self-hosted, linux, nixos, BIGRAM]
env:
RUNNERS: 70
outputs:
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
gen-perf-matrix:
name: "Generate test matrix for perf cases"
runs-on: [self-hosted, linux, nixos, "MEM:32"]
runs-on: [self-hosted, linux, nixos, BIGRAM]
env:
RUNNERS: 70
outputs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
gen-matrix:
name: "Prepare for running testcases"
needs: [build-emulators]
runs-on: [self-hosted, linux, nixos, "MEM:32"]
runs-on: [self-hosted, linux, nixos, BIGRAM]
env:
RUNNERS: 70
outputs:
Expand Down

0 comments on commit 08db7eb

Please sign in to comment.