|
27 | 27 | global: |
28 | 28 | - MAIN_BRANCH=v9.3.0.x |
29 | 29 | - TAGCACHE_FILE=tagcache |
30 | | - - RELEASE=r1 |
| 30 | + - RELEASE=r2 |
31 | 31 |
|
32 | 32 | go_import_path: "github.com/ibm-messaging/mq-container" |
33 | 33 |
|
|
61 | 61 | - MQ_ARCHIVE_REPOSITORY=$MQ_930_ARCHIVE_REPOSITORY_AMD64 |
62 | 62 | - MQ_ARCHIVE_REPOSITORY_DEV=$MQ_930_ARCHIVE_REPOSITORY_DEV_AMD64 |
63 | 63 | script: |
64 | | - - bash travis-build-scripts/travis-log-keepalive.sh & |
65 | | - - bash -e travis-build-scripts/run.sh |
| 64 | + - bash travis-build-scripts/travis-log-keepalive.sh & |
| 65 | + - bash -e travis-build-scripts/run.sh |
66 | 66 | - stage: build |
67 | 67 | if: branch = v9.3.0.x OR tag =~ ^release-candidate* |
68 | 68 | name: "Multi-Arch S390X build" |
|
74 | 74 | - TEST_OPTS_DOCKER="-run TestGoldenPathWithMetrics" |
75 | 75 | - MQ_ARCHIVE_REPOSITORY=$MQ_930_ARCHIVE_REPOSITORY_S390X |
76 | 76 | - MQ_ARCHIVE_REPOSITORY_DEV=$MQ_930_ARCHIVE_REPOSITORY_DEV_S390X |
77 | | - script: |
78 | | - - bash travis-build-scripts/travis-log-keepalive.sh & |
79 | | - - 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 |
80 | 80 | - stage: build |
81 | 81 | if: branch = v9.3.0.x OR tag =~ ^release-candidate* |
82 | 82 | name: "Multi-Arch PPC64LE build" |
|
89 | 89 | - MQ_ARCHIVE_REPOSITORY=$MQ_930_ARCHIVE_REPOSITORY_PPC64LE |
90 | 90 | - MQ_ARCHIVE_REPOSITORY_DEV=$MQ_930_ARCHIVE_REPOSITORY_DEV_PPC64LE |
91 | 91 | script: |
92 | | - - bash travis-build-scripts/travis-log-keepalive.sh & |
93 | | - - bash -e travis-build-scripts/run.sh |
| 92 | + - bash travis-build-scripts/travis-log-keepalive.sh & |
| 93 | + - bash -e travis-build-scripts/run.sh |
94 | 94 | - stage: push-manifest |
95 | 95 | if: branch = v9.3.0.x AND type != pull_request OR tag =~ ^release-candidate* |
96 | 96 | name: "Push Manifest-list to registry" |
|
0 commit comments