Skip to content
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
2 changes: 2 additions & 0 deletions .github/workflows/CI-build-macos-macos-13-genai.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ concurrency:
jobs:
init_release:
runs-on: ubuntu-latest
timeout-minutes: 120
# No concurrency group: GitHub's "1 running + 1 pending" rule causes
# mass cancellations when many workflows share a group. Instead we
# run all init jobs in parallel and converge via a race-tolerant
Expand Down Expand Up @@ -77,6 +78,7 @@ jobs:
build:
needs: init_release
runs-on: macos-13
timeout-minutes: 120
env:
ARCH: x86_64
MATRIX: '(macos-x86_64-genai)'
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/CI-build-macos-macos-13-v31.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ concurrency:
jobs:
init_release:
runs-on: ubuntu-latest
timeout-minutes: 120
# No concurrency group: GitHub's "1 running + 1 pending" rule causes
# mass cancellations when many workflows share a group. Instead we
# run all init jobs in parallel and converge via a race-tolerant
Expand Down Expand Up @@ -77,6 +78,7 @@ jobs:
build:
needs: init_release
runs-on: macos-13
timeout-minutes: 120
env:
ARCH: x86_64
MATRIX: '(macos-x86_64-v31)'
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/CI-build-macos-macos-13.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ concurrency:
jobs:
init_release:
runs-on: ubuntu-latest
timeout-minutes: 120
# No concurrency group: GitHub's "1 running + 1 pending" rule causes
# mass cancellations when many workflows share a group. Instead we
# run all init jobs in parallel and converge via a race-tolerant
Expand Down Expand Up @@ -77,6 +78,7 @@ jobs:
build:
needs: init_release
runs-on: macos-13
timeout-minutes: 120
env:
ARCH: x86_64
MATRIX: '(macos-x86_64)'
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/CI-build-macos-macos-14-genai.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ concurrency:
jobs:
init_release:
runs-on: ubuntu-latest
timeout-minutes: 120
# No concurrency group: GitHub's "1 running + 1 pending" rule causes
# mass cancellations when many workflows share a group. Instead we
# run all init jobs in parallel and converge via a race-tolerant
Expand Down Expand Up @@ -77,6 +78,7 @@ jobs:
build:
needs: init_release
runs-on: macos-14
timeout-minutes: 120
env:
ARCH: arm64
MATRIX: '(macos-arm64-genai)'
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/CI-build-macos-macos-14-v31.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ concurrency:
jobs:
init_release:
runs-on: ubuntu-latest
timeout-minutes: 120
# No concurrency group: GitHub's "1 running + 1 pending" rule causes
# mass cancellations when many workflows share a group. Instead we
# run all init jobs in parallel and converge via a race-tolerant
Expand Down Expand Up @@ -77,6 +78,7 @@ jobs:
build:
needs: init_release
runs-on: macos-14
timeout-minutes: 120
env:
ARCH: arm64
MATRIX: '(macos-arm64-v31)'
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/CI-build-macos-macos-14.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ concurrency:
jobs:
init_release:
runs-on: ubuntu-latest
timeout-minutes: 120
# No concurrency group: GitHub's "1 running + 1 pending" rule causes
# mass cancellations when many workflows share a group. Instead we
# run all init jobs in parallel and converge via a race-tolerant
Expand Down Expand Up @@ -77,6 +78,7 @@ jobs:
build:
needs: init_release
runs-on: macos-14
timeout-minutes: 120
env:
ARCH: arm64
MATRIX: '(macos-arm64)'
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/CI-cluster-simulator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
build:
name: build
runs-on: ubuntu-22.04
timeout-minutes: 120
outputs:
groups: ${{ steps.simulator-groups.outputs.groups }}

Expand All @@ -57,6 +58,7 @@ jobs:
run: test/infra/control/cluster-simulator-ci.bash install

- name: Build simulation test runtime
timeout-minutes: 90
if: steps.simulator-build.outputs.cache-hit != 'true'
run: test/infra/control/cluster-simulator-ci.bash build

Expand All @@ -78,6 +80,7 @@ jobs:
name: test / ${{ matrix.group }}
needs: build
runs-on: ubuntu-22.04
timeout-minutes: 120
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -113,6 +116,7 @@ jobs:
run: test/infra/control/ensure-infras.bash

- name: Run simulation tests
timeout-minutes: 90
run: test/infra/control/run-tests-isolated.bash

