Skip to content

Commit

Permalink
Merge pull request #881 from flacatus/remove_test-me
Browse files Browse the repository at this point in the history
feat: Remove test-metadata test-event-type and use integration service contexts
  • Loading branch information
flacatus authored Sep 19, 2024
2 parents 8822187 + b9f4b08 commit abb5a63
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions integration-tests/pipelines/konflux-e2e-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,6 @@ spec:
- name: oci-container-tag
value: $(context.pipelineRun.name)
- name: provision-rosa
when:
- input: $(tasks.test-metadata.results.test-event-type)
operator: in
values: ["pull_request"]
runAfter:
- rosa-hcp-metadata
- test-metadata
Expand Down Expand Up @@ -116,10 +112,6 @@ spec:
value: $(params.cloud-credential-key)
- name: konflux-e2e-tests
timeout: 2h
when:
- input: $(tasks.test-metadata.results.test-event-type)
operator: in
values: ["pull_request"]
runAfter:
- provision-rosa
taskRef:
Expand Down Expand Up @@ -150,10 +142,6 @@ spec:
value: $(tasks.test-metadata.results.container-image)
finally:
- name: deprovision-rosa-collect-artifacts
when:
- input: $(tasks.test-metadata.results.test-event-type)
operator: in
values: ["pull_request"]
taskRef:
resolver: git
params:
Expand Down Expand Up @@ -189,10 +177,6 @@ spec:
- name: pipeline-aggregate-status
value: $(tasks.status)
- name: quality-dashboard-upload
when:
- input: $(tasks.test-metadata.results.test-event-type)
operator: in
values: ["pull_request"]
taskRef:
resolver: git
params:
Expand All @@ -214,10 +198,6 @@ spec:
- name: test-name
value: $(context.pipelineRun.name)
- name: pull-request-status-message
when:
- input: $(tasks.test-metadata.results.test-event-type)
operator: in
values: ["pull_request"]
taskRef:
resolver: git
params:
Expand Down

0 comments on commit abb5a63

Please sign in to comment.