Skip to content

Commit

Permalink
ci(travis): further testing
Browse files Browse the repository at this point in the history
Signed-off-by: Rifa Achrinza <[email protected]>
  • Loading branch information
achrinza committed Nov 4, 2024
1 parent 1d48b23 commit 5e1b6d8
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,27 +5,29 @@ language: node_js
dist: jammy
arch:
- ppc64le
- s390x
# - s390x
cache:
npm: true
services:
- docker
node_js:
- 22
addons:
apt:
packages:
- docker.io
env:
- >
JOB=test
DB2_VERSION=:11.5.9.0@sha256:77095d4e04cf4448c0257086afcb2c166193d718dc33441da3b949f97e21efd5
- >
JOB=cross-test
DB2_VERSION=:11.5.9.0@sha256:77095d4e04cf4448c0257086afcb2c166193d718dc33441da3b949f97e21efd5
# - >
# JOB=cross-test
# DB2_VERSION=:11.5.9.0@sha256:77095d4e04cf4448c0257086afcb2c166193d718dc33441da3b949f97e21efd5
install: skip
script: |-
sudo systemctl status docker
PAGER= sudo journalctl -u docker
docker --version
docker run --name="foo" -e 'LICENSE=ACCEPT' icr.io/db2_community/db2
docker logs -f foo
docker ps -a
PAGER= sudo journalctl -u docker
case "$JOB" in
test)
./cicd/well-known/test-harness.sh
Expand Down

0 comments on commit 5e1b6d8

Please sign in to comment.