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 Aug 22, 2024
1 parent 98869ce commit 3419c92
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:5638c575403d97be08bdf5d19e6752b7e57947c770dccdb82696155ed77c1e2e
image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:162eb8b11308ece8e84b148070e956f9e7404abecebe53772490655c47cec231
command: [ec]
args:
- version
- name: validate
workingDir: "$(workspaces.output.path)"
image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:5638c575403d97be08bdf5d19e6752b7e57947c770dccdb82696155ed77c1e2e
image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:162eb8b11308ece8e84b148070e956f9e7404abecebe53772490655c47cec231
command: [ec]
args:
- validate
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ spec:
steps:

- name: initialize-tuf
image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:5638c575403d97be08bdf5d19e6752b7e57947c770dccdb82696155ed77c1e2e
image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:162eb8b11308ece8e84b148070e956f9e7404abecebe53772490655c47cec231
script: |-
set -euo pipefail
Expand All @@ -169,7 +169,7 @@ spec:
value: "$(params.TUF_MIRROR)"

- name: validate
image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:5638c575403d97be08bdf5d19e6752b7e57947c770dccdb82696155ed77c1e2e
image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:162eb8b11308ece8e84b148070e956f9e7404abecebe53772490655c47cec231
onError: continue # progress even if the step fails so we can see the debug logs
command: [ec]
args:
Expand Down Expand Up @@ -231,47 +231,47 @@ spec:
readOnly: true

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

- name: report-json
image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:5638c575403d97be08bdf5d19e6752b7e57947c770dccdb82696155ed77c1e2e
image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:162eb8b11308ece8e84b148070e956f9e7404abecebe53772490655c47cec231
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:5638c575403d97be08bdf5d19e6752b7e57947c770dccdb82696155ed77c1e2e
image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:162eb8b11308ece8e84b148070e956f9e7404abecebe53772490655c47cec231
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:5638c575403d97be08bdf5d19e6752b7e57947c770dccdb82696155ed77c1e2e
image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:162eb8b11308ece8e84b148070e956f9e7404abecebe53772490655c47cec231
command: [printf]
args:
- "----- DEBUG OUTPUT -----\n"

- name: version
image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:5638c575403d97be08bdf5d19e6752b7e57947c770dccdb82696155ed77c1e2e
image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:162eb8b11308ece8e84b148070e956f9e7404abecebe53772490655c47cec231
command: [ec]
args:
- version

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

- name: assert
image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:5638c575403d97be08bdf5d19e6752b7e57947c770dccdb82696155ed77c1e2e
image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:162eb8b11308ece8e84b148070e956f9e7404abecebe53772490655c47cec231
command: [jq]
args:
- "--argjson"
Expand Down

0 comments on commit 3419c92

Please sign in to comment.