-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
add JobSet periodic release and main tests #32532
Merged
k8s-ci-robot
merged 14 commits into
kubernetes:master
from
omerap12:jobset-added_periodi_jobs_testing_release_branches
May 13, 2024
Merged
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
1b9b228
Added periodic jobs for main branch and presubmit for release branche…
omerap12 68e9bb5
Fixed tests name and annotations
omerap12 52a636f
Fixed tests name and annotations
omerap12 09f190a
Merge branch 'kubernetes:master' into jobset-added_periodi_jobs_testi…
omerap12 12eaaab
Fixed tests name and annotations
omerap12 35177f8
Fix lint
omerap12 36a8186
Add new line at the end of file & delete trailing spaces
omerap12 fe25fb7
Add new line at the end of file & delete trailing spaces
omerap12 bf1e469
Update jobset-presubmit-release-0.5.yaml and
omerap12 b2e9f6e
Merge branch 'master' into jobset-added_periodi_jobs_testing_release_…
omerap12 390d9ee
Add kind-image-build to tests
omerap12 d4a849d
Update jobset names and base refs for release 0.4
omerap12 38af0a7
Merge branch 'master' into jobset-added_periodi_jobs_testing_release_…
omerap12 b984757
Remove kind-image-build from jobset-periodics and
omerap12 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
190 changes: 190 additions & 0 deletions
190
config/jobs/kubernetes-sigs/jobset/jobset-periodics-main.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,190 @@ | ||
periodics: | ||
- interval: 12h | ||
name: periodic-jobset-test-unit-main | ||
cluster: eks-prow-build-cluster | ||
extra_refs: | ||
- org: kubernetes-sigs | ||
repo: jobset | ||
base_ref: main | ||
path_alias: sigs.k8s.io/jobset | ||
annotations: | ||
testgrid-dashboards: sig-scheduling | ||
testgrid-tab-name: periodic-jobset-test-unit-main | ||
testgrid-num-failures-to-alert: '1' | ||
description: "Run periodic jobset unit tests" | ||
testgrid-num-columns-recent: '30' | ||
labels: | ||
preset-dind-enabled: "true" | ||
decorate: true | ||
spec: | ||
containers: | ||
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240409-13cd3acf7e-master | ||
env: | ||
- name: GO_TEST_FLAGS | ||
value: "-race -count 3" | ||
command: | ||
# generic runner script, handles DIND, bazelrc for caching, etc. | ||
- runner.sh | ||
args: | ||
- make | ||
- test | ||
securityContext: | ||
privileged: true | ||
resources: | ||
limits: | ||
cpu: 3 | ||
memory: 10Gi | ||
requests: | ||
cpu: 3 | ||
memory: 10Gi | ||
- interval: 12h | ||
name: periodic-jobset-test-integration-main | ||
cluster: eks-prow-build-cluster | ||
extra_refs: | ||
- org: kubernetes-sigs | ||
repo: jobset | ||
base_ref: main | ||
path_alias: sigs.k8s.io/jobset | ||
annotations: | ||
testgrid-dashboards: sig-scheduling | ||
testgrid-tab-name: periodic-jobset-test-integration-main | ||
testgrid-num-failures-to-alert: '1' | ||
description: "Run periodic jobset integration tests" | ||
testgrid-num-columns-recent: '30' | ||
labels: | ||
preset-dind-enabled: "true" | ||
decorate: true | ||
spec: | ||
containers: | ||
- image: public.ecr.aws/docker/library/golang:1.22 | ||
command: | ||
- make | ||
args: | ||
- test-integration | ||
resources: | ||
limits: | ||
cpu: 3 | ||
memory: 10Gi | ||
requests: | ||
cpu: 3 | ||
memory: 10Gi | ||
- interval: 12h | ||
name: peroodic-jobset-test-e2e-main-1-27 | ||
cluster: eks-prow-build-cluster | ||
extra_refs: | ||
- org: kubernetes-sigs | ||
repo: jobset | ||
base_ref: main | ||
path_alias: sigs.k8s.io/jobset | ||
annotations: | ||
testgrid-dashboards: sig-scheduling | ||
testgrid-tab-name: periodic-jobset-test-e2e-main-1-27 | ||
testgrid-num-failures-to-alert: '1' | ||
description: "Run periodic jobset end to end tests for Kubernetes 1.27" | ||
testgrid-num-columns-recent: '30' | ||
labels: | ||
preset-dind-enabled: "true" | ||
decorate: true | ||
spec: | ||
containers: | ||
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240409-13cd3acf7e-master | ||
env: | ||
- name: E2E_KIND_VERSION | ||
value: kindest/node:v1.27.3 | ||
- name: BUILDER_IMAGE | ||
value: public.ecr.aws/docker/library/golang:1.22 | ||
command: | ||
# generic runner script, handles DIND, bazelrc for caching, etc. | ||
- runner.sh | ||
args: | ||
- make | ||
- test-e2e-kind | ||
securityContext: | ||
privileged: true | ||
resources: | ||
limits: | ||
cpu: 3 | ||
memory: 10Gi | ||
requests: | ||
cpu: 3 | ||
memory: 10Gi | ||
- interval: 12h | ||
name: periodic-jobset-test-e2e-main-1-28 | ||
cluster: eks-prow-build-cluster | ||
extra_refs: | ||
- org: kubernetes-sigs | ||
repo: jobset | ||
base_ref: main | ||
path_alias: sigs.k8s.io/jobset | ||
annotations: | ||
testgrid-dashboards: sig-scheduling | ||
testgrid-tab-name: periodic-jobset-test-e2e-main-1-28 | ||
testgrid-num-failures-to-alert: '1' | ||
description: "Run periodic jobset end to end tests for Kubernetes 1.28" | ||
testgrid-num-columns-recent: '30' | ||
labels: | ||
preset-dind-enabled: "true" | ||
decorate: true | ||
spec: | ||
containers: | ||
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240409-13cd3acf7e-master | ||
env: | ||
- name: E2E_KIND_VERSION | ||
value: kindest/node:v1.28.3 | ||
- name: BUILDER_IMAGE | ||
value: public.ecr.aws/docker/library/golang:1.22 | ||
command: | ||
# generic runner script, handles DIND, bazelrc for caching, etc. | ||
- runner.sh | ||
args: | ||
- make | ||
- test-e2e-kind | ||
securityContext: | ||
privileged: true | ||
resources: | ||
limits: | ||
cpu: 3 | ||
memory: 10Gi | ||
requests: | ||
cpu: 3 | ||
memory: 10Gi | ||
- interval: 12h | ||
name: periodic-jobset-test-e2e-main-1-29 | ||
cluster: eks-prow-build-cluster | ||
extra_refs: | ||
- org: kubernetes-sigs | ||
repo: jobset | ||
base_ref: main | ||
path_alias: sigs.k8s.io/jobset | ||
annotations: | ||
testgrid-dashboards: sig-scheduling | ||
testgrid-tab-name: periodic-jobset-test-e2e-main-1-29 | ||
testgrid-num-failures-to-alert: '1' | ||
description: "Run periodic jobset end to end tests for Kubernetes 1.20" | ||
testgrid-num-columns-recent: '30' | ||
labels: | ||
preset-dind-enabled: "true" | ||
decorate: true | ||
spec: | ||
containers: | ||
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240409-13cd3acf7e-master | ||
env: | ||
- name: E2E_KIND_VERSION | ||
value: kindest/node:v1.29.0 | ||
- name: BUILDER_IMAGE | ||
value: public.ecr.aws/docker/library/golang:1.22 | ||
command: | ||
# generic runner script, handles DIND, bazelrc for caching, etc. | ||
- runner.sh | ||
args: | ||
- make | ||
- test-e2e-kind | ||
securityContext: | ||
privileged: true | ||
resources: | ||
limits: | ||
cpu: 3 | ||
memory: 10Gi | ||
requests: | ||
cpu: 3 | ||
memory: 10Gi |
190 changes: 190 additions & 0 deletions
190
config/jobs/kubernetes-sigs/jobset/jobset-periodics-release-0-4.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,190 @@ | ||
periodics: | ||
- interval: 12h | ||
name: periodic-jobset-test-unit-release-0-4 | ||
cluster: eks-prow-build-cluster | ||
extra_refs: | ||
- org: kubernetes-sigs | ||
repo: jobset | ||
base_ref: release-0-4 | ||
path_alias: sigs.k8s.io/jobset | ||
annotations: | ||
testgrid-dashboards: sig-scheduling | ||
testgrid-tab-name: periodic-jobset-test-unit-release-0-4 | ||
testgrid-num-failures-to-alert: '1' | ||
description: "Run periodic jobset unit tests" | ||
testgrid-num-columns-recent: '30' | ||
labels: | ||
preset-dind-enabled: "true" | ||
decorate: true | ||
spec: | ||
containers: | ||
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240409-13cd3acf7e-master | ||
env: | ||
- name: GO_TEST_FLAGS | ||
value: "-race -count 3" | ||
command: | ||
# generic runner script, handles DIND, bazelrc for caching, etc. | ||
- runner.sh | ||
args: | ||
- make | ||
- test | ||
securityContext: | ||
privileged: true | ||
resources: | ||
limits: | ||
cpu: 3 | ||
memory: 10Gi | ||
requests: | ||
cpu: 3 | ||
memory: 10Gi | ||
- interval: 12h | ||
name: periodic-jobset-test-integration-release-0-4 | ||
cluster: eks-prow-build-cluster | ||
extra_refs: | ||
- org: kubernetes-sigs | ||
repo: jobset | ||
base_ref: release-0-4 | ||
path_alias: sigs.k8s.io/jobset | ||
annotations: | ||
testgrid-dashboards: sig-scheduling | ||
testgrid-tab-name: periodic-jobset-test-integration-release-0-4 | ||
testgrid-num-failures-to-alert: '1' | ||
description: "Run periodic jobset integration tests" | ||
testgrid-num-columns-recent: '30' | ||
labels: | ||
preset-dind-enabled: "true" | ||
decorate: true | ||
spec: | ||
containers: | ||
- image: public.ecr.aws/docker/library/golang:1.22 | ||
command: | ||
- make | ||
args: | ||
- test-integration | ||
resources: | ||
limits: | ||
cpu: 3 | ||
memory: 10Gi | ||
omerap12 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
requests: | ||
cpu: 3 | ||
memory: 10Gi | ||
- interval: 12h | ||
name: peroodic-jobset-test-e2e-release-0-4-1-27 | ||
cluster: eks-prow-build-cluster | ||
extra_refs: | ||
- org: kubernetes-sigs | ||
repo: jobset | ||
base_ref: release-0-4 | ||
path_alias: sigs.k8s.io/jobset | ||
annotations: | ||
testgrid-dashboards: sig-scheduling | ||
testgrid-tab-name: periodic-jobset-test-e2e-release-0-4-1-27 | ||
testgrid-num-failures-to-alert: '1' | ||
description: "Run periodic jobset end to end tests for Kubernetes 1.27" | ||
testgrid-num-columns-recent: '30' | ||
labels: | ||
preset-dind-enabled: "true" | ||
decorate: true | ||
spec: | ||
containers: | ||
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240409-13cd3acf7e-master | ||
env: | ||
- name: E2E_KIND_VERSION | ||
value: kindest/node:v1.27.3 | ||
- name: BUILDER_IMAGE | ||
value: public.ecr.aws/docker/library/golang:1.22 | ||
command: | ||
# generic runner script, handles DIND, bazelrc for caching, etc. | ||
- runner.sh | ||
args: | ||
- make | ||
- test-e2e-kind | ||
securityContext: | ||
privileged: true | ||
resources: | ||
limits: | ||
cpu: 3 | ||
memory: 10Gi | ||
requests: | ||
cpu: 3 | ||
memory: 10Gi | ||
- interval: 12h | ||
name: periodic-jobset-test-e2e-release-0-4-1-28 | ||
cluster: eks-prow-build-cluster | ||
extra_refs: | ||
- org: kubernetes-sigs | ||
repo: jobset | ||
base_ref: release-0-4 | ||
path_alias: sigs.k8s.io/jobset | ||
annotations: | ||
testgrid-dashboards: sig-scheduling | ||
testgrid-tab-name: periodic-jobset-test-e2e-release-0-4-1-28 | ||
testgrid-num-failures-to-alert: '1' | ||
description: "Run periodic jobset end to end tests for Kubernetes 1.28" | ||
testgrid-num-columns-recent: '30' | ||
labels: | ||
preset-dind-enabled: "true" | ||
decorate: true | ||
spec: | ||
containers: | ||
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240409-13cd3acf7e-master | ||
env: | ||
- name: E2E_KIND_VERSION | ||
value: kindest/node:v1.28.3 | ||
- name: BUILDER_IMAGE | ||
value: public.ecr.aws/docker/library/golang:1.22 | ||
command: | ||
# generic runner script, handles DIND, bazelrc for caching, etc. | ||
- runner.sh | ||
args: | ||
- make | ||
- test-e2e-kind | ||
securityContext: | ||
privileged: true | ||
resources: | ||
limits: | ||
cpu: 3 | ||
memory: 10Gi | ||
requests: | ||
cpu: 3 | ||
memory: 10Gi | ||
- interval: 12h | ||
name: periodic-jobset-test-e2e-release-0-4-1-29 | ||
cluster: eks-prow-build-cluster | ||
extra_refs: | ||
- org: kubernetes-sigs | ||
repo: jobset | ||
base_ref: release-0-4 | ||
path_alias: sigs.k8s.io/jobset | ||
annotations: | ||
testgrid-dashboards: sig-scheduling | ||
testgrid-tab-name: periodic-jobset-test-e2e-release-0-4-1-29 | ||
testgrid-num-failures-to-alert: '1' | ||
description: "Run periodic jobset end to end tests for Kubernetes 1.20" | ||
testgrid-num-columns-recent: '30' | ||
labels: | ||
preset-dind-enabled: "true" | ||
decorate: true | ||
spec: | ||
containers: | ||
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240409-13cd3acf7e-master | ||
env: | ||
- name: E2E_KIND_VERSION | ||
value: kindest/node:v1.29.0 | ||
- name: BUILDER_IMAGE | ||
value: public.ecr.aws/docker/library/golang:1.22 | ||
command: | ||
# generic runner script, handles DIND, bazelrc for caching, etc. | ||
- runner.sh | ||
args: | ||
- make | ||
- test-e2e-kind | ||
securityContext: | ||
privileged: true | ||
resources: | ||
limits: | ||
cpu: 3 | ||
memory: 10Gi | ||
requests: | ||
cpu: 3 | ||
memory: 10Gi |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
any idea why this is necessary?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Because you are running Docker in Docker I think it is necessary
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Gotcha, ok