Skip to content
Draft
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/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Documents the various GitHub Actions workflows, the role they fulfill and 3rd pa
Builds and runs CCF performance tests, both end to end and micro-benchmarks. Results are posted to bencher.dev, and [plotted to make regressions obvious](https://bencher.dev/console/projects/ccf/plots).
Triggered on every commit on `main`, but not on PR builds because the setup required to build from forks is complex and fragile in terms of security, and the increase in pool usage would be substantial.

Tests are run and published on two different testbeds for comparison: gha-vmss-d16av5-ci (d16av5 VMs) and gha-c-aci-ci (C-ACI with 16 cores and 32Gb RAM), and are labeled accordingly in the bencher UI.
Tests are run and published on two different testbeds for comparison: gha-vmss-d16av6-ci (d16av6 VMs) and gha-c-aci-ci (C-ACI with 16 cores and 32Gb RAM), and are labeled accordingly in the bencher UI.

File: `bencher.yml`
3rd party dependencies:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/bencher-ab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on:
[
self-hosted,
1ES.Pool=gha-vmss-d16av5-ci,
1ES.Pool=gha-vmss-d16av6-ci,
"JobId=bab_benchmark_pr-${{ github.run_id }}-${{ github.run_number }}-${{ github.run_attempt }}",
]
if: &check_trigger_conditions ${{ (github.event.action == 'labeled' && github.event.label.name == 'bench-ab') || (github.event.action != 'labeled' && contains(github.event.pull_request.labels.*.name, 'bench-ab')) || github.event_name == 'workflow_dispatch' || github.event_name == 'schedule'}}
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
runs-on:
[
self-hosted,
1ES.Pool=gha-vmss-d16av5-ci,
1ES.Pool=gha-vmss-d16av6-ci,
"JobId=bab_benchmark_main-${{ github.run_id }}-${{ github.run_number }}-${{ github.run_attempt }}",
]
if: *check_trigger_conditions
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
runs-on:
[
self-hosted,
1ES.Pool=gha-vmss-d16av5-ci,
1ES.Pool=gha-vmss-d16av6-ci,
"JobId=bab_compare-${{ github.run_id }}-${{ github.run_number }}-${{ github.run_attempt }}",
]
container:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bencher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on:
[
self-hosted,
1ES.Pool=gha-vmss-d16av5-ci,
1ES.Pool=gha-vmss-d16av6-ci,
"JobId=bench_virtual-${{ github.run_id }}-${{ github.run_number }}-${{ github.run_attempt }}",
]
container:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ci-verification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on:
[
self-hosted,
1ES.Pool=gha-vmss-d16av5-ci,
1ES.Pool=gha-vmss-d16av6-ci,
"JobId=civ_mc_consistency-${{ github.run_id }}-${{ github.run_number }}-${{ github.run_attempt }}",
]
container:
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
runs-on:
[
self-hosted,
1ES.Pool=gha-vmss-d16av5-ci,
1ES.Pool=gha-vmss-d16av6-ci,
"JobId=civ_mc_consensus-${{ github.run_id }}-${{ github.run_number }}-${{ github.run_attempt }}",
]
container:
Expand Down Expand Up @@ -174,7 +174,7 @@ jobs:
runs-on:
[
self-hosted,
1ES.Pool=gha-vmss-d16av5-ci,
1ES.Pool=gha-vmss-d16av6-ci,
"JobId=civ_tv_consensus-${{ github.run_id }}-${{ github.run_number }}-${{ github.run_attempt }}",
]
container:
Expand Down Expand Up @@ -242,7 +242,7 @@ jobs:

model-checking-self-healing-open:
name: Model Checking - Self-Healing Open
runs-on: [self-hosted, 1ES.Pool=gha-vmss-d16av5-ci]
runs-on: [self-hosted, 1ES.Pool=gha-vmss-d16av6-ci]
container:
image: mcr.microsoft.com/azurelinux/base/core:3.0
options: --user root --publish-all --cap-add NET_ADMIN --cap-add NET_RAW --cap-add SYS_PTRACE
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on:
[
self-hosted,
1ES.Pool=gha-vmss-d16av5-ci,
1ES.Pool=gha-vmss-d16av6-ci,
"JobId=ci_build_tidy-${{ github.run_id }}-${{ github.run_number }}-${{ github.run_attempt }}",
]
container:
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
runs-on:
[
self-hosted,
1ES.Pool=gha-vmss-d16av5-ci,
1ES.Pool=gha-vmss-d16av6-ci,
"JobId=ci_build_test_virtual-${{ github.run_id }}-${{ github.run_number }}-${{ github.run_attempt }}",
]
container:
Expand Down Expand Up @@ -186,7 +186,7 @@ jobs:
runs-on:
[
self-hosted,
1ES.Pool=gha-vmss-d16av5-ci,
1ES.Pool=gha-vmss-d16av6-ci,
"JobId=ci_coverage-${{ github.run_id }}-${{ github.run_number }}-${{ github.run_attempt }}",
]
container:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
runs-on:
[
self-hosted,
1ES.Pool=gha-vmss-d16av5-ci,
1ES.Pool=gha-vmss-d16av6-ci,
"JobId=codeql_analyze-${{ github.run_id }}-${{ github.run_number }}-${{ github.run_attempt }}",
]
container:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/long-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
runs-on:
[
self-hosted,
1ES.Pool=gha-vmss-d16av5-ci,
1ES.Pool=gha-vmss-d16av6-ci,
"JobId=long_asan-${{ github.run_id }}-${{ github.run_number }}-${{ github.run_attempt }}",
]
container:
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
runs-on:
[
self-hosted,
1ES.Pool=gha-vmss-d16av5-ci,
1ES.Pool=gha-vmss-d16av6-ci,
"JobId=long_tsan-${{ github.run_id }}-${{ github.run_number }}-${{ github.run_attempt }}",
]
container:
Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:
runs-on:
[
self-hosted,
1ES.Pool=gha-vmss-d16av5-ci,
1ES.Pool=gha-vmss-d16av6-ci,
"JobId=long_e2e_debug-${{ github.run_id }}-${{ github.run_number }}-${{ github.run_attempt }}",
]
container:
Expand Down Expand Up @@ -222,7 +222,7 @@ jobs:
runs-on:
[
self-hosted,
1ES.Pool=gha-vmss-d16av5-ci,
1ES.Pool=gha-vmss-d16av6-ci,
"JobId=long_e2e_release-${{ github.run_id }}-${{ github.run_number }}-${{ github.run_attempt }}",
]
container:
Expand Down Expand Up @@ -286,7 +286,7 @@ jobs:
runs-on:
[
self-hosted,
1ES.Pool=gha-vmss-d16av5-ci,
1ES.Pool=gha-vmss-d16av6-ci,
"JobId=long_e2e_shuffled-${{ github.run_id }}-${{ github.run_number }}-${{ github.run_attempt }}",
]
container:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/long-verification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
runs-on:
[
self-hosted,
1ES.Pool=gha-vmss-d16av5-ci,
1ES.Pool=gha-vmss-d16av6-ci,
"JobId=long_mc_atomic_reconfig-${{ github.run_id }}-${{ github.run_number }}-${{ github.run_attempt }}",
]
container:
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
runs-on:
[
self-hosted,
1ES.Pool=gha-vmss-d16av5-ci,
1ES.Pool=gha-vmss-d16av6-ci,
"JobId=long_mc_reconfig-${{ github.run_id }}-${{ github.run_number }}-${{ github.run_attempt }}",
]
container:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
runs-on:
[
self-hosted,
1ES.Pool=gha-vmss-d16av5-ci,
1ES.Pool=gha-vmss-d16av6-ci,
"JobId=release_image_digest-${{ github.run_id }}-${{ github.run_number }}-${{ github.run_attempt }}",
]
outputs:
Expand All @@ -99,7 +99,7 @@ jobs:
runs-on:
[
self-hosted,
1ES.Pool=gha-vmss-d16av5-ci,
1ES.Pool=gha-vmss-d16av6-ci,
"JobId=release_build_release-${{ github.run_id }}-${{ github.run_number }}-${{ github.run_attempt }}",
]
container:
Expand Down Expand Up @@ -316,7 +316,7 @@ jobs:
runs-on:
[
self-hosted,
1ES.Pool=gha-vmss-d16av5-ci,
1ES.Pool=gha-vmss-d16av6-ci,
"JobId=release_test_rpm_against_app-${{ github.run_id }}-${{ github.run_number }}-${{ github.run_attempt }}",
]
container:
Expand Down Expand Up @@ -366,7 +366,7 @@ jobs:
runs-on:
[
self-hosted,
1ES.Pool=gha-vmss-d16av5-ci,
1ES.Pool=gha-vmss-d16av6-ci,
"JobId=release_reproduce_rpm-${{ github.run_id }}-${{ github.run_number }}-${{ github.run_attempt }}",
]
env:
Expand Down
Loading