Skip to content

Commit

Permalink
Fix runs prepare commands when adding internal-inttests to portfolio (#…
Browse files Browse the repository at this point in the history
…621)

* Fix runs prepare commands when adding internal-inttests to portfolio

Signed-off-by: Eamonn Mansour <[email protected]>

* Update CLI image

Signed-off-by: Eamonn Mansour <[email protected]>

---------

Signed-off-by: Eamonn Mansour <[email protected]>
  • Loading branch information
eamansour authored Sep 30, 2024
1 parent 96aebe7 commit dcc95c8
Showing 1 changed file with 34 additions and 3 deletions.
37 changes: 34 additions & 3 deletions infrastructure/cicsk8s/galasa-dev/regression-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ spec:
- mountPath: /galasa
name: static-files

- name: run-prepare
- name: run-prepare-inttests
command:
- galasactl
- runs
Expand All @@ -58,8 +58,6 @@ spec:
- https://prod1-galasa-dev.cicsk8s.hursley.ibm.com/api/bootstrap
- --stream
- inttests
- --stream
- internal-inttests
- --portfolio
- /galasa/tests.yaml
- --package
Expand Down Expand Up @@ -87,6 +85,39 @@ spec:
- mountPath: /galasa
name: static-files

- name: run-prepare-internal-inttests
command:
- galasactl
- runs
- prepare
- --bootstrap
- https://prod1-galasa-dev.cicsk8s.hursley.ibm.com/api/bootstrap
- --stream
- internal-inttests
- --portfolio
- /galasa/tests.yaml
- --append
- --package
- local
- --log
- '-'
image: ghcr.io/galasa-dev/galasactl-ibm-x86_64:main
imagePullPolicy: IfNotPresent
resources: {}
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
env:
- name: GALASA_HOME
value: /galasa
- name: GALASA_TOKEN
valueFrom:
secretKeyRef:
name: galasa-prod1-token
key: token
volumeMounts:
- mountPath: /galasa
name: static-files

- name: run-submit
command:
- galasactl
Expand Down

0 comments on commit dcc95c8

Please sign in to comment.