Skip to content

Commit

Permalink
Do not use old mk-ci-cd container image (#383)
Browse files Browse the repository at this point in the history
Signed-off-by: David Kornel <kornys@outlook.com>
  • Loading branch information
kornys authored Jan 8, 2025
1 parent ddb9fe0 commit 9f0267a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
- name: pipeline-ws
steps:
- name: execute-tests
image: quay.io/mk-ci-cd/mas-ci-tools:latest
image: quay.io/rh_integration/strimzi-tools:latest
env:
- name: WORKER_01_OCP_TOKEN
valueFrom:
Expand Down Expand Up @@ -69,7 +69,7 @@ spec:
- name: pipeline-ws
steps:
- name: sent-results
image: quay.io/mk-ci-cd/mas-ci-tools:latest
image: quay.io/rh_integration/strimzi-tools:latest
script: |
cd $(workspaces.pipeline-ws.path)/strimzi-e2e/target/surefire-reports
for file in *.xml; do curl -X POST -H "X-Run-ID: $(context.pipelineRun.name)" -d @$file strimzi-e2e-metrics-collector.tealc-pipelines.svc.cluster.local:8080/data; done
Expand Down

0 comments on commit 9f0267a

Please sign in to comment.