Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use a newer version of ec in task definition #926

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -111,12 +111,12 @@ spec:

steps:
- name: version
image: registry.redhat.io/rhtas-tech-preview/ec-rhel9:1.0.alpha
image: registry.redhat.io/rhtas-tech-preview/ec-rhel9:0.2
command: [ec]
args:
- version
- name: initialize-tuf
image: registry.redhat.io/rhtas-tech-preview/ec-rhel9:1.0.alpha
image: registry.redhat.io/rhtas-tech-preview/ec-rhel9:0.2
script: |-
set -euo pipefail

Expand All @@ -132,7 +132,7 @@ spec:
- name: TUF_MIRROR
value: "$(params.TUF_MIRROR)"
- name: validate
image: registry.redhat.io/rhtas-tech-preview/ec-rhel9:1.0.alpha
image: registry.redhat.io/rhtas-tech-preview/ec-rhel9:0.2
command: [ec]
args:
- validate
Expand Down Expand Up @@ -180,23 +180,23 @@ spec:
limits:
memory: 2Gi
- name: report
image: registry.redhat.io/rhtas-tech-preview/ec-rhel9:1.0.alpha
image: registry.redhat.io/rhtas-tech-preview/ec-rhel9:0.2
command: [cat]
args:
- "$(params.HOMEDIR)/report.yaml"
- name: report-json
image: registry.redhat.io/rhtas-tech-preview/ec-rhel9:1.0.alpha
image: registry.redhat.io/rhtas-tech-preview/ec-rhel9:0.2
command: [cat]
args:
- "$(params.HOMEDIR)/report-json.json"
- name: summary
image: registry.redhat.io/rhtas-tech-preview/ec-rhel9:1.0.alpha
image: registry.redhat.io/rhtas-tech-preview/ec-rhel9:0.2
command: [jq]
args:
- "."
- "$(results.TEST_OUTPUT.path)"
- name: assert
image: registry.redhat.io/rhtas-tech-preview/ec-rhel9:1.0.alpha
image: registry.redhat.io/rhtas-tech-preview/ec-rhel9:0.2
command: [jq]
args:
- "--argjson"
Expand Down