Skip to content

Commit

Permalink
Merge pull request #29249 from BenTheElder/reg-e2e
Browse files Browse the repository at this point in the history
add registry e2e tests
  • Loading branch information
k8s-ci-robot authored Apr 7, 2023
2 parents dd2df17 + c20653d commit 998409f
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 0 deletions.
32 changes: 32 additions & 0 deletions config/jobs/kubernetes/sig-k8s-infra/registry.k8s.io/canaries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,38 @@ presets:
value: registry-sandbox.k8s.io/pause:3.8

periodics:
# TODO: copy this job onto the EKS cluster and run from AWS once the job is working
# and the EKS CI cluster is ready
- name: registry-sandbox-e2e-gcp
cluster: k8s-infra-prow-build
interval: 10m
decorate: true
extra_refs:
- org: kubernetes
repo: registry.k8s.io
base_ref: main
# we don't need git history and we want this to run very quickly
# TODO: https://github.com/kubernetes/test-infra/issues/26590
clone_depth: 1
annotations:
testgrid-dashboards: sig-k8s-infra-canaries, sig-k8s-infra-registry
testgrid-days-of-results: '7'
testgrid-tab-name: registry-sandbox-e2e-gcp
testgrid-num-failures-to-alert: '1'
testgrid-alert-email: [email protected]
spec:
containers:
- image: golang
command:
- make
- e2e-test
resources:
limits:
cpu: 4
memory: 8Gi
requests:
cpu: 4
memory: 8Gi
- name: e2e-kops-grid-gcr-mirror-canary
cluster: k8s-infra-prow-build
cron: '11 0-23/1 * * *'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,28 @@ presubmits:
requests:
cpu: 4
memory: 8Gi
- name: pull-registry-e2e
cluster: k8s-infra-prow-build
decorate: true
always_run: true
annotations:
testgrid-dashboards: sig-k8s-infra-registry
testgrid-tab-name: pull-registry-e2e
testgrid-num-failures-to-alert: '6'
testgrid-alert-email: [email protected]
spec:
containers:
- image: golang
command:
- make
- e2e-test-local
resources:
limits:
cpu: 4
memory: 8Gi
requests:
cpu: 4
memory: 8Gi
- name: pull-registry-build
cluster: k8s-infra-prow-build
decorate: true
Expand Down

0 comments on commit 998409f

Please sign in to comment.