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

Update ec-cli to 7f9323b #147

Open
wants to merge 1 commit into
base: ec-release-debugging
Choose a base branch
from
Open
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 @@ -121,12 +121,12 @@ spec:

steps:
- name: version
image: quay.io/jstuart/ec-cli@sha256:cecde322756f94d3e16bd3a43f1c8f9865888d6cbe755c492fcd4cd12f9fa0ec
image: quay.io/jstuart/ec-cli@sha256:7f9323bb7f0086bd26352f4c3c6f76deb067c7c69a0f102de1c7409b0605a4f1
command: [ec]
args:
- version
- name: initialize-tuf
image: quay.io/jstuart/ec-cli@sha256:cecde322756f94d3e16bd3a43f1c8f9865888d6cbe755c492fcd4cd12f9fa0ec
image: quay.io/jstuart/ec-cli@sha256:7f9323bb7f0086bd26352f4c3c6f76deb067c7c69a0f102de1c7409b0605a4f1
script: |-
set -euo pipefail

Expand All @@ -142,7 +142,7 @@ spec:
- name: TUF_MIRROR
value: "$(params.TUF_MIRROR)"
- name: validate
image: quay.io/jstuart/ec-cli@sha256:cecde322756f94d3e16bd3a43f1c8f9865888d6cbe755c492fcd4cd12f9fa0ec
image: quay.io/jstuart/ec-cli@sha256:7f9323bb7f0086bd26352f4c3c6f76deb067c7c69a0f102de1c7409b0605a4f1
command: [ec]
args:
- validate
Expand Down Expand Up @@ -190,23 +190,23 @@ spec:
limits:
memory: 2Gi
- name: report
image: quay.io/jstuart/ec-cli@sha256:cecde322756f94d3e16bd3a43f1c8f9865888d6cbe755c492fcd4cd12f9fa0ec
image: quay.io/jstuart/ec-cli@sha256:7f9323bb7f0086bd26352f4c3c6f76deb067c7c69a0f102de1c7409b0605a4f1
command: [cat]
args:
- "$(params.HOMEDIR)/report.yaml"
- name: report-json
image: quay.io/jstuart/ec-cli@sha256:cecde322756f94d3e16bd3a43f1c8f9865888d6cbe755c492fcd4cd12f9fa0ec
image: quay.io/jstuart/ec-cli@sha256:7f9323bb7f0086bd26352f4c3c6f76deb067c7c69a0f102de1c7409b0605a4f1
command: [cat]
args:
- "$(params.HOMEDIR)/report-json.json"
- name: summary
image: quay.io/jstuart/ec-cli@sha256:cecde322756f94d3e16bd3a43f1c8f9865888d6cbe755c492fcd4cd12f9fa0ec
image: quay.io/jstuart/ec-cli@sha256:7f9323bb7f0086bd26352f4c3c6f76deb067c7c69a0f102de1c7409b0605a4f1
command: [jq]
args:
- "."
- "$(results.TEST_OUTPUT.path)"
- name: assert
image: quay.io/jstuart/ec-cli@sha256:cecde322756f94d3e16bd3a43f1c8f9865888d6cbe755c492fcd4cd12f9fa0ec
image: quay.io/jstuart/ec-cli@sha256:7f9323bb7f0086bd26352f4c3c6f76deb067c7c69a0f102de1c7409b0605a4f1
command: [jq]
args:
- "--argjson"
Expand Down