You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: integration-tests/pipelines/konflux-e2e-tests.yaml
+4-37Lines changed: 4 additions & 37 deletions
Original file line number
Diff line number
Diff line change
@@ -17,11 +17,6 @@ spec:
17
17
- name: test-name
18
18
description: 'The name of the test corresponding to a defined Konflux integration test.'
19
19
default: ''
20
-
- name: test-stage
21
-
default: 'image-controller-e2e'
22
-
description: >-
23
-
"The name or identifier of the testing phase (e.g., "integration", "e2e") during which the results
24
-
are being captured. This helps distinguish the test results within Sealights for better reporting and traceability"
25
20
- name: ocp-version
26
21
description: 'The OpenShift version to use for the ephemeral cluster deployment.'
27
22
type: string
@@ -41,30 +36,11 @@ spec:
41
36
default: 'none'
42
37
description: 'Container image built from any konflux git repo. Use this param only when you run Konflux e2e tests
43
38
in another Konflux component repo. Will pass the component built image from the snapshot.'
44
-
- name: enable-sl-plugin
45
-
description: "A flag to enable or disable the Sealights integration feature. When set to 'true', test results are sent to Sealights for analysis; otherwise, this feature is skipped."
46
-
default: "true"
47
-
- name: enable-sealights
48
-
description: "A flag to enable sealights integration"
49
-
default: "true"
50
39
- name: artifact-browser-url
51
40
description: "URL to the artifact browser deployment. If provided, a link will be added to PR comments."
0 commit comments