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 @@ -3,6 +3,10 @@ base_images:
name: "4.7"
namespace: ocp
tag: base
dev-scripts:
name: test
namespace: openshift-kni
tag: dev-scripts
ocp_builder_rhel-8-golang-1.15-openshift-4.7:
name: builder
namespace: ocp
Expand Down Expand Up @@ -52,6 +56,10 @@ tests:
TEST_OPTIONS: abort-at=100
TEST_SUITE: all
workflow: openshift-upgrade-gcp-loki
- as: e2e-metal-assisted
steps:
cluster_profile: packet
workflow: baremetalds-assisted
zz_generated_metadata:
branch: master
org: openshift
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,10 @@ tests:
steps:
cluster_profile: gcp
workflow: openshift-e2e-gcp-libvirt
- as: e2e-metal-assisted
steps:
cluster_profile: packet
workflow: baremetalds-assisted
zz_generated_metadata:
branch: master
org: openshift
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,72 @@ presubmits:
secret:
secretName: result-aggregator
trigger: (?m)^/test( | .* )e2e-agnostic-upgrade,?($|\s.*)
- agent: kubernetes
always_run: false
branches:
- master
cluster: build02
context: ci/prow/e2e-metal-assisted
decorate: true
decoration_config:
skip_cloning: true
labels:
ci-operator.openshift.io/prowgen-controlled: "true"
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-openshift-cluster-version-operator-master-e2e-metal-assisted
optional: true
rerun_command: /test e2e-metal-assisted
spec:
containers:
- args:
- --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson
- --lease-server-password-file=/etc/boskos/password
- --report-password-file=/etc/report/password.txt
- --report-username=ci
- --secret-dir=/usr/local/e2e-metal-assisted-cluster-profile
- --target=e2e-metal-assisted
command:
- ci-operator
image: ci-operator:latest
imagePullPolicy: Always
name: ""
resources:
requests:
cpu: 10m
volumeMounts:
- mountPath: /etc/boskos
name: boskos
readOnly: true
- mountPath: /usr/local/e2e-metal-assisted-cluster-profile
name: cluster-profile
- 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: password
path: password
secretName: boskos-credentials
- name: cluster-profile
projected:
sources:
- secret:
name: cluster-secrets-packet
- configMap:
name: cluster-profile-packet
- name: pull-secret
secret:
secretName: registry-pull-credentials
- name: result-aggregator
secret:
secretName: result-aggregator
trigger: (?m)^/test( | .* )e2e-metal-assisted,?($|\s.*)
- agent: kubernetes
always_run: true
branches:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1437,6 +1437,72 @@ presubmits:
secret:
secretName: registry-pull-credentials
trigger: (?m)^/test( | .* )e2e-metal,?($|\s.*)
- agent: kubernetes
always_run: false
branches:
- master
cluster: build02
context: ci/prow/e2e-metal-assisted
decorate: true
decoration_config:
skip_cloning: true
labels:
ci-operator.openshift.io/prowgen-controlled: "true"
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-openshift-installer-master-e2e-metal-assisted
optional: true
rerun_command: /test e2e-metal-assisted
spec:
containers:
- args:
- --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson
- --lease-server-password-file=/etc/boskos/password
- --report-password-file=/etc/report/password.txt
- --report-username=ci
- --secret-dir=/usr/local/e2e-metal-assisted-cluster-profile
- --target=e2e-metal-assisted
command:
- ci-operator
image: ci-operator:latest
imagePullPolicy: Always
name: ""
resources:
requests:
cpu: 10m
volumeMounts:
- mountPath: /etc/boskos
name: boskos
readOnly: true
- mountPath: /usr/local/e2e-metal-assisted-cluster-profile
name: cluster-profile
- 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: password
path: password
secretName: boskos-credentials
- name: cluster-profile
projected:
sources:
- secret:
name: cluster-secrets-packet
- configMap:
name: cluster-profile-packet
- name: pull-secret
secret:
secretName: registry-pull-credentials
- name: result-aggregator
secret:
secretName: result-aggregator
trigger: (?m)^/test( | .* )e2e-metal-assisted,?($|\s.*)
- agent: kubernetes
always_run: true
branches:
Expand Down