Skip to content

Commit

Permalink
[Auto] Update prow jobs for release branches
Browse files Browse the repository at this point in the history
  • Loading branch information
knative-prow-updater-robot authored and ci-robot committed Oct 25, 2023
1 parent 342eed6 commit 934e4e7
Show file tree
Hide file tree
Showing 10 changed files with 121 additions and 243 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@

periodics:
- annotations:
testgrid-dashboards: knative-extensions-release-1.9
testgrid-dashboards: knative-extensions-release-1.12
testgrid-tab-name: kn-plugin-admin-continuous
cluster: prow-build
cron: 20 3 * * *
cron: 4 11 * * *
decorate: true
extra_refs:
- base_ref: release-1.9
- base_ref: release-1.12
org: knative-extensions
path_alias: knative.dev/kn-plugin-admin
repo: kn-plugin-admin
name: continuous_kn-plugin-admin_release-1.9_periodic
name: continuous_kn-plugin-admin_release-1.12_periodic
spec:
containers:
- command:
Expand Down Expand Up @@ -49,18 +49,18 @@ periodics:
path: service-account.json
secretName: prow-google-credentials
- annotations:
testgrid-dashboards: knative-extensions-release-1.9
testgrid-dashboards: knative-extensions-release-1.12
testgrid-tab-name: kn-plugin-admin-release
cluster: prow-build
cron: 56 9 * * 2
cron: 52 9 * * 2
decorate: true
extra_refs:
- base_ref: release-1.9
- base_ref: release-1.12
org: knative-extensions
path_alias: knative.dev/kn-plugin-admin
repo: kn-plugin-admin
max_concurrency: 1
name: release_kn-plugin-admin_release-1.9_periodic
name: release_kn-plugin-admin_release-1.12_periodic
spec:
containers:
- command:
Expand All @@ -80,7 +80,7 @@ periodics:
- --apple-codesign-password-file
- /etc/notary/password
- --branch
- release-1.9
- release-1.12
env:
- name: E2E_CLUSTER_REGION
value: us-central1
Expand Down Expand Up @@ -127,10 +127,10 @@ presubmits:
knative-extensions/kn-plugin-admin:
- always_run: true
branches:
- ^release-1.9$
- ^release-1.12$
cluster: prow-build
decorate: true
name: build-tests_kn-plugin-admin_release-1.9
name: build-tests_kn-plugin-admin_release-1.12
path_alias: knative.dev/kn-plugin-admin
rerun_command: /test build-tests
spec:
Expand All @@ -147,13 +147,13 @@ presubmits:
nodeSelector:
kubernetes.io/arch: amd64
type: testing
trigger: ((?m)^/test( | .* )build-tests,?($|\s.*))|((?m)^/test( | .* )build-tests_kn-plugin-admin_release-1.9,?($|\s.*))
trigger: ((?m)^/test( | .* )build-tests,?($|\s.*))|((?m)^/test( | .* )build-tests_kn-plugin-admin_release-1.12,?($|\s.*))
- always_run: true
branches:
- ^release-1.9$
- ^release-1.12$
cluster: prow-build
decorate: true
name: unit-tests_kn-plugin-admin_release-1.9
name: unit-tests_kn-plugin-admin_release-1.12
path_alias: knative.dev/kn-plugin-admin
rerun_command: /test unit-tests
spec:
Expand All @@ -170,13 +170,13 @@ presubmits:
nodeSelector:
kubernetes.io/arch: amd64
type: testing
trigger: ((?m)^/test( | .* )unit-tests,?($|\s.*))|((?m)^/test( | .* )unit-tests_kn-plugin-admin_release-1.9,?($|\s.*))
trigger: ((?m)^/test( | .* )unit-tests,?($|\s.*))|((?m)^/test( | .* )unit-tests_kn-plugin-admin_release-1.12,?($|\s.*))
- always_run: true
branches:
- ^release-1.9$
- ^release-1.12$
cluster: prow-build
decorate: true
name: integration-tests_kn-plugin-admin_release-1.9
name: integration-tests_kn-plugin-admin_release-1.12
path_alias: knative.dev/kn-plugin-admin
rerun_command: /test integration-tests
spec:
Expand Down Expand Up @@ -209,4 +209,4 @@ presubmits:
- key: service-account-key.json
path: service-account.json
secretName: prow-google-credentials
trigger: ((?m)^/test( | .* )integration-tests,?($|\s.*))|((?m)^/test( | .* )integration-tests_kn-plugin-admin_release-1.9,?($|\s.*))
trigger: ((?m)^/test( | .* )integration-tests,?($|\s.*))|((?m)^/test( | .* )integration-tests_kn-plugin-admin_release-1.12,?($|\s.*))
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@

