Skip to content

Commit 82106e8

Browse files
Jeff McCormickjmccormick2001
andauthored
Scorecard kuttl image (#3352)
* test adding scorecard-test-kuttl image to travis config * [travis deploy] * [travis deploy] * [travis deploy] * add note about scorecard-test-kuttl only supporting amd64 CPU arch Co-authored-by: Jeff McCormick <[email protected]>
1 parent 68b2609 commit 82106e8

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.travis.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ jobs:
168168

169169
## Image deploy/push stage jobs ##
170170

171+
171172
# Build and deploy arm64 ansible-operator docker image
172173
- stage: deploy
173174
<<: *deploy
@@ -297,6 +298,14 @@ jobs:
297298
- make image-build-scorecard-test
298299
- make image-push-scorecard-test
299300

301+
# Build and deploy amd64 scorecard-test-kuttl docker image
302+
- <<: *deploy
303+
name: Docker image for scorecard-test-kuttl (amd64)
304+
arch: amd64
305+
script:
306+
- make image-build-scorecard-test-kuttl
307+
- make image-push-scorecard-test-kuttl
308+
300309
# Build and deploy ansible multi-arch manifest list
301310
- stage: deploy-manifest-multiarch
302311
<<: *manifest-deploy
@@ -321,3 +330,11 @@ jobs:
321330
name: Manifest list for scorecard-test
322331
script:
323332
- make image-push-scorecard-test-multiarch
333+
334+
# Build and deploy scorecard-test-kuttl multi-arch manifest list
335+
# only amd64 is supported in base kudobuilder/kuttl image
336+
# which is why we only support amd64 for scorecard-test-kuttl
337+
- <<: *manifest-deploy
338+
name: Manifest list for scorecard-test-kuttl
339+
script:
340+
- make image-push-scorecard-test-kuttl-multiarch

0 commit comments

Comments
 (0)