Skip to content
Closed
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions integration-tests/pict-models/default.pict
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
# Pipeline: valid values are "tekton", "jenkins", "gitlabci", "actions"
# AUTH: valid values are "github" and "gitlab"

OCP: 4.18, 4.17, 4.16
OCP: 4.17
AUTH: github
ACS: new
Registry: quay.io
TPA: new
SCM: github
Pipeline: tekton
Pipeline: actions

# Constraints
## Parameter value validation. This doesn't work with the current pict docker image, we can uncomment it when we figure out it in future
Expand Down
3 changes: 2 additions & 1 deletion integration-tests/pipelines/e2e-main-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,8 @@ spec:
SCM=$(echo "$config" | jq -r '.[] | select(.key == "SCM").value')
PIPELINE=$(echo "$config" | jq -r '.[] | select(.key == "Pipeline").value')
AUTH=$(echo "$config" | jq -r '.[] | select(.key == "AUTH").value')
PIPELINE_RUN=$(tkn pipeline start -f https://raw.githubusercontent.com/$REPO_ORG/rhtap-cli/refs/heads/$BRANCH/integration-tests/pipelines/rhtap-cli-e2e.yaml \

PIPELINE_RUN=$(tkn pipeline start -f https://raw.githubusercontent.com/rhopp/rhtap-cli/refs/heads/RHTAP-4382_hive/integration-tests/pipelines/rhtap-cli-e2e_hive.yaml \
--param ocp-version="$OCP_VERSION"\
--param job-spec="$JOB_SPEC"\
--param konflux-test-infra-secret="$(params.konflux-test-infra-secret)" \
Expand Down
Loading