Skip to content

Commit 26b84ab

Browse files
committed
ci(travis): further testing
Signed-off-by: Rifa Achrinza <[email protected]>
1 parent 1d48b23 commit 26b84ab

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

.travis.yml

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,27 +5,29 @@ language: node_js
55
dist: jammy
66
arch:
77
- ppc64le
8-
- s390x
8+
# - s390x
99
cache:
1010
npm: true
1111
services:
1212
- docker
1313
node_js:
1414
- 22
15-
addons:
16-
apt:
17-
packages:
18-
- docker.io
1915
env:
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
2622
install: skip
2723
script: |-
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

0 commit comments

Comments
 (0)