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 @@ -127,6 +127,26 @@ tests:
requests:
cpu: 100m
workflow: optional-operators-ci-azure
- as: e2e-aws-shared-vpc-phz-operator
steps:
cluster_profile: aws
dependencies:
OO_INDEX: ci-index-external-dns-operator-bundle
env:
BASE_DOMAIN: origin-ci-int-aws.dev.rhcloud.com
OO_CHANNEL: stable-v1
OO_INSTALL_NAMESPACE: external-dns-operator
OO_PACKAGE: external-dns-operator
OO_TARGET_NAMESPACES: '!install'
test:
- as: test
cli: latest
commands: make test-e2e
from: src
resources:
requests:
cpu: 100m
workflow: optional-operators-ci-aws-shared-vpc-phz
zz_generated_metadata:
branch: main
org: openshift
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,78 @@ presubmits:
secret:
secretName: result-aggregator
trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*)
- agent: kubernetes
always_run: true
branches:
- ^main$
- ^main-
cluster: build03
context: ci/prow/e2e-aws-shared-vpc-phz-operator
decorate: true
labels:
ci-operator.openshift.io/cloud: aws
ci-operator.openshift.io/cloud-cluster-profile: aws
ci.openshift.io/generator: prowgen
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-openshift-external-dns-operator-main-e2e-aws-shared-vpc-phz-operator
rerun_command: /test e2e-aws-shared-vpc-phz-operator
spec:
containers:
- args:
- --gcs-upload-secret=/secrets/gcs/service-account.json
- --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
- --secret-dir=/usr/local/e2e-aws-shared-vpc-phz-operator-cluster-profile
- --target=e2e-aws-shared-vpc-phz-operator
command:
- ci-operator
image: ci-operator:latest
imagePullPolicy: Always
name: ""
resources:
requests:
cpu: 10m
volumeMounts:
- mountPath: /etc/boskos
name: boskos
readOnly: true
- mountPath: /secrets/ci-pull-credentials
name: ci-pull-credentials
readOnly: true
- mountPath: /usr/local/e2e-aws-shared-vpc-phz-operator-cluster-profile
name: cluster-profile
- mountPath: /secrets/gcs
name: gcs-credentials
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: cluster-profile
secret:
secretName: cluster-secrets-aws
- name: pull-secret
secret:
secretName: registry-pull-credentials
- name: result-aggregator
secret:
secretName: result-aggregator
trigger: (?m)^/test( | .* )e2e-aws-shared-vpc-phz-operator,?($|\s.*)
- agent: kubernetes
always_run: true
branches:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
approvers:
- gcs278
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"path": "optional-operators/ci/aws/shared-vpc-phz/optional-operators-ci-aws-shared-vpc-phz-workflow.yaml",
"owners": {
"approvers": [
"gcs278"
]
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
workflow:
as: optional-operators-ci-aws-shared-vpc-phz
steps:
pre:
- chain: ipi-aws-pre-shared-vpc-phz
- ref: optional-operators-subscribe
post:
- chain: ipi-aws-post-shared-vpc-phz
documentation: |-
Installs a cluster on AWS in a shared VPC with a preexisting private-hosted zone in a separate AWS account as well as an optional operator using the built index image that refers to build bundle images.