Skip to content

Commit

Permalink
Merge pull request #34428 from kannon92/jobset-0-8
Browse files Browse the repository at this point in the history
JobSet add periodic testing for release-0.8 and drop testing for release-0.6
  • Loading branch information
k8s-ci-robot authored Mar 1, 2025
2 parents 9721041 + fcffed9 commit 38c8f22
Showing 1 changed file with 7 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
# There is a bad naming for the branch so jobset 0.6 is actually 6.0.
# This is not the case for all other release branches.
periodics:
- interval: 12h
name: periodic-jobset-test-unit-release-0-6
name: periodic-jobset-test-unit-release-0-8
cluster: eks-prow-build-cluster
extra_refs:
- org: kubernetes-sigs
repo: jobset
base_ref: release-6.0
base_ref: release-0.8
path_alias: sigs.k8s.io/jobset
annotations:
testgrid-dashboards: sig-apps
testgrid-tab-name: periodic-jobset-test-unit-release-0-6
testgrid-tab-name: periodic-jobset-test-unit-release-0-8
testgrid-num-failures-to-alert: '1'
description: "Run periodic jobset unit tests"
testgrid-num-columns-recent: '30'
Expand Down Expand Up @@ -40,18 +38,18 @@ periodics:
cpu: 3
memory: 10Gi
- interval: 12h
name: periodic-jobset-test-integration-release-0-6
name: periodic-jobset-test-integration-release-0-8
cluster: eks-prow-build-cluster
extra_refs:
- org: kubernetes-sigs
repo: jobset
base_ref: release-6.0
base_ref: release-0.8
path_alias: sigs.k8s.io/jobset
annotations:
testgrid-dashboards: sig-apps
testgrid-tab-name: periodic-jobset-test-integration-release-0-6
testgrid-tab-name: periodic-jobset-test-integration-release-0-8
testgrid-num-failures-to-alert: '1'
description: "Run periodic jobset integration tests for release 0.6"
description: "Run periodic jobset integration tests for release 0.8"
testgrid-num-columns-recent: '30'
labels:
preset-dind-enabled: "true"
Expand Down

0 comments on commit 38c8f22

Please sign in to comment.