Skip to content
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ tests:
test:
- ref: insights-onprem-cost-onprem-chart-e2e
workflow: insights-onprem-cost-onprem-chart-claim
- as: e2e-iqe-extended
- always_run: false
as: e2e-iqe-extended
cluster_claim:
architecture: amd64
cloud: aws
Expand All @@ -68,15 +69,15 @@ tests:
timeout: 2h0m0s
version: "4.20"
optional: true
skip_if_only_changed: ^docs/|\.md$|^\.github/
steps:
env:
IQE_PROFILE: extended
RUN_IQE: "true"
test:
- ref: insights-onprem-cost-onprem-chart-e2e
workflow: insights-onprem-cost-onprem-chart-claim
- as: e2e-iqe-stable
- always_run: false
as: e2e-iqe-stable
cluster_claim:
architecture: amd64
cloud: aws
Expand All @@ -85,31 +86,13 @@ tests:
timeout: 2h0m0s
version: "4.20"
optional: true
skip_if_only_changed: ^docs/|\.md$|^\.github/
steps:
env:
IQE_PROFILE: stable
RUN_IQE: "true"
test:
- ref: insights-onprem-cost-onprem-chart-e2e
workflow: insights-onprem-cost-onprem-chart-claim
- as: e2e-iqe-full
cluster_claim:
architecture: amd64
cloud: aws
owner: openshift-ci
product: ocp
timeout: 4h0m0s
version: "4.20"
optional: true
skip_if_only_changed: ^docs/|\.md$|^\.github/
steps:
env:
IQE_PROFILE: full
RUN_IQE: "true"
test:
- ref: insights-onprem-cost-onprem-chart-e2e
workflow: insights-onprem-cost-onprem-chart-claim
zz_generated_metadata:
branch: main
org: insights-onprem
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ presubmits:
branches:
- ^main$
- ^main-
cluster: build06
cluster: build03
context: ci/prow/e2e-iqe-extended
decorate: true
decoration_config:
Expand All @@ -104,7 +104,6 @@ presubmits:
name: pull-ci-insights-onprem-cost-onprem-chart-main-e2e-iqe-extended
optional: true
rerun_command: /test e2e-iqe-extended
skip_if_only_changed: ^docs/|\.md$|^\.github/
spec:
containers:
- args:
Expand Down Expand Up @@ -182,96 +181,7 @@ presubmits:
branches:
- ^main$
- ^main-
cluster: build06
context: ci/prow/e2e-iqe-full
decorate: true
decoration_config:
skip_cloning: true
labels:
ci.openshift.io/generator: prowgen
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-insights-onprem-cost-onprem-chart-main-e2e-iqe-full
optional: true
rerun_command: /test e2e-iqe-full
skip_if_only_changed: ^docs/|\.md$|^\.github/
spec:
containers:
- args:
- --gcs-upload-secret=/secrets/gcs/service-account.json
- --hive-kubeconfig=/secrets/hive-hive-credentials/kubeconfig
- --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson
- --lease-server-credentials-file=/etc/boskos/credentials
- --report-credentials-file=/etc/report/credentials
- --secret-dir=/secrets/ci-pull-credentials
- --target=e2e-iqe-full
command:
- ci-operator
env:
- name: HTTP_SERVER_IP
valueFrom:
fieldRef:
fieldPath: status.podIP
image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest
imagePullPolicy: Always
name: ""
ports:
- containerPort: 8080
name: http
resources:
requests:
cpu: 10m
volumeMounts:
- mountPath: /etc/boskos
name: boskos
readOnly: true
- mountPath: /secrets/ci-pull-credentials
name: ci-pull-credentials
readOnly: true
- mountPath: /secrets/gcs
name: gcs-credentials
readOnly: true
- mountPath: /secrets/hive-hive-credentials
name: hive-hive-credentials
readOnly: true
- mountPath: /secrets/manifest-tool
name: manifest-tool-local-pusher
readOnly: true
- mountPath: /etc/pull-secret
name: pull-secret
readOnly: true
- mountPath: /etc/report
name: result-aggregator
readOnly: true
serviceAccountName: ci-operator
volumes:
- name: boskos
secret:
items:
- key: credentials
path: credentials
secretName: boskos-credentials
- name: ci-pull-credentials
secret:
secretName: ci-pull-credentials
- name: hive-hive-credentials
secret:
secretName: hive-hive-credentials
- name: manifest-tool-local-pusher
secret:
secretName: manifest-tool-local-pusher
- name: pull-secret
secret:
secretName: registry-pull-credentials
- name: result-aggregator
secret:
secretName: result-aggregator
trigger: (?m)^/test( | .* )e2e-iqe-full,?($|\s.*)
- agent: kubernetes
always_run: false
branches:
- ^main$
- ^main-
cluster: build06
cluster: build03
context: ci/prow/e2e-iqe-stable
decorate: true
decoration_config:
Expand All @@ -282,7 +192,6 @@ presubmits:
name: pull-ci-insights-onprem-cost-onprem-chart-main-e2e-iqe-stable
optional: true
rerun_command: /test e2e-iqe-stable
skip_if_only_changed: ^docs/|\.md$|^\.github/
spec:
containers:
- args:
Expand Down