Skip to content

Commit

Permalink
sync ec-cli task definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
lcarva committed Sep 25, 2024
1 parent 129d348 commit b9a7706
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions tasks/verify-definition/0.1/verify-definition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,13 @@ spec:
value: "$(params.HOMEDIR)"
steps:
- name: version
image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:90e7bb4bf9b1eedcbd84874a79c591bfce3a9d07162946b76575757da0cffb0e
image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:fbd1ecaab74470aed8ef70521482ad5d8593137f0aeba42f293014fc4663beba
command: [ec]
args:
- version
- name: validate
workingDir: "$(workspaces.output.path)"
image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:90e7bb4bf9b1eedcbd84874a79c591bfce3a9d07162946b76575757da0cffb0e
image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:fbd1ecaab74470aed8ef70521482ad5d8593137f0aeba42f293014fc4663beba
command: [ec]
args:
- validate
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ spec:
steps:

- name: initialize-tuf
image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:90e7bb4bf9b1eedcbd84874a79c591bfce3a9d07162946b76575757da0cffb0e
image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:fbd1ecaab74470aed8ef70521482ad5d8593137f0aeba42f293014fc4663beba
script: |-
set -euo pipefail
Expand Down Expand Up @@ -199,12 +199,12 @@ spec:
value: $(params.SINGLE_COMPONENT_CUSTOM_RESOURCE_NS)
- name: SNAPSHOT_PATH
value: $(params.HOMEDIR)/snapshot.json
image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:90e7bb4bf9b1eedcbd84874a79c591bfce3a9d07162946b76575757da0cffb0e
image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:fbd1ecaab74470aed8ef70521482ad5d8593137f0aeba42f293014fc4663beba
onError: continue # progress even if the step fails so we can see the debug logs
command: [reduce-snapshot.sh]

- name: validate
image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:90e7bb4bf9b1eedcbd84874a79c591bfce3a9d07162946b76575757da0cffb0e
image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:fbd1ecaab74470aed8ef70521482ad5d8593137f0aeba42f293014fc4663beba
onError: continue # progress even if the step fails so we can see the debug logs
command: [ec]
args:
Expand Down Expand Up @@ -264,40 +264,40 @@ spec:
readOnly: true

- name: report-json
image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:90e7bb4bf9b1eedcbd84874a79c591bfce3a9d07162946b76575757da0cffb0e
image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:fbd1ecaab74470aed8ef70521482ad5d8593137f0aeba42f293014fc4663beba
onError: continue # progress even if the step fails so we can see the debug logs
command: [cat]
args:
- "$(params.HOMEDIR)/report-json.json"

- name: summary
image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:90e7bb4bf9b1eedcbd84874a79c591bfce3a9d07162946b76575757da0cffb0e
image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:fbd1ecaab74470aed8ef70521482ad5d8593137f0aeba42f293014fc4663beba
onError: continue # progress even if the step fails so we can see the debug logs
command: [jq]
args:
- "."
- "$(results.TEST_OUTPUT.path)"

- name: info
image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:90e7bb4bf9b1eedcbd84874a79c591bfce3a9d07162946b76575757da0cffb0e
image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:fbd1ecaab74470aed8ef70521482ad5d8593137f0aeba42f293014fc4663beba
command: [printf]
args:
- "----- DEBUG OUTPUT -----\n"

- name: version
image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:90e7bb4bf9b1eedcbd84874a79c591bfce3a9d07162946b76575757da0cffb0e
image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:fbd1ecaab74470aed8ef70521482ad5d8593137f0aeba42f293014fc4663beba
command: [ec]
args:
- version

- name: debug-log
image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:90e7bb4bf9b1eedcbd84874a79c591bfce3a9d07162946b76575757da0cffb0e
image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:fbd1ecaab74470aed8ef70521482ad5d8593137f0aeba42f293014fc4663beba
command: [cat]
args:
- "$(params.HOMEDIR)/debug.log"

- name: assert
image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:90e7bb4bf9b1eedcbd84874a79c591bfce3a9d07162946b76575757da0cffb0e
image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:fbd1ecaab74470aed8ef70521482ad5d8593137f0aeba42f293014fc4663beba
command: [jq]
args:
- "--argjson"
Expand Down

0 comments on commit b9a7706

Please sign in to comment.