- name: Cleanup
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/CI-lint-groups-json.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
jobs:
lint:
runs-on: ubuntu-latest
timeout-minutes: 120
steps:
- uses: actions/checkout@v4
- name: Fetch GH-Actions branch
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/CI-package-amd64-almalinux10-clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ concurrency:
jobs:
init_release:
runs-on: ubuntu-latest
timeout-minutes: 120
# No concurrency group: GitHub's "1 running + 1 pending" rule causes
# mass cancellations when many workflows share a group. Instead we
# run all init jobs in parallel and converge via a race-tolerant
Expand Down Expand Up @@ -78,6 +79,7 @@ jobs:
build:
needs: init_release
runs-on: ubuntu-24.04
timeout-minutes: 120
env:
ARCH: amd64
DIST: almalinux10
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/CI-package-amd64-almalinux10-dbg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ concurrency:
jobs:
init_release:
runs-on: ubuntu-latest
timeout-minutes: 120
# No concurrency group: GitHub's "1 running + 1 pending" rule causes
# mass cancellations when many workflows share a group. Instead we
# run all init jobs in parallel and converge via a race-tolerant
Expand Down Expand Up @@ -78,6 +79,7 @@ jobs:
build:
needs: init_release
runs-on: ubuntu-24.04
timeout-minutes: 120
env:
ARCH: amd64
DIST: almalinux10
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ concurrency:
jobs:
init_release:
runs-on: ubuntu-latest
timeout-minutes: 120
# No concurrency group: GitHub's "1 running + 1 pending" rule causes
# mass cancellations when many workflows share a group. Instead we
# run all init jobs in parallel and converge via a race-tolerant
Expand Down Expand Up @@ -78,6 +79,7 @@ jobs:
build:
needs: init_release
runs-on: ubuntu-24.04
timeout-minutes: 120
env:
ARCH: amd64
DIST: almalinux10
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/CI-package-amd64-almalinux10-genai-dbg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ concurrency:
jobs:
init_release:
runs-on: ubuntu-latest
timeout-minutes: 120
# No concurrency group: GitHub's "1 running + 1 pending" rule causes
# mass cancellations when many workflows share a group. Instead we
# run all init jobs in parallel and converge via a race-tolerant
Expand Down Expand Up @@ -78,6 +79,7 @@ jobs:
build:
needs: init_release
runs-on: ubuntu-24.04
timeout-minutes: 120
env:
ARCH: amd64
DIST: almalinux10
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/CI-package-amd64-almalinux10-genai.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ concurrency:
jobs:
init_release:
runs-on: ubuntu-latest
timeout-minutes: 120
# No concurrency group: GitHub's "1 running + 1 pending" rule causes
# mass cancellations when many workflows share a group. Instead we
# run all init jobs in parallel and converge via a race-tolerant
Expand Down Expand Up @@ -78,6 +79,7 @@ jobs:
build:
needs: init_release
runs-on: ubuntu-24.04
timeout-minutes: 120
env:
ARCH: amd64
DIST: almalinux10
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/CI-package-amd64-almalinux10-v31-clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ concurrency:
jobs:
init_release:
runs-on: ubuntu-latest
timeout-minutes: 120
# No concurrency group: GitHub's "1 running + 1 pending" rule causes
# mass cancellations when many workflows share a group. Instead we
# run all init jobs in parallel and converge via a race-tolerant
Expand Down Expand Up @@ -78,6 +79,7 @@ jobs:
build:
needs: init_release
runs-on: ubuntu-24.04
timeout-minutes: 120
env:
ARCH: amd64
DIST: almalinux10
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/CI-package-amd64-almalinux10-v31-dbg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ concurrency:
jobs:
init_release:
runs-on: ubuntu-latest
timeout-minutes: 120
# No concurrency group: GitHub's "1 running + 1 pending" rule causes
# mass cancellations when many workflows share a group. Instead we
# run all init jobs in parallel and converge via a race-tolerant
Expand Down Expand Up @@ -78,6 +79,7 @@ jobs:
build:
needs: init_release
runs-on: ubuntu-24.04
timeout-minutes: 120
env:
ARCH: amd64
DIST: almalinux10
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/CI-package-amd64-almalinux10-v31.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ concurrency:
jobs:
init_release:
runs-on: ubuntu-latest
timeout-minutes: 120
# No concurrency group: GitHub's "1 running + 1 pending" rule causes
# mass cancellations when many workflows share a group. Instead we
# run all init jobs in parallel and converge via a race-tolerant
Expand Down Expand Up @@ -78,6 +79,7 @@ jobs:
build:
needs: init_release
runs-on: ubuntu-24.04
timeout-minutes: 120
env:
ARCH: amd64
DIST: almalinux10
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/CI-package-amd64-almalinux10.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ concurrency:
jobs:
init_release:
runs-on: ubuntu-latest
timeout-minutes: 120
# No concurrency group: GitHub's "1 running + 1 pending" rule causes
# mass cancellations when many workflows share a group. Instead we
# run all init jobs in parallel and converge via a race-tolerant
Expand Down Expand Up @@ -78,6 +79,7 @@ jobs:
build:
needs: init_release
runs-on: ubuntu-24.04
timeout-minutes: 120
env:
ARCH: amd64
DIST: almalinux10
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/CI-package-amd64-almalinux8-clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ concurrency:
jobs:
init_release:
runs-on: ubuntu-latest
timeout-minutes: 120
# No concurrency group: GitHub's "1 running + 1 pending" rule causes
# mass cancellations when many workflows share a group. Instead we
# run all init jobs in parallel and converge via a race-tolerant
Expand Down Expand Up @@ -78,6 +79,7 @@ jobs:
build:
needs: init_release
runs-on: ubuntu-24.04
timeout-minutes: 120
env:
ARCH: amd64
DIST: almalinux8
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/CI-package-amd64-almalinux8-dbg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ concurrency:
jobs:
init_release:
runs-on: ubuntu-latest
timeout-minutes: 120
# No concurrency group: GitHub's "1 running + 1 pending" rule causes
# mass cancellations when many workflows share a group. Instead we
# run all init jobs in parallel and converge via a race-tolerant
Expand Down Expand Up @@ -78,6 +79,7 @@ jobs:
build:
needs: init_release
runs-on: ubuntu-24.04
timeout-minutes: 120
env:
ARCH: amd64
DIST: almalinux8
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/CI-package-amd64-almalinux8-genai-clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ concurrency:
jobs:
init_release:
runs-on: ubuntu-latest
timeout-minutes: 120
# No concurrency group: GitHub's "1 running + 1 pending" rule causes
# mass cancellations when many workflows share a group. Instead we
# run all init jobs in parallel and converge via a race-tolerant
Expand Down Expand Up @@ -78,6 +79,7 @@ jobs:
build:
needs: init_release
runs-on: ubuntu-24.04
timeout-minutes: 120
env:
ARCH: amd64
DIST: almalinux8
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/CI-package-amd64-almalinux8-genai-dbg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ concurrency:
jobs:
init_release:
runs-on: ubuntu-latest
timeout-minutes: 120
# No concurrency group: GitHub's "1 running + 1 pending" rule causes
# mass cancellations when many workflows share a group. Instead we
# run all init jobs in parallel and converge via a race-tolerant
Expand Down Expand Up @@ -78,6 +79,7 @@ jobs:
build:
needs: init_release
runs-on: ubuntu-24.04
timeout-minutes: 120
env:
ARCH: amd64
DIST: almalinux8
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/CI-package-amd64-almalinux8-genai.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ concurrency:
jobs:
init_release:
runs-on: ubuntu-latest
timeout-minutes: 120
# No concurrency group: GitHub's "1 running + 1 pending" rule causes
# mass cancellations when many workflows share a group. Instead we
# run all init jobs in parallel and converge via a race-tolerant
Expand Down Expand Up @@ -78,6 +79,7 @@ jobs:
build:
needs: init_release
runs-on: ubuntu-24.04
timeout-minutes: 120
env:
ARCH: amd64
DIST: almalinux8
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/CI-package-amd64-almalinux8-v31-clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ concurrency:
jobs:
init_release:
runs-on: ubuntu-latest
timeout-minutes: 120
# No concurrency group: GitHub's "1 running + 1 pending" rule causes
# mass cancellations when many workflows share a group. Instead we
# run all init jobs in parallel and converge via a race-tolerant
Expand Down Expand Up @@ -78,6 +79,7 @@ jobs:
build:
needs: init_release
runs-on: ubuntu-24.04
timeout-minutes: 120
env:
ARCH: amd64
DIST: almalinux8
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/CI-package-amd64-almalinux8-v31-dbg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ concurrency:
jobs:
init_release:
runs-on: ubuntu-latest
timeout-minutes: 120
# No concurrency group: GitHub's "1 running + 1 pending" rule causes
# mass cancellations when many workflows share a group. Instead we
# run all init jobs in parallel and converge via a race-tolerant
Expand Down Expand Up @@ -78,6 +79,7 @@ jobs:
build:
needs: init_release
runs-on: ubuntu-24.04
timeout-minutes: 120
env:
ARCH: amd64
DIST: almalinux8
Expand Down
Loading
Loading