Skip to content

Commit 4e3b4f0

Browse files
mkruskal-googlezhangskz
authored andcommitted
Use explicit names of our large runners
PiperOrigin-RevId: 650360525
1 parent fa2b2d6 commit 4e3b4f0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/test_cpp.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
config:
2020
- { name: Optimized, flags: --config=opt }
2121
- { name: Debug, flags: --config=dbg }
22-
- { name: ASAN, flags: --config=asan, runner: ubuntu-20-large }
23-
- { name: MSAN, flags: --config=docker-msan, runner: ubuntu-20-large }
24-
- { name: TSAN, flags: --config=tsan, runner: ubuntu-20-large }
22+
- { name: ASAN, flags: --config=asan, runner: ubuntu-20-4core }
23+
- { name: MSAN, flags: --config=docker-msan, runner: ubuntu-20-4core }
24+
- { name: TSAN, flags: --config=tsan, runner: ubuntu-20-4core }
2525
- { name: UBSAN, flags: --config=ubsan }
2626
- { name: No-RTTI, flags: --cxxopt=-fno-rtti }
2727
include:
@@ -80,7 +80,7 @@ jobs:
8080
matrix:
8181
arch: [x86_64, aarch64]
8282
name: Linux Release ${{ matrix.arch}}
83-
runs-on: ubuntu-20-large
83+
runs-on: ubuntu-20-4core
8484
steps:
8585
- name: Checkout pending changes
8686
uses: protocolbuffers/protobuf-ci/checkout@v3

.github/workflows/test_upb.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- { name: "Bazel 7", bazel_version: "7.1.1" }
2121
- { name: "Fastbuild" }
2222
- { name: "Optimized", flags: "-c opt" }
23-
- { name: "ASAN", flags: "--config=asan -c dbg", exclude-targets: "-//benchmarks:benchmark -//python/...", runner: ubuntu-20-large }
23+
- { name: "ASAN", flags: "--config=asan -c dbg", exclude-targets: "-//benchmarks:benchmark -//python/...", runner: ubuntu-20-4core }
2424
- { name: "UBSAN", flags: "--config=ubsan -c dbg", exclude-targets: "-//benchmarks:benchmark -//python/... -//lua/..." }
2525
- { name: "32-bit", flags: "--copt=-m32 --linkopt=-m32", exclude-targets: "-//benchmarks:benchmark -//python/..." }
2626
# TODO: Add 32-bit ASAN test

0 commit comments

Comments
 (0)