Skip to content

Commit 5453501

Browse files
committed
SRE-3527 ci: dedicated docker runner only for FI
Fault injection stage is heavy. Let's run it on a separate docker host Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@hpe.com> Cancel-prev-build: false Priority: 2 Skip-python-bandit: true Skip-build-el8-gcc: true Skip-build-leap15-gcc: true Skip-build-leap15-icc: true Skip-unit-tests:true Skip-unit-test: true Skip-NLT: true Skip-unit-test-memcheck: true Skip-func-test-el8: true Skip-func-test-el9: true Skip-test-el-8.6-rpms: true Skip-test-leap-15-rpms: true Skip-func-hw-test: true Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@hpe.com>
1 parent c0d01b0 commit 5453501

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1006,7 +1006,7 @@ pipeline {
10061006
agent {
10071007
dockerfile {
10081008
filename 'utils/docker/Dockerfile.el.9'
1009-
label 'docker_runner'
1009+
label 'docker_runner_fi'
10101010
additionalBuildArgs dockerBuildArgs(repo_type: 'stable',
10111011
parallel_build: true,
10121012
deps_build: true) +

0 commit comments

Comments
 (0)