periodics:
- annotations:
testgrid-dashboards: knative-extensions-release-1.9
testgrid-dashboards: knative-extensions-release-1.12
testgrid-tab-name: kn-plugin-event-continuous
cluster: prow-build
cron: 21 16 * * *
cron: 35 6 * * *
decorate: true
extra_refs:
- base_ref: release-1.9
- base_ref: release-1.12
org: knative-extensions
path_alias: knative.dev/kn-plugin-event
repo: kn-plugin-event
name: continuous_kn-plugin-event_release-1.9_periodic
name: continuous_kn-plugin-event_release-1.12_periodic
spec:
containers:
- command:
Expand Down Expand Up @@ -49,18 +49,18 @@ periodics:
path: service-account.json
secretName: prow-google-credentials
- annotations:
testgrid-dashboards: knative-extensions-release-1.9
testgrid-dashboards: knative-extensions-release-1.12
testgrid-tab-name: kn-plugin-event-release
cluster: prow-build
cron: 7 9 * * 2
cron: 17 9 * * 2
decorate: true
extra_refs:
- base_ref: release-1.9
- base_ref: release-1.12
org: knative-extensions
path_alias: knative.dev/kn-plugin-event
repo: kn-plugin-event
max_concurrency: 1
name: release_kn-plugin-event_release-1.9_periodic
name: release_kn-plugin-event_release-1.12_periodic
spec:
containers:
- command:
Expand All @@ -80,7 +80,7 @@ periodics:
- --apple-codesign-password-file
- /etc/notary/password
- --branch
- release-1.9
- release-1.12
env:
- name: E2E_CLUSTER_REGION
value: us-central1
Expand Down Expand Up @@ -123,126 +123,14 @@ periodics:
- key: signing-certificate-password
path: password
secretName: apple-notary-creds
- annotations:
testgrid-dashboards: knative-extensions-release-1.9
testgrid-tab-name: kn-plugin-event-s390x-e2e-tests
cluster: prow-build
cron: 20 22 * * *
decorate: true
extra_refs:
- base_ref: release-1.9
org: knative-extensions
path_alias: knative.dev/kn-plugin-event
repo: kn-plugin-event
name: s390x-e2e-tests_kn-plugin-event_release-1.9_periodic
spec:
containers:
- args:
- bash
- -c
- |
mkdir -p /root/.kube
cat /opt/cluster/ci-script > connect.sh
chmod +x connect.sh
./connect.sh plugin_event-19
kubectl get cm s390x-config-plugin-event -n default -o jsonpath='{.data.adjustment-script}' > adjust.sh
chmod +x adjust.sh
./adjust.sh
./test/e2e-tests.sh --run-tests
command:
- runner.sh
env:
- name: KO_FLAGS
value: --platform=linux/s390x --insecure-registry
- name: PLATFORM
value: linux/s390x
- name: KO_DOCKER_REPO
valueFrom:
secretKeyRef:
key: ko-docker-repo
name: s390x-cluster1
- name: KUBECONFIG
value: /root/.kube/config
- name: DOCKER_CONFIG
value: /opt/cluster
image: us-docker.pkg.dev/knative-tests/images/prow-tests:v20231023-607a173b2
name: ""
resources: {}
securityContext:
privileged: true
volumeMounts:
- mountPath: /opt/cluster
name: s390x-cluster1
readOnly: true
nodeSelector:
kubernetes.io/arch: amd64
type: testing
volumes:
- name: s390x-cluster1
secret:
defaultMode: 384
secretName: s390x-cluster1
- annotations:
testgrid-dashboards: knative-extensions-release-1.9
testgrid-tab-name: kn-plugin-event-ppc64le-e2e-tests
cluster: prow-build
cron: 50 15 * * *
decorate: true
extra_refs:
- base_ref: release-1.9
org: knative-extensions
path_alias: knative.dev/kn-plugin-event
repo: kn-plugin-event
name: ppc64le-e2e-tests_kn-plugin-event_release-1.9_periodic
spec:
containers:
- args:
- bash
- -c
- |
server_vm="$(sh /opt/cluster/vm-script)"
source /opt/cluster/ci-script "${CI_JOB}" "${server_vm}"
./test/e2e-tests.sh --run-tests
command:
- runner.sh
env:
- name: CI_JOB
value: plugin_event-19
- name: SSL_CERT_FILE
value: /tmp/ssl.crt
- name: KO_FLAGS
value: --platform=linux/ppc64le
- name: PLATFORM
value: linux/ppc64le
- name: KO_DOCKER_REPO
value: na.artifactory.swg-devops.com/sys-linux-power-team-ftp3distro-docker-images-docker-local/knative
- name: KUBECONFIG
value: /root/.kube/config
image: us-docker.pkg.dev/knative-tests/images/prow-tests:v20231023-607a173b2
name: ""
resources: {}
securityContext:
privileged: true
volumeMounts:
- mountPath: /opt/cluster
name: ppc64le-cluster
readOnly: true
nodeSelector:
kubernetes.io/arch: amd64
type: testing
volumes:
- name: ppc64le-cluster
secret:
defaultMode: 384
secretName: ppc64le-cluster
presubmits:
knative-extensions/kn-plugin-event:
- always_run: true
branches:
- ^release-1.9$
- ^release-1.12$
cluster: prow-build
decorate: true
name: build-tests_kn-plugin-event_release-1.9
name: build-tests_kn-plugin-event_release-1.12
path_alias: knative.dev/kn-plugin-event
rerun_command: /test build-tests
spec:
Expand All @@ -259,13 +147,13 @@ presubmits:
nodeSelector:
kubernetes.io/arch: amd64
type: testing
trigger: ((?m)^/test( | .* )build-tests,?($|\s.*))|((?m)^/test( | .* )build-tests_kn-plugin-event_release-1.9,?($|\s.*))
trigger: ((?m)^/test( | .* )build-tests,?($|\s.*))|((?m)^/test( | .* )build-tests_kn-plugin-event_release-1.12,?($|\s.*))
- always_run: true
branches:
- ^release-1.9$
- ^release-1.12$
cluster: prow-build
decorate: true
name: unit-tests_kn-plugin-event_release-1.9
name: unit-tests_kn-plugin-event_release-1.12
path_alias: knative.dev/kn-plugin-event
rerun_command: /test unit-tests
spec:
Expand All @@ -282,13 +170,13 @@ presubmits:
nodeSelector:
kubernetes.io/arch: amd64
type: testing
trigger: ((?m)^/test( | .* )unit-tests,?($|\s.*))|((?m)^/test( | .* )unit-tests_kn-plugin-event_release-1.9,?($|\s.*))
trigger: ((?m)^/test( | .* )unit-tests,?($|\s.*))|((?m)^/test( | .* )unit-tests_kn-plugin-event_release-1.12,?($|\s.*))
- always_run: true
branches:
- ^release-1.9$
- ^release-1.12$
cluster: prow-build
decorate: true
name: integration-tests_kn-plugin-event_release-1.9
name: integration-tests_kn-plugin-event_release-1.12
path_alias: knative.dev/kn-plugin-event
rerun_command: /test integration-tests
spec:
Expand Down Expand Up @@ -321,4 +209,4 @@ presubmits:
- key: service-account-key.json
path: service-account.json
secretName: prow-google-credentials
trigger: ((?m)^/test( | .* )integration-tests,?($|\s.*))|((?m)^/test( | .* )integration-tests_kn-plugin-event_release-1.9,?($|\s.*))
trigger: ((?m)^/test( | .* )integration-tests,?($|\s.*))|((?m)^/test( | .* )integration-tests_kn-plugin-event_release-1.12,?($|\s.*))
Loading

0 comments on commit 934e4e7

Please sign in to comment.