File tree Expand file tree Collapse file tree
.azure-pipelines-templates Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,15 +8,15 @@ pr: none
88resources :
99 containers :
1010 - container : virtual
11- image : ghcr.io/microsoft/ccf/ci/default:build-08-10 -2024
11+ image : ghcr.io/microsoft/ccf/ci/default:build-05-12 -2024
1212 options : --publish-all --cap-add NET_ADMIN --cap-add NET_RAW --cap-add SYS_PTRACE -v /lib/modules:/lib/modules:ro
1313
1414 - container : snp
15- image : ghcr.io/microsoft/ccf/ci/default:build-08-10 -2024
15+ image : ghcr.io/microsoft/ccf/ci/default:build-05-12 -2024
1616 options : --publish-all --cap-add NET_ADMIN --cap-add NET_RAW --cap-add SYS_PTRACE -v /lib/modules:/lib/modules:ro
1717
1818 - container : sgx
19- image : ghcr.io/microsoft/ccf/ci/sgx:build-08-10 -2024
19+ image : ghcr.io/microsoft/ccf/ci/sgx:build-05-12 -2024
2020 options : --publish-all --cap-add NET_ADMIN --cap-add NET_RAW --device /dev/sgx_enclave:/dev/sgx_enclave --device /dev/sgx_provision:/dev/sgx_provision -v /dev/sgx:/dev/sgx -v /lib/modules:/lib/modules:ro
2121
2222variables :
Original file line number Diff line number Diff line change 5050 env:
5151 ACR_REGISTRY_RESOURCE_NAME: ccfmsrc
5252 ACR_REGISTRY: ccfmsrc.azurecr.io
53- BASE_IMAGE: ghcr.io/microsoft/ccf/ci/default:build-08-10 -2024
53+ BASE_IMAGE: ghcr.io/microsoft/ccf/ci/default:build-05-12 -2024
5454
5555 - script : |
5656 set -ex
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ schedules:
2222resources :
2323 containers :
2424 - container : virtual
25- image : ghcr.io/microsoft/ccf/ci/default:build-08-10 -2024
25+ image : ghcr.io/microsoft/ccf/ci/default:build-05-12 -2024
2626 options : --publish-all --cap-add NET_ADMIN --cap-add NET_RAW --cap-add SYS_PTRACE -v /lib/modules:/lib/modules:ro
2727
2828jobs :
Original file line number Diff line number Diff line change 1111 name : Continuous Benchmarking with Bencher
1212 runs-on : [self-hosted, 1ES.Pool=gha-virtual-ccf-sub]
1313 container :
14- image : ghcr.io/microsoft/ccf/ci/default:build-08-10 -2024
14+ image : ghcr.io/microsoft/ccf/ci/default:build-05-12 -2024
1515 steps :
1616 - uses : actions/checkout@v4
1717 with :
Original file line number Diff line number Diff line change 2424 name : Model Checking - Consistency
2525 runs-on : [self-hosted, 1ES.Pool=gha-virtual-ccf-sub]
2626 container :
27- image : ghcr.io/microsoft/ccf/ci/default:build-08-10 -2024
27+ image : ghcr.io/microsoft/ccf/ci/default:build-05-12 -2024
2828 defaults :
2929 run :
3030 working-directory : tla
@@ -102,7 +102,7 @@ jobs:
102102 name : Model Checking - Consensus
103103 runs-on : [self-hosted, 1ES.Pool=gha-virtual-ccf-sub]
104104 container :
105- image : ghcr.io/microsoft/ccf/ci/default:build-08-10 -2024
105+ image : ghcr.io/microsoft/ccf/ci/default:build-05-12 -2024
106106 defaults :
107107 run :
108108 working-directory : tla
@@ -158,7 +158,7 @@ jobs:
158158 name : Trace Validation - Consensus
159159 runs-on : [self-hosted, 1ES.Pool=gha-virtual-ccf-sub]
160160 container :
161- image : ghcr.io/microsoft/ccf/ci/default:build-08-10 -2024
161+ image : ghcr.io/microsoft/ccf/ci/default:build-05-12 -2024
162162
163163 steps :
164164 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change 2020 checks :
2121 name : " Format and License Checks"
2222 runs-on : ubuntu-latest
23- container : ghcr.io/microsoft/ccf/ci/default:build-08-10 -2024
23+ container : ghcr.io/microsoft/ccf/ci/default:build-05-12 -2024
2424
2525 steps :
2626 - run : git config --global --add safe.directory "$GITHUB_WORKSPACE"
4444 options : --user root --publish-all --cap-add NET_ADMIN --cap-add NET_RAW --cap-add SYS_PTRACE -v /lib/modules:/lib/modules:ro
4545 runs-on : ${{ matrix.platform.nodes }}
4646 container :
47- image : ghcr.io/microsoft/ccf/ci/${{ matrix.platform.image }}:build-08-10 -2024
47+ image : ghcr.io/microsoft/ccf/ci/${{ matrix.platform.image }}:build-05-12 -2024
4848 options : ${{ matrix.platform.options }}
4949 steps :
5050 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change 2525 # Insufficient space to run on public runner, so use custom pool
2626 runs-on : [self-hosted, 1ES.Pool=gha-virtual-ccf-sub]
2727 container :
28- image : ghcr.io/microsoft/ccf/ci/default:build-08-10 -2024
28+ image : ghcr.io/microsoft/ccf/ci/default:build-05-12 -2024
2929 options : --user root
3030
3131 permissions :
Original file line number Diff line number Diff line change 1717 if : ${{ contains(github.event.pull_request.labels.*.name, 'run-long-test') || github.event_name == 'workflow_dispatch' || github.event_name == 'schedule' }}
1818 runs-on : [self-hosted, 1ES.Pool=gha-virtual-ccf-sub]
1919 container :
20- image : ghcr.io/microsoft/ccf/ci/default:build-08-10 -2024
20+ image : ghcr.io/microsoft/ccf/ci/default:build-05-12 -2024
2121
2222 steps :
2323 - uses : actions/checkout@v4
3535 if : ${{ contains(github.event.pull_request.labels.*.name, 'run-long-test') || github.event_name == 'workflow_dispatch' || github.event_name == 'schedule' }}
3636 runs-on : [self-hosted, 1ES.Pool=gha-virtual-ccf-sub]
3737 container :
38- image : ghcr.io/microsoft/ccf/ci/default:build-08-10 -2024
38+ image : ghcr.io/microsoft/ccf/ci/default:build-05-12 -2024
3939
4040 steps :
4141 - uses : actions/checkout@v4
7979 name : TSAN
8080 runs-on : [self-hosted, 1ES.Pool=gha-virtual-ccf-sub]
8181 container :
82- image : ghcr.io/microsoft/ccf/ci/default:build-08-10 -2024
82+ image : ghcr.io/microsoft/ccf/ci/default:build-05-12 -2024
8383
8484 steps :
8585 - uses : actions/checkout@v4
@@ -117,7 +117,7 @@ jobs:
117117 name : LTS
118118 runs-on : [self-hosted, 1ES.Pool=gha-virtual-ccf-sub]
119119 container :
120- image : ghcr.io/microsoft/ccf/ci/default:build-08-10 -2024
120+ image : ghcr.io/microsoft/ccf/ci/default:build-05-12 -2024
121121
122122 steps :
123123 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change 2222 if : ${{ contains(github.event.pull_request.labels.*.name, 'run-long-verification') || github.event_name == 'workflow_dispatch' || github.event_name == 'schedule' }}
2323 runs-on : [self-hosted, 1ES.Pool=gha-virtual-ccf-sub]
2424 container :
25- image : ghcr.io/microsoft/ccf/ci/default:build-08-10 -2024
25+ image : ghcr.io/microsoft/ccf/ci/default:build-05-12 -2024
2626 defaults :
2727 run :
2828 working-directory : tla
5050 if : ${{ contains(github.event.pull_request.labels.*.name, 'run-long-verification') || github.event_name == 'workflow_dispatch' || github.event_name == 'schedule' }}
5151 runs-on : [self-hosted, 1ES.Pool=gha-virtual-ccf-sub]
5252 container :
53- image : ghcr.io/microsoft/ccf/ci/default:build-08-10 -2024
53+ image : ghcr.io/microsoft/ccf/ci/default:build-05-12 -2024
5454 defaults :
5555 run :
5656 working-directory : tla
Original file line number Diff line number Diff line change 7575 nodes : [self-hosted, 1ES.Pool=gha-virtual-ccf-sub]
7676 runs-on : ${{ matrix.platform.nodes }}
7777 container :
78- image : ghcr.io/microsoft/ccf/ci/${{ matrix.platform.image }}:build-08-10 -2024
78+ image : ghcr.io/microsoft/ccf/ci/${{ matrix.platform.image }}:build-05-12 -2024
7979 options : " --user root --publish-all --cap-add NET_ADMIN --cap-add NET_RAW --cap-add SYS_PTRACE -v /lib/modules:/lib/modules:ro ${{ matrix.platform.container_options }}"
8080 steps :
8181 - uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments