1515 long-asan :
1616 if : ${{ contains(github.event.pull_request.labels.*.name, 'run-long-test') || github.event_name == 'workflow_dispatch' || github.event_name == 'schedule'}}
1717 name : " ASAN"
18- runs-on : [self-hosted, 1ES.Pool=gha-virtual-ccf-sub ]
18+ runs-on : [self-hosted, 1ES.Pool=gha-vmss-d16av5-ci ]
1919 container :
2020 image : mcr.microsoft.com/azurelinux/base/core:3.0
2121 options : --user root --publish-all --cap-add NET_ADMIN --cap-add NET_RAW --cap-add SYS_PTRACE
@@ -69,10 +69,10 @@ jobs:
6969 long-tsan :
7070 if : ${{ contains(github.event.pull_request.labels.*.name, 'run-long-test') || github.event_name == 'workflow_dispatch' || github.event_name == 'schedule'}}
7171 name : " TSAN"
72- runs-on : [self-hosted, 1ES.Pool=gha-virtual-ccf-sub ]
72+ runs-on : [self-hosted, 1ES.Pool=gha-vmss-d16av5-ci ]
7373 container :
7474 image : mcr.microsoft.com/azurelinux/base/core:3.0
75- options : --user root --publish-all --cap-add NET_ADMIN --cap-add NET_RAW --cap-add SYS_PTRACE
75+ options : --user root --publish-all --privileged
7676
7777 steps :
7878 - name : " Checkout dependencies"
@@ -106,7 +106,7 @@ jobs:
106106 run : |
107107 set +x
108108 cd build
109- ./tests.sh --output-on-failure --timeout 1600 -LE "benchmark"
109+ setarch -R ./tests.sh --output-on-failure --timeout 1600 -LE "benchmark"
110110
111111 - name : " Upload logs"
112112 if : success() || failure()
@@ -123,7 +123,7 @@ jobs:
123123 long-lts :
124124 if : ${{ contains(github.event.pull_request.labels.*.name, 'run-long-test') || github.event_name == 'workflow_dispatch' || github.event_name == 'schedule'}}
125125 name : Long LTS
126- runs-on : [self-hosted, 1ES.Pool=gha-virtual-ccf-sub ]
126+ runs-on : [self-hosted, 1ES.Pool=gha-vmss-d16av5-ci ]
127127 container :
128128 image : mcr.microsoft.com/azurelinux/base/core:3.0
129129 options : --user root --publish-all --cap-add NET_ADMIN --cap-add NET_RAW --cap-add SYS_PTRACE
@@ -179,7 +179,7 @@ jobs:
179179 long-e2e-debug :
180180 if : ${{ contains(github.event.pull_request.labels.*.name, 'run-long-test') || github.event_name == 'workflow_dispatch' || github.event_name == 'schedule'}}
181181 name : Long e2e - Debug
182- runs-on : [self-hosted, 1ES.Pool=gha-virtual-ccf-sub ]
182+ runs-on : [self-hosted, 1ES.Pool=gha-vmss-d16av5-ci ]
183183 container :
184184 image : mcr.microsoft.com/azurelinux/base/core:3.0
185185 options : --user root --publish-all --cap-add NET_ADMIN --cap-add NET_RAW --cap-add SYS_PTRACE
@@ -236,7 +236,7 @@ jobs:
236236 long-e2e-release :
237237 if : ${{ contains(github.event.pull_request.labels.*.name, 'run-long-test') || github.event_name == 'workflow_dispatch' || github.event_name == 'schedule'}}
238238 name : Long e2e - Release
239- runs-on : [self-hosted, 1ES.Pool=gha-virtual-ccf-sub ]
239+ runs-on : [self-hosted, 1ES.Pool=gha-vmss-d16av5-ci ]
240240 container :
241241 image : mcr.microsoft.com/azurelinux/base/core:3.0
242242 options : --user root --publish-all --cap-add NET_ADMIN --cap-add NET_RAW --cap-add SYS_PTRACE
@@ -290,7 +290,7 @@ jobs:
290290 e2e-suite-shuffled :
291291 if : ${{ contains(github.event.pull_request.labels.*.name, 'run-long-test') || github.event_name == 'workflow_dispatch' || github.event_name == 'schedule'}}
292292 name : Long e2e - Shuffled
293- runs-on : [self-hosted, 1ES.Pool=gha-virtual-ccf-sub ]
293+ runs-on : [self-hosted, 1ES.Pool=gha-vmss-d16av5-ci ]
294294 container :
295295 image : mcr.microsoft.com/azurelinux/base/core:3.0
296296 options : --user root --publish-all --cap-add NET_ADMIN --cap-add NET_RAW --cap-add SYS_PTRACE
0 commit comments