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 23, 2024
1 parent 9313a91 commit 1074e85
Show file tree
Hide file tree
Showing 7 changed files with 202 additions and 64 deletions.
2 changes: 0 additions & 2 deletions config/prow/k8s-testgrid/k8s-testgrid.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,14 +77,12 @@ dashboards:
- name: kn-plugin-service-log
- name: kn-plugin-source-kafka
- name: kn-plugin-source-kamelet
- name: knative-extensions-release-0.1
- name: knative-extensions-release-0.5
- name: knative-extensions-release-0.6
- name: knative-extensions-release-1.1
- name: knative-extensions-release-1.14
- name: knative-extensions-release-1.15
- name: knative-extensions-release-1.16
- name: knative-release-1.14
- name: knative-release-1.15
- name: knative-release-1.16
- name: net-contour
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@

periodics:
- annotations:
testgrid-dashboards: knative-extensions-release-0.1
testgrid-dashboards: knative-extensions-release-1.16
testgrid-tab-name: backstage-plugins-continuous
cluster: prow-build
cron: 46 17 * * */3
cron: 3 10 * * */3
decorate: true
extra_refs:
- base_ref: release-0.1
- base_ref: release-1.16
org: knative-extensions
path_alias: knative.dev/backstage-plugins
repo: backstage-plugins
name: continuous_backstage-plugins_release-0.1_periodic
name: continuous_backstage-plugins_release-1.16_periodic
spec:
containers:
- command:
Expand All @@ -31,7 +31,11 @@ periodics:
value: "true"
image: us-docker.pkg.dev/knative-tests/images/prow-tests:v20241021-2b4a426d3
name: ""
resources: {}
resources:
limits:
memory: 10Gi
requests:
memory: 8Gi
securityContext:
privileged: true
volumeMounts:
Expand Down Expand Up @@ -65,18 +69,18 @@ periodics:
type: Directory
name: cgroup
- annotations:
testgrid-dashboards: knative-extensions-release-0.1
testgrid-dashboards: knative-extensions-release-1.16
testgrid-tab-name: backstage-plugins-release
cluster: prow-build
cron: 18 9 * * 2
cron: 13 9 * * 2
decorate: true
extra_refs:
- base_ref: release-0.1
- base_ref: release-1.16
org: knative-extensions
path_alias: knative.dev/backstage-plugins
repo: backstage-plugins
max_concurrency: 1
name: release_backstage-plugins_release-0.1_periodic
name: release_backstage-plugins_release-1.16_periodic
spec:
containers:
- command:
Expand All @@ -90,7 +94,7 @@ periodics:
- --github-token
- /etc/hub-token/token
- --branch
- release-0.1
- release-1.16
env:
- name: GOOGLE_APPLICATION_CREDENTIALS
value: /etc/release-account/service-account.json
Expand All @@ -104,7 +108,11 @@ periodics:
value: "true"
image: us-docker.pkg.dev/knative-tests/images/prow-tests:v20241021-2b4a426d3
name: ""
resources: {}
resources:
limits:
memory: 10Gi
requests:
memory: 8Gi
securityContext:
privileged: true
volumeMounts:
Expand Down Expand Up @@ -146,3 +154,101 @@ periodics:
path: /sys/fs/cgroup
type: Directory
name: cgroup
presubmits:
knative-extensions/backstage-plugins:
- always_run: true
branches:
- ^release-1.16$
cluster: prow-build
decorate: true
name: build-tests_backstage-plugins_release-1.16
path_alias: knative.dev/backstage-plugins
rerun_command: /test build-tests
spec:
containers:
- command:
- runner.sh
- ./test/presubmit-tests.sh
- --build-tests
image: us-docker.pkg.dev/knative-tests/images/prow-tests:v20241021-2b4a426d3
name: ""
resources:
limits:
memory: 10Gi
requests:
memory: 8Gi
securityContext:
privileged: true
nodeSelector:
kubernetes.io/arch: amd64
type: testing
trigger: ((?m)^/test( | .* )build-tests,?($|\s.*))|((?m)^/test( | .* )build-tests_backstage-plugins_release-1.16,?($|\s.*))
- always_run: true
branches:
- ^release-1.16$
cluster: prow-build
decorate: true
name: unit-tests_backstage-plugins_release-1.16
path_alias: knative.dev/backstage-plugins
rerun_command: /test unit-tests
spec:
containers:
- command:
- runner.sh
- ./test/presubmit-tests.sh
- --unit-tests
image: us-docker.pkg.dev/knative-tests/images/prow-tests:v20241021-2b4a426d3
name: ""
resources:
limits:
memory: 10Gi
requests:
memory: 8Gi
securityContext:
privileged: true
nodeSelector:
kubernetes.io/arch: amd64
type: testing
trigger: ((?m)^/test( | .* )unit-tests,?($|\s.*))|((?m)^/test( | .* )unit-tests_backstage-plugins_release-1.16,?($|\s.*))
- always_run: true
branches:
- ^release-1.16$
cluster: prow-build
decorate: true
name: e2e-tests_backstage-plugins_release-1.16
path_alias: knative.dev/backstage-plugins
rerun_command: /test e2e-tests
spec:
containers:
- command:
- runner.sh
- ./test/presubmit-tests.sh
- --run-test
- ./test/e2e-tests.sh
env:
- name: GOOGLE_APPLICATION_CREDENTIALS
value: /etc/test-account/service-account.json
image: us-docker.pkg.dev/knative-tests/images/prow-tests:v20241021-2b4a426d3
name: ""
resources:
limits:
memory: 10Gi
requests:
memory: 8Gi
securityContext:
privileged: true
volumeMounts:
- mountPath: /etc/test-account
name: test-account
readOnly: true
nodeSelector:
kubernetes.io/arch: amd64
type: testing
volumes:
- name: test-account
secret:
items:
- key: service-account-key.json
path: service-account.json
secretName: prow-google-credentials
trigger: ((?m)^/test( | .* )e2e-tests,?($|\s.*))|((?m)^/test( | .* )e2e-tests_backstage-plugins_release-1.16,?($|\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.14
testgrid-dashboards: knative-extensions-release-1.16
testgrid-tab-name: kn-plugin-event-continuous
cluster: prow-build
cron: 53 0 * * */3
cron: 51 10 * * */3
decorate: true
extra_refs:
- base_ref: release-1.14
- base_ref: release-1.16
org: knative-extensions
path_alias: knative.dev/kn-plugin-event
repo: kn-plugin-event
name: continuous_kn-plugin-event_release-1.14_periodic
name: continuous_kn-plugin-event_release-1.16_periodic
spec:
containers:
- command:
Expand Down Expand Up @@ -47,18 +47,18 @@ periodics:
path: service-account.json
secretName: prow-google-credentials
- annotations:
testgrid-dashboards: knative-extensions-release-1.14
testgrid-dashboards: knative-extensions-release-1.16
testgrid-tab-name: kn-plugin-event-release
cluster: prow-build
cron: 55 9 * * 2
cron: 25 9 * * 2
decorate: true
extra_refs:
- base_ref: release-1.14
- base_ref: release-1.16
org: knative-extensions
path_alias: knative.dev/kn-plugin-event
repo: kn-plugin-event
max_concurrency: 1
name: release_kn-plugin-event_release-1.14_periodic
name: release_kn-plugin-event_release-1.16_periodic
spec:
containers:
- command:
Expand All @@ -78,7 +78,7 @@ periodics:
- --apple-codesign-password-file
- /etc/notary/password
- --branch
- release-1.14
- release-1.16
env:
- name: E2E_CLUSTER_REGION
value: us-central1
Expand Down Expand Up @@ -125,10 +125,10 @@ presubmits:
knative-extensions/kn-plugin-event:
- always_run: true
branches:
- ^release-1.14$
- ^release-1.16$
cluster: prow-build
decorate: true
name: build-tests_kn-plugin-event_release-1.14
name: build-tests_kn-plugin-event_release-1.16
path_alias: knative.dev/kn-plugin-event
rerun_command: /test build-tests
spec:
Expand All @@ -145,13 +145,13 @@ presubmits:
nodeSelector:
kubernetes.io/arch: amd64
type: testing
trigger: ((?m)^/test( | .* )build-tests,?($|\s.*))|((?m)^/test( | .* )build-tests_kn-plugin-event_release-1.14,?($|\s.*))
trigger: ((?m)^/test( | .* )build-tests,?($|\s.*))|((?m)^/test( | .* )build-tests_kn-plugin-event_release-1.16,?($|\s.*))
- always_run: true
branches:
- ^release-1.14$
- ^release-1.16$
cluster: prow-build
decorate: true
name: unit-tests_kn-plugin-event_release-1.14
name: unit-tests_kn-plugin-event_release-1.16
path_alias: knative.dev/kn-plugin-event
rerun_command: /test unit-tests
spec:
Expand All @@ -168,13 +168,13 @@ presubmits:
nodeSelector:
kubernetes.io/arch: amd64
type: testing
trigger: ((?m)^/test( | .* )unit-tests,?($|\s.*))|((?m)^/test( | .* )unit-tests_kn-plugin-event_release-1.14,?($|\s.*))
trigger: ((?m)^/test( | .* )unit-tests,?($|\s.*))|((?m)^/test( | .* )unit-tests_kn-plugin-event_release-1.16,?($|\s.*))
- always_run: true
branches:
- ^release-1.14$
- ^release-1.16$
cluster: prow-build
decorate: true
name: integration-tests_kn-plugin-event_release-1.14
name: integration-tests_kn-plugin-event_release-1.16
path_alias: knative.dev/kn-plugin-event
rerun_command: /test integration-tests
spec:
Expand Down Expand Up @@ -205,4 +205,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.14,?($|\s.*))
trigger: ((?m)^/test( | .* )integration-tests,?($|\s.*))|((?m)^/test( | .* )integration-tests_kn-plugin-event_release-1.16,?($|\s.*))
Loading

0 comments on commit 1074e85

Please sign in to comment.