Skip to content

Commit

Permalink
Generate dynamic configs of rhtap-e2e for dynamic pipeline runs
Browse files Browse the repository at this point in the history
  • Loading branch information
xinredhat committed Jan 21, 2025
1 parent fa2def4 commit 1983a5d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions integration-tests/pipelines/rhtap-cli-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,12 @@ spec:
value: "$(tasks.provision-rosa.results.ocp-login-command)"
- name: oci-container
value: $(tasks.create-oci-container.results.oci-container)
- name: scm_config
value: $(params.scm_config)
- name: pipeline_config
value: $(params.pipeline_config)
- name: ocp-version
value: "$(params.ocp-version)"
finally:
- name: deprovision-rosa-collect-artifacts
taskRef:
Expand Down

0 comments on commit 1983a5d

Please sign in to comment.