File tree Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -5,27 +5,29 @@ language: node_js
55dist : jammy
66arch :
77 - ppc64le
8- - s390x
8+ # - s390x
99cache :
1010 npm : true
1111services :
1212 - docker
1313node_js :
1414 - 22
15- addons :
16- apt :
17- packages :
18- - docker.io
1915env :
2016 - >
2117 JOB=test
2218 DB2_VERSION=:11.5.9.0@sha256:77095d4e04cf4448c0257086afcb2c166193d718dc33441da3b949f97e21efd5
23- - >
24- JOB=cross-test
25- DB2_VERSION=:11.5.9.0@sha256:77095d4e04cf4448c0257086afcb2c166193d718dc33441da3b949f97e21efd5
19+ # - >
20+ # JOB=cross-test
21+ # DB2_VERSION=:11.5.9.0@sha256:77095d4e04cf4448c0257086afcb2c166193d718dc33441da3b949f97e21efd5
2622install : skip
2723script : |-
24+ sudo systemctl status docker
25+ PAGER= sudo journalctl -u docker
2826 docker --version
27+ docker run --name="foo" -e 'LICENSE=ACCEPT' docker.io/ibmcom/db2
28+ docker logs -f foo
29+ docker ps -a
30+ PAGER= sudo journalctl -u docker
2931 case "$JOB" in
3032 test)
3133 ./cicd/well-known/test-harness.sh
You can’t perform that action at this time.
0 commit comments