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
@@ -1,8 +1,16 @@
base_images:
base:
name: "4.4"
namespace: ocp
tag: base
dev-scripts:
name: test
namespace: openshift-kni
tag: dev-scripts
upi-installer:
name: "4.5"
namespace: ocp
tag: upi-installer
releases:
latest:
candidate:
Expand Down Expand Up @@ -40,6 +48,11 @@ tests:
- ref: baremetalds-devscripts-conf-compact
- ref: baremetalds-devscripts-setup
workflow: baremetalds-e2e
- as: e2e-aws-proxy
cron: 0 0 */2 * *
steps:
cluster_profile: aws
workflow: openshift-e2e-aws-proxy
zz_generated_metadata:
branch: master
org: openshift
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
base_images:
base:
name: "4.5"
namespace: ocp
tag: base
dev-scripts:
name: test
namespace: openshift-kni
tag: dev-scripts
upi-installer:
name: "4.5"
namespace: ocp
tag: upi-installer
releases:
latest:
candidate:
Expand Down Expand Up @@ -40,6 +48,11 @@ tests:
- ref: baremetalds-devscripts-conf-compact
- ref: baremetalds-devscripts-setup
workflow: baremetalds-e2e
- as: e2e-aws-proxy
cron: 0 0 */2 * *
steps:
cluster_profile: aws
workflow: openshift-e2e-aws-proxy
zz_generated_metadata:
branch: master
org: openshift
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
base_images:
base:
name: "4.6"
namespace: ocp
tag: base
dev-scripts:
name: test
namespace: openshift-kni
tag: dev-scripts
upi-installer:
name: "4.6"
namespace: ocp
tag: upi-installer
releases:
latest:
candidate:
Expand Down Expand Up @@ -40,6 +48,11 @@ tests:
- ref: baremetalds-devscripts-conf-compact
- ref: baremetalds-devscripts-setup
workflow: baremetalds-e2e
- as: e2e-aws-proxy
cron: 0 0 */2 * *
steps:
cluster_profile: aws
workflow: openshift-e2e-aws-proxy
zz_generated_metadata:
branch: master
org: openshift
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,75 @@
periodics:
- agent: kubernetes
cluster: api.ci
cron: 0 0 */2 * *
decorate: true
decoration_config:
skip_cloning: true
extra_refs:
- base_ref: master
org: openshift
repo: release
labels:
ci-operator.openshift.io/prowgen-controlled: "true"
ci-operator.openshift.io/variant: ocp-4.4
pj-rehearse.openshift.io/can-be-rehearsed: "true"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@stevekuznetsov since you don't want the informing label here, that means for now @ewolinetz needs to add this job to the release controller config to get testgrid-generator to include it in our dashboards, correct? Is there any negative consequence to him doing that?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

name: periodic-ci-openshift-release-master-ocp-4.4-e2e-aws-proxy
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=/secrets/ci-pull-credentials
- --secret-dir=/usr/local/e2e-aws-proxy-cluster-profile
- --target=e2e-aws-proxy
- --variant=ocp-4.4
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-proxy-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: ci-pull-credentials
secret:
secretName: ci-pull-credentials
- name: cluster-profile
projected:
sources:
- secret:
name: cluster-secrets-aws
- name: pull-secret
secret:
secretName: regcred
- name: result-aggregator
secret:
secretName: result-aggregator
- agent: kubernetes
cluster: api.ci
cron: 0 0 */15 * *
Expand Down Expand Up @@ -218,6 +289,77 @@ periodics:
- name: result-aggregator
secret:
secretName: result-aggregator
- agent: kubernetes
cluster: api.ci
cron: 0 0 */2 * *
decorate: true
decoration_config:
skip_cloning: true
extra_refs:
- base_ref: master
org: openshift
repo: release
labels:
ci-operator.openshift.io/prowgen-controlled: "true"
ci-operator.openshift.io/variant: ocp-4.5
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: periodic-ci-openshift-release-master-ocp-4.5-e2e-aws-proxy
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=/secrets/ci-pull-credentials
- --secret-dir=/usr/local/e2e-aws-proxy-cluster-profile
- --target=e2e-aws-proxy
- --variant=ocp-4.5
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-proxy-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: ci-pull-credentials
secret:
secretName: ci-pull-credentials
- name: cluster-profile
projected:
sources:
- secret:
name: cluster-secrets-aws
- name: pull-secret
secret:
secretName: regcred
- name: result-aggregator
secret:
secretName: result-aggregator
- agent: kubernetes
cluster: api.ci
cron: 0 0 * * 1
Expand Down Expand Up @@ -437,6 +579,77 @@ periodics:
- name: result-aggregator
secret:
secretName: result-aggregator
- agent: kubernetes
cluster: api.ci
cron: 0 0 */2 * *
decorate: true
decoration_config:
skip_cloning: true
extra_refs:
- base_ref: master
org: openshift
repo: release
labels:
ci-operator.openshift.io/prowgen-controlled: "true"
ci-operator.openshift.io/variant: ocp-4.6
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: periodic-ci-openshift-release-master-ocp-4.6-e2e-aws-proxy
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=/secrets/ci-pull-credentials
- --secret-dir=/usr/local/e2e-aws-proxy-cluster-profile
- --target=e2e-aws-proxy
- --variant=ocp-4.6
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-proxy-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: ci-pull-credentials
secret:
secretName: ci-pull-credentials
- name: cluster-profile
projected:
sources:
- secret:
name: cluster-secrets-aws
- name: pull-secret
secret:
secretName: regcred
- name: result-aggregator
secret:
secretName: result-aggregator
- agent: kubernetes
cluster: api.ci
cron: 0 0 * * 1
Expand Down
Loading