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.10"
namespace: ocp
tag: ansible
assisted-image-service:
name: ocm-2.5
namespace: edge-infrastructure
tag: assisted-image-service
assisted-installer:
name: ocm-2.5
namespace: edge-infrastructure
Expand All @@ -20,8 +24,8 @@ base_images:
namespace: edge-infrastructure
tag: assisted-service
assisted-test-infra:
name: assisted-test
namespace: ocp-kni
name: ocm-2.5
namespace: edge-infrastructure
tag: assisted-test-infra
aws-ebs-csi-driver-operator-test:
name: "4.10"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ base_images:
name: "4.6"
namespace: ocp
tag: ansible
assisted-image-service:
name: ocm-2.5
namespace: edge-infrastructure
tag: assisted-image-service
assisted-installer:
name: ocm-2.5
namespace: edge-infrastructure
Expand All @@ -20,8 +24,8 @@ base_images:
namespace: edge-infrastructure
tag: assisted-service
assisted-test-infra:
name: assisted-test
namespace: ocp-kni
name: ocm-2.5
namespace: edge-infrastructure
tag: assisted-test-infra
base:
name: "4.6"
Expand Down Expand Up @@ -68,12 +72,12 @@ tests:
- as: e2e-metal-ipi
cron: 0 0 * * 1
steps:
cluster_profile: packet-assisted
cluster_profile: packet
workflow: baremetalds-e2e
- as: e2e-metal-assisted
cron: 0 0 * * 1
steps:
cluster_profile: packet
cluster_profile: packet-assisted
dependencies:
ASSISTED_AGENT_IMAGE: pipeline:assisted-installer-agent
ASSISTED_CONTROLLER_IMAGE: pipeline:assisted-installer-controller
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ base_images:
name: "4.7"
namespace: ocp
tag: ansible
assisted-image-service:
name: ocm-2.5
namespace: edge-infrastructure
tag: assisted-image-service
assisted-installer:
name: ocm-2.5
namespace: edge-infrastructure
Expand All @@ -20,8 +24,8 @@ base_images:
namespace: edge-infrastructure
tag: assisted-service
assisted-test-infra:
name: assisted-test
namespace: ocp-kni
name: ocm-2.5
namespace: edge-infrastructure
tag: assisted-test-infra
base:
name: "4.7"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ base_images:
name: "4.8"
namespace: ocp
tag: ansible
assisted-image-service:
name: ocm-2.5
namespace: edge-infrastructure
tag: assisted-image-service
assisted-installer:
name: ocm-2.5
namespace: edge-infrastructure
Expand All @@ -20,8 +24,8 @@ base_images:
namespace: edge-infrastructure
tag: assisted-service
assisted-test-infra:
name: assisted-test
namespace: ocp-kni
name: ocm-2.5
namespace: edge-infrastructure
tag: assisted-test-infra
aws-ebs-csi-driver-operator-test:
name: "4.8"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ base_images:
name: "4.9"
namespace: ocp
tag: ansible
assisted-image-service:
name: ocm-2.5
namespace: edge-infrastructure
tag: assisted-image-service
assisted-installer:
name: ocm-2.5
namespace: edge-infrastructure
Expand All @@ -20,8 +24,8 @@ base_images:
namespace: edge-infrastructure
tag: assisted-service
assisted-test-infra:
name: assisted-test
namespace: ocp-kni
name: ocm-2.5
namespace: edge-infrastructure
tag: assisted-test-infra
aws-ebs-csi-driver-operator-test:
name: "4.9"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25927,7 +25927,7 @@ periodics:
repo: release
labels:
ci-operator.openshift.io/cloud: packet
ci-operator.openshift.io/cloud-cluster-profile: packet
ci-operator.openshift.io/cloud-cluster-profile: packet-assisted
ci-operator.openshift.io/variant: nightly-4.6
ci.openshift.io/generator: prowgen
ci.openshift.io/no-builds: "true"
Expand Down Expand Up @@ -25994,7 +25994,7 @@ periodics:
secretName: ci-pull-credentials
- name: cluster-profile
secret:
secretName: cluster-secrets-packet
secretName: cluster-secrets-packet-assisted
- name: pull-secret
secret:
secretName: registry-pull-credentials
Expand All @@ -26013,7 +26013,7 @@ periodics:
repo: release
labels:
ci-operator.openshift.io/cloud: packet
ci-operator.openshift.io/cloud-cluster-profile: packet-assisted
ci-operator.openshift.io/cloud-cluster-profile: packet
ci-operator.openshift.io/variant: nightly-4.6
ci.openshift.io/generator: prowgen
ci.openshift.io/no-builds: "true"
Expand Down Expand Up @@ -26070,7 +26070,7 @@ periodics:
secretName: ci-pull-credentials
- name: cluster-profile
secret:
secretName: cluster-secrets-packet-assisted
secretName: cluster-secrets-packet
- name: pull-secret
secret:
secretName: registry-pull-credentials
Expand Down