Skip to content

Commit

Permalink
Migrate to periodic-kubernetes-bazel-test job variants to
Browse files Browse the repository at this point in the history
k8s-infra-prow-build

Ref: kubernetes#18652

Adjust resources of the job variants based on the master job.

Signed-off-by: Arnaud Meukam <ameukam@gmail.com>
  • Loading branch information
ameukam committed Aug 26, 2020
1 parent 32dc848 commit 6b569a0
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,7 @@ periodics:
testgrid-alert-email: kubernetes-sig-testing-alerts@googlegroups.com, k8s-infra-oncall@google.com
testgrid-dashboards: sig-release-1.16-blocking, google-unit
testgrid-tab-name: bazel-test-1.16
cluster: k8s-infra-prow-build
decorate: true
extra_refs:
- base_ref: release-1.16
Expand All @@ -364,8 +365,6 @@ periodics:
- args:
- test
- --config=unit
- --config=remote
- --remote_instance_name=projects/k8s-prow-builds/instances/default_instance
- //...
- //hack:verify-all
- --
Expand All @@ -377,10 +376,10 @@ periodics:
name: ""
resources:
limits:
cpu: 4
cpu: 7
memory: "38Gi"
requests:
cpu: 4
cpu: 7
memory: "38Gi"
- annotations:
fork-per-release-generic-suffix: "true"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,7 @@ periodics:
testgrid-alert-email: kubernetes-sig-testing-alerts@googlegroups.com, k8s-infra-oncall@google.com
testgrid-dashboards: sig-release-1.17-blocking, google-unit
testgrid-tab-name: bazel-test-1.17
cluster: k8s-infra-prow-build
decorate: true
extra_refs:
- base_ref: release-1.17
Expand All @@ -425,8 +426,6 @@ periodics:
- args:
- test
- --config=unit
- --config=remote
- --remote_instance_name=projects/k8s-prow-builds/instances/default_instance
- //...
- //hack:verify-all
- --
Expand All @@ -438,10 +437,10 @@ periodics:
name: ""
resources:
limits:
cpu: 4
cpu: 7
memory: "38Gi"
requests:
cpu: 4
cpu: 7
memory: "38Gi"
- annotations:
fork-per-release-generic-suffix: "true"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -412,6 +412,7 @@ periodics:
testgrid-alert-email: kubernetes-sig-testing-alerts@googlegroups.com, k8s-infra-oncall@google.com
testgrid-dashboards: sig-release-1.18-blocking, google-unit
testgrid-tab-name: bazel-test-1.18
cluster: k8s-infra-prow-build
decorate: true
extra_refs:
- base_ref: release-1.18
Expand All @@ -430,8 +431,6 @@ periodics:
- args:
- test
- --config=unit
- --config=remote
- --remote_instance_name=projects/k8s-prow-builds/instances/default_instance
- //...
- //hack:verify-all
- --
Expand All @@ -443,10 +442,10 @@ periodics:
name: ""
resources:
limits:
cpu: 4
cpu: 7
memory: "38Gi"
requests:
cpu: 4
cpu: 7
memory: "38Gi"
- annotations:
fork-per-release-generic-suffix: "true"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,7 @@ periodics:
testgrid-alert-email: kubernetes-sig-testing-alerts@googlegroups.com, k8s-infra-oncall@google.com
testgrid-dashboards: sig-release-1.19-blocking, google-unit
testgrid-tab-name: bazel-test-1.19
cluster: k8s-infra-prow-build
decorate: true
extra_refs:
- base_ref: release-1.19
Expand All @@ -380,8 +381,6 @@ periodics:
- args:
- test
- --config=unit
- --config=remote
- --remote_instance_name=projects/k8s-prow-builds/instances/default_instance
- //...
- //hack:verify-all
- --
Expand All @@ -393,10 +392,10 @@ periodics:
name: ""
resources:
limits:
cpu: 4
cpu: 7
memory: "38Gi"
requests:
cpu: 4
cpu: 7
memory: "38Gi"
- annotations:
fork-per-release-generic-suffix: "true"
Expand Down

0 comments on commit 6b569a0

Please sign in to comment.