Skip to content

Commit

Permalink
s/group:/labels:/
Browse files Browse the repository at this point in the history
  • Loading branch information
pdillinger committed Dec 1, 2023
1 parent fe49d8e commit ee5b9eb
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 30 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/jobs-java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on: [push, pull_request]
jobs:
build-linux-java:
runs-on:
group: 4-core-ubuntu
labels: 4-core-ubuntu
container:
image: zjay437/rocksdb:0.6
steps:
Expand All @@ -19,7 +19,7 @@ jobs:
- uses: "./.github/actions/post-steps"
build-linux-java-static:
runs-on:
group: 4-core-ubuntu
labels: 4-core-ubuntu
container:
image: evolvedbinary/rocksjava:centos6_x64-be
steps:
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
- uses: "./.github/actions/post-steps"
build-linux-java-pmd:
runs-on:
group: 4-core-ubuntu
labels: 4-core-ubuntu
steps:
- uses: actions/checkout@v4.1.0
- uses: "./.github/actions/install-maven"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/jobs-linux-arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on: [push, pull_request]
jobs:
build-linux-arm:
runs-on:
group: arm64large # GitHub hosted ARM runners do not yet exist
labels: arm64large # GitHub hosted ARM runners do not yet exist
steps:
- uses: actions/checkout@v4.1.0
- uses: "./.github/actions/pre-steps"
Expand All @@ -12,7 +12,7 @@ jobs:
- uses: "./.github/actions/post-steps"
build-linux-arm-cmake-no_test_run:
runs-on:
group: arm64large # GitHub hosted ARM runners do not yet exist
labels: arm64large # GitHub hosted ARM runners do not yet exist
env:
JAVA_HOME: "/usr/lib/jvm/java-8-openjdk-arm64"
steps:
Expand Down
18 changes: 9 additions & 9 deletions .github/workflows/jobs-linux-no-test-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on: [push, pull_request]
jobs:
build-linux-release:
runs-on:
group: 16-core-ubuntu
labels: 16-core-ubuntu
container:
image: zjay437/rocksdb:0.6
steps:
Expand All @@ -27,7 +27,7 @@ jobs:
- uses: "./.github/actions/post-steps"
build-linux-release-rtti:
runs-on:
group: 8-core-ubuntu
labels: 8-core-ubuntu
container:
image: zjay437/rocksdb:0.6
steps:
Expand All @@ -40,7 +40,7 @@ jobs:
- run: if ./db_stress --version; then false; else true; fi
build-examples:
runs-on:
group: 4-core-ubuntu
labels: 4-core-ubuntu
container:
image: zjay437/rocksdb:0.6
steps:
Expand All @@ -51,7 +51,7 @@ jobs:
- uses: "./.github/actions/post-steps"
build-fuzzers:
runs-on:
group: 4-core-ubuntu
labels: 4-core-ubuntu
container:
image: zjay437/rocksdb:0.6
steps:
Expand All @@ -64,7 +64,7 @@ jobs:
- uses: "./.github/actions/post-steps"
build-linux-clang-no_test_run:
runs-on:
group: 8-core-ubuntu
labels: 8-core-ubuntu
container:
image: zjay437/rocksdb:0.6
steps:
Expand All @@ -73,7 +73,7 @@ jobs:
- uses: "./.github/actions/post-steps"
build-linux-clang-13-no_test_run:
runs-on:
group: 16-core-ubuntu
labels: 16-core-ubuntu
container:
image: zjay437/rocksdb:0.6
steps:
Expand All @@ -83,7 +83,7 @@ jobs:
- uses: "./.github/actions/post-steps"
build-linux-gcc-8-no_test_run:
runs-on:
group: 16-core-ubuntu
labels: 16-core-ubuntu
container:
image: zjay437/rocksdb:0.6
steps:
Expand All @@ -93,7 +93,7 @@ jobs:
- uses: "./.github/actions/post-steps"
build-linux-gcc-10-cxx20-no_test_run:
runs-on:
group: 16-core-ubuntu
labels: 16-core-ubuntu
container:
image: zjay437/rocksdb:0.6
steps:
Expand All @@ -103,7 +103,7 @@ jobs:
- uses: "./.github/actions/post-steps"
build-linux-gcc-11-no_test_run:
runs-on:
group: 16-core-ubuntu
labels: 16-core-ubuntu
container:
image: zjay437/rocksdb:0.6
steps:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/jobs-linux-other-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on: [push, pull_request]
jobs:
build-linux-clang10-clang-analyze:
runs-on:
group: 16-core-ubuntu
labels: 16-core-ubuntu
container:
image: zjay437/rocksdb:0.6
steps:
Expand All @@ -19,7 +19,7 @@ jobs:
path: scan_build_report.tar.gz
build-linux-unity-and-headers:
runs-on:
group: 4-core-ubuntu
labels: 4-core-ubuntu
container:
image: gcc:latest
env:
Expand All @@ -33,7 +33,7 @@ jobs:
- uses: "./.github/actions/post-steps"
build-linux-mini-crashtest:
runs-on:
group: 4-core-ubuntu
labels: 4-core-ubuntu
container:
image: zjay437/rocksdb:0.6
steps:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/jobs-linux-run-tests-san.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on: [push, pull_request]
jobs:
build-linux-clang10-asan:
runs-on:
group: 32-core-ubuntu
labels: 32-core-ubuntu
container:
image: zjay437/rocksdb:0.6
steps:
Expand All @@ -13,7 +13,7 @@ jobs:
- uses: "./.github/actions/post-steps"
build-linux-clang10-ubsan:
runs-on:
group: 16-core-ubuntu
labels: 16-core-ubuntu
container:
image: zjay437/rocksdb:0.6
steps:
Expand All @@ -23,7 +23,7 @@ jobs:
- uses: "./.github/actions/post-steps"
build-linux-clang10-mini-tsan:
runs-on:
group: 32-core-ubuntu
labels: 32-core-ubuntu
container:
image: zjay437/rocksdb:0.6
steps:
Expand All @@ -33,7 +33,7 @@ jobs:
- uses: "./.github/actions/post-steps"
build-linux-static_lib-alt_namespace-status_checked:
runs-on:
group: 16-core-ubuntu
labels: 16-core-ubuntu
container:
image: zjay437/rocksdb:0.6
steps:
Expand Down
18 changes: 9 additions & 9 deletions .github/workflows/jobs-linux-run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on: [push, pull_request]
jobs:
build-linux:
runs-on:
group: 16-core-ubuntu
labels: 16-core-ubuntu
container:
image: zjay437/rocksdb:0.6
steps:
Expand All @@ -13,7 +13,7 @@ jobs:
- uses: "./.github/actions/post-steps"
build-linux-cmake-mingw:
runs-on:
group: 4-core-ubuntu
labels: 4-core-ubuntu
container:
image: zjay437/rocksdb:0.6
steps:
Expand All @@ -30,7 +30,7 @@ jobs:
- uses: "./.github/actions/post-steps"
build-linux-cmake-with-folly:
runs-on:
group: 16-core-ubuntu
labels: 16-core-ubuntu
container:
image: zjay437/rocksdb:0.6
steps:
Expand All @@ -42,7 +42,7 @@ jobs:
- uses: "./.github/actions/post-steps"
build-linux-cmake-with-folly-lite-no-test:
runs-on:
group: 16-core-ubuntu
labels: 16-core-ubuntu
container:
image: zjay437/rocksdb:0.6
steps:
Expand All @@ -53,7 +53,7 @@ jobs:
- uses: "./.github/actions/post-steps"
build-linux-gcc-7-with-folly:
runs-on:
group: 16-core-ubuntu
labels: 16-core-ubuntu
container:
image: zjay437/rocksdb:0.6
steps:
Expand All @@ -65,7 +65,7 @@ jobs:
- uses: "./.github/actions/post-steps"
build-linux-gcc-7-with-folly-lite-no-test:
runs-on:
group: 16-core-ubuntu
labels: 16-core-ubuntu
container:
image: zjay437/rocksdb:0.6
steps:
Expand All @@ -76,7 +76,7 @@ jobs:
- uses: "./.github/actions/post-steps"
build-linux-cmake-with-folly-coroutines:
runs-on:
group: 16-core-ubuntu
labels: 16-core-ubuntu
container:
image: zjay437/rocksdb:0.6
env:
Expand All @@ -91,7 +91,7 @@ jobs:
- uses: "./.github/actions/post-steps"
build-linux-cmake-with-benchmark:
runs-on:
group: 16-core-ubuntu
labels: 16-core-ubuntu
container:
image: zjay437/rocksdb:0.6
steps:
Expand All @@ -101,7 +101,7 @@ jobs:
- uses: "./.github/actions/post-steps"
build-linux-encrypted_env-no_compression:
runs-on:
group: 16-core-ubuntu
labels: 16-core-ubuntu
container:
image: zjay437/rocksdb:0.6
steps:
Expand Down

0 comments on commit ee5b9eb

Please sign in to comment.