@@ -60,27 +60,37 @@ jobs:
6060 - BUILD_ALL=true
6161 - MQ_ARCHIVE_REPOSITORY=$MQ_933_ARCHIVE_REPOSITORY_AMD64
6262 - MQ_ARCHIVE_REPOSITORY_DEV=$MQ_933_ARCHIVE_REPOSITORY_DEV_AMD64
63- script : bash -e travis-build-scripts/run.sh
63+ script :
64+ - bash travis-build-scripts/travis-log-keepalive.sh &
65+ - bash -e travis-build-scripts/run.sh
6466 - stage : build
6567 if : branch = v9.3.3 OR tag =~ ^release-candidate*
6668 name : " Multi-Arch S390X build"
67- os : linux-s390
69+ os : linux
70+ arch : s390x
71+ group : vms390
6872 env :
6973 - BUILD_ALL=true
7074 - TEST_OPTS_DOCKER="-run TestGoldenPathWithMetrics"
7175 - MQ_ARCHIVE_REPOSITORY=$MQ_933_ARCHIVE_REPOSITORY_S390X
7276 - MQ_ARCHIVE_REPOSITORY_DEV=$MQ_933_ARCHIVE_REPOSITORY_DEV_S390X
73- script : bash -e travis-build-scripts/run.sh
77+ script :
78+ - bash travis-build-scripts/travis-log-keepalive.sh &
79+ - bash -e travis-build-scripts/run.sh
7480 - stage : build
7581 if : branch = v9.3.3 OR tag =~ ^release-candidate*
7682 name : " Multi-Arch PPC64LE build"
77- os : linux-ppc64le
83+ os : linux
84+ arch : ppc64le
85+ group : power-focal
7886 env :
7987 - BUILD_ALL=true
8088 - TEST_OPTS_DOCKER="-run TestGoldenPathWithMetrics"
8189 - MQ_ARCHIVE_REPOSITORY=$MQ_933_ARCHIVE_REPOSITORY_PPC64LE
8290 - MQ_ARCHIVE_REPOSITORY_DEV=$MQ_933_ARCHIVE_REPOSITORY_DEV_PPC64LE
83- script : bash -e travis-build-scripts/run.sh
91+ script :
92+ - bash travis-build-scripts/travis-log-keepalive.sh &
93+ - bash -e travis-build-scripts/run.sh
8494 - stage : push-manifest
8595 if : branch = v9.3.3 AND type != pull_request OR tag =~ ^release-candidate*
8696 name : " Push Manifest-list to registry"
0 commit comments