Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync Serverless CI config/ #57966

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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 @@ -73,13 +73,12 @@ promotion:
to:
- additional_images:
client-src: src
name: knative-v1.15
namespace: openshift
tag: knative-v1.15
releases:
latest:
candidate:
product: ocp
stream: nightly
release:
channel: fast
version: "4.16"
resources:
'*':
Expand All @@ -88,14 +87,16 @@ resources:
memory: 1Gi
tests:
- as: test-e2e-aws-416
cluster_claim:
architecture: amd64
cloud: aws
owner: serverless-ci
product: ocp
timeout: 2h0m0s
version: "4.16"
steps:
allow_best_effort_post_steps: true
allow_skip_on_success: true
cluster_profile: aws-serverless
env:
BASE_DOMAIN: serverless.devcluster.openshift.com
SPOT_INSTANCES: "true"
ZONES_COUNT: "1"
post:
- as: knative-must-gather
best_effort: true
Expand Down Expand Up @@ -131,7 +132,6 @@ tests:
cpu: 300m
memory: 300Mi
timeout: 20m0s
- ref: ipi-deprovision-deprovision
test:
- as: test
cli: latest
Expand All @@ -153,7 +153,7 @@ tests:
requests:
cpu: 100m
timeout: 4h0m0s
workflow: ipi-aws
workflow: generic-claim
zz_generated_metadata:
branch: release-v1.15
org: openshift-knative
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,20 +73,21 @@ promotion:
to:
- additional_images:
client-src: src
name: knative-v1.15
namespace: openshift
tag: knative-v1.15
releases:
latest:
release:
channel: fast
version: "4.15"
candidate:
product: ocp
stream: nightly
version: "4.17"
resources:
'*':
requests:
cpu: 500m
memory: 1Gi
tests:
- as: test-e2e-aws-415
- as: test-e2e-aws-417
steps:
allow_best_effort_post_steps: true
allow_skip_on_success: true
Expand Down Expand Up @@ -157,4 +158,4 @@ zz_generated_metadata:
branch: release-v1.15
org: openshift-knative
repo: client
variant: "415"
variant: "417"
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ postsubmits:
skip_cloning: true
labels:
ci-operator.openshift.io/is-promotion: "true"
ci-operator.openshift.io/variant: "415"
ci-operator.openshift.io/variant: "416"
ci.openshift.io/generator: prowgen
max_concurrency: 1
name: branch-ci-openshift-knative-client-release-v1.15-415-images
name: branch-ci-openshift-knative-client-release-v1.15-416-images
path_alias: github.com/knative/client
spec:
containers:
Expand All @@ -25,7 +25,7 @@ postsubmits:
- --report-credentials-file=/etc/report/credentials
- --target=[images]
- --target=src
- --variant=415
- --variant=416
command:
- ci-operator
image: ci-operator:latest
Expand Down Expand Up @@ -74,11 +74,11 @@ postsubmits:
skip_cloning: true
labels:
ci-operator.openshift.io/is-promotion: "true"
ci-operator.openshift.io/variant: "416"
ci-operator.openshift.io/variant: "417"
ci.openshift.io/generator: prowgen
job-release: "4.16"
job-release: "4.17"
max_concurrency: 1
name: branch-ci-openshift-knative-client-release-v1.15-416-images
name: branch-ci-openshift-knative-client-release-v1.15-417-images
path_alias: github.com/knative/client
spec:
containers:
Expand All @@ -90,7 +90,7 @@ postsubmits:
- --report-credentials-file=/etc/report/credentials
- --target=[images]
- --target=src
- --variant=416
- --variant=417
command:
- ci-operator
image: ci-operator:latest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ presubmits:
- ^release-v1\.15$
- ^release-v1\.15-
cluster: build10
context: ci/prow/415-images
context: ci/prow/416-images
decorate: true
decoration_config:
skip_cloning: true
labels:
ci-operator.openshift.io/variant: "415"
ci-operator.openshift.io/variant: "416"
ci.openshift.io/generator: prowgen
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-openshift-knative-client-release-v1.15-415-images
name: pull-ci-openshift-knative-client-release-v1.15-416-images
path_alias: github.com/knative/client
rerun_command: /test 415-images
rerun_command: /test 416-images
spec:
containers:
- args:
Expand All @@ -25,7 +25,7 @@ presubmits:
- --report-credentials-file=/etc/report/credentials
- --target=[images]
- --target=src
- --variant=415
- --variant=416
command:
- ci-operator
image: ci-operator:latest
Expand Down Expand Up @@ -58,37 +58,34 @@ presubmits:
- name: result-aggregator
secret:
secretName: result-aggregator
trigger: (?m)^/test( | .* )415-images,?($|\s.*)
trigger: (?m)^/test( | .* )416-images,?($|\s.*)
- agent: kubernetes
always_run: true
branches:
- ^release-v1\.15$
- ^release-v1\.15-
cluster: build10
context: ci/prow/415-test-e2e-aws-415
context: ci/prow/416-test-e2e-aws-416
decorate: true
decoration_config:
skip_cloning: true
labels:
ci-operator.openshift.io/cloud: aws
ci-operator.openshift.io/cloud-cluster-profile: aws-serverless
ci-operator.openshift.io/variant: "415"
ci-operator.openshift.io/variant: "416"
ci.openshift.io/generator: prowgen
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-openshift-knative-client-release-v1.15-415-test-e2e-aws-415
name: pull-ci-openshift-knative-client-release-v1.15-416-test-e2e-aws-416
path_alias: github.com/knative/client
rerun_command: /test 415-test-e2e-aws-415
rerun_command: /test 416-test-e2e-aws-416
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
- --secret-dir=/usr/local/test-e2e-aws-415-cluster-profile
- --target=test-e2e-aws-415
- --variant=415
- --target=test-e2e-aws-416
- --variant=416
command:
- ci-operator
image: ci-operator:latest
Expand All @@ -98,17 +95,15 @@ presubmits:
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/test-e2e-aws-415-cluster-profile
name: cluster-profile
- 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
Expand All @@ -120,18 +115,12 @@ presubmits:
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
- name: hive-hive-credentials
secret:
secretName: cluster-secrets-aws-serverless
secretName: hive-hive-credentials
- name: manifest-tool-local-pusher
secret:
secretName: manifest-tool-local-pusher
Expand All @@ -141,25 +130,25 @@ presubmits:
- name: result-aggregator
secret:
secretName: result-aggregator
trigger: (?m)^/test( | .* )415-test-e2e-aws-415,?($|\s.*)
trigger: (?m)^/test( | .* )416-test-e2e-aws-416,?($|\s.*)
- agent: kubernetes
always_run: false
branches:
- ^release-v1\.15$
- ^release-v1\.15-
cluster: build10
context: ci/prow/416-images
context: ci/prow/417-images
decorate: true
decoration_config:
skip_cloning: true
labels:
ci-operator.openshift.io/variant: "416"
ci-operator.openshift.io/variant: "417"
ci.openshift.io/generator: prowgen
job-release: "4.16"
job-release: "4.17"
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-openshift-knative-client-release-v1.15-416-images
name: pull-ci-openshift-knative-client-release-v1.15-417-images
path_alias: github.com/knative/client
rerun_command: /test 416-images
rerun_command: /test 417-images
spec:
containers:
- args:
Expand All @@ -168,7 +157,7 @@ presubmits:
- --report-credentials-file=/etc/report/credentials
- --target=[images]
- --target=src
- --variant=416
- --variant=417
command:
- ci-operator
image: ci-operator:latest
Expand Down Expand Up @@ -201,27 +190,27 @@ presubmits:
- name: result-aggregator
secret:
secretName: result-aggregator
trigger: (?m)^/test( | .* )416-images,?($|\s.*)
trigger: (?m)^/test( | .* )417-images,?($|\s.*)
- agent: kubernetes
always_run: false
branches:
- ^release-v1\.15$
- ^release-v1\.15-
cluster: build10
context: ci/prow/416-test-e2e-aws-416
context: ci/prow/417-test-e2e-aws-417
decorate: true
decoration_config:
skip_cloning: true
labels:
ci-operator.openshift.io/cloud: aws
ci-operator.openshift.io/cloud-cluster-profile: aws-serverless
ci-operator.openshift.io/variant: "416"
ci-operator.openshift.io/variant: "417"
ci.openshift.io/generator: prowgen
job-release: "4.16"
job-release: "4.17"
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-openshift-knative-client-release-v1.15-416-test-e2e-aws-416
name: pull-ci-openshift-knative-client-release-v1.15-417-test-e2e-aws-417
path_alias: github.com/knative/client
rerun_command: /test 416-test-e2e-aws-416
rerun_command: /test 417-test-e2e-aws-417
spec:
containers:
- args:
Expand All @@ -230,9 +219,9 @@ presubmits:
- --lease-server-credentials-file=/etc/boskos/credentials
- --report-credentials-file=/etc/report/credentials
- --secret-dir=/secrets/ci-pull-credentials
- --secret-dir=/usr/local/test-e2e-aws-416-cluster-profile
- --target=test-e2e-aws-416
- --variant=416
- --secret-dir=/usr/local/test-e2e-aws-417-cluster-profile
- --target=test-e2e-aws-417
- --variant=417
command:
- ci-operator
image: ci-operator:latest
Expand All @@ -248,7 +237,7 @@ presubmits:
- mountPath: /secrets/ci-pull-credentials
name: ci-pull-credentials
readOnly: true
- mountPath: /usr/local/test-e2e-aws-416-cluster-profile
- mountPath: /usr/local/test-e2e-aws-417-cluster-profile
name: cluster-profile
- mountPath: /secrets/gcs
name: gcs-credentials
Expand Down Expand Up @@ -285,4 +274,4 @@ presubmits:
- name: result-aggregator
secret:
secretName: result-aggregator
trigger: (?m)^/test( | .* )416-test-e2e-aws-416,?($|\s.*)
trigger: (?m)^/test( | .* )417-test-e2e-aws-417,?($|\s.*)