File tree 1 file changed +15
-2
lines changed
.buildkite/docker-security-quality
1 file changed +15
-2
lines changed Original file line number Diff line number Diff line change 1
1
agents :
2
+ image : " docker.elastic.co/appex-qa/qaf:latest@sha256:55a198946ab24e6fcbe98a83a10cea1c695fb006b23afb7516e99b59499e5eb2"
2
3
memory : " 4G"
3
4
4
5
steps :
6
+ - label : " :pipeline: Install Docker"
7
+ key : install_docker
8
+ command :
9
+ - apt update
10
+ - apt install docker.io
11
+
5
12
- label : " :rocket: Deploy Geneve tests"
6
13
key : geneve_tests
14
+ depends_on : install_docker
7
15
command :
8
- - python3 -m pip install -r requirements.txt
9
- - ./scripts/test-stacks.sh $STACK_VERSION ${TEST_EXTRA_PARAMS:---online -v --queries}
16
+ - python3 -m pip install -r requirements.txt ;
17
+ - ./scripts/test-stacks.sh $STACK_VERSION ${TEST_EXTRA_PARAMS:---online -v --queries} ;
18
+ plugins :
19
+ - docker#v5.12.0:
20
+ image : " docker:latest"
21
+ volumes :
22
+ - " /var/run/docker.sock:/var/run/docker.sock"
You can’t perform that action at this time.
0 commit comments