e2e test immediately after deploying
This commit is contained in:
parent
29da1cb1ad
commit
3eef05f1d0
|
@ -36,6 +36,15 @@ steps:
|
|||
waitFor:
|
||||
- build-image
|
||||
- clone-k8s.io
|
||||
# run quick e2e-tests immediately following deployment, aside from the assorted
|
||||
# testgrid reported periodic results
|
||||
- id: test-staging
|
||||
name: "gcr.io/k8s-staging-infra-tools/k8s-infra:v20220912-7d7ed3258@sha256:48fb967be4c36da551584c3004330c7ce37568e4226ea7233eeb08c979374bc6"
|
||||
entrypoint: "/usr/bin/make"
|
||||
args:
|
||||
- "e2e-test"
|
||||
waitFor:
|
||||
- deploy-staging
|
||||
substitutions:
|
||||
# variables set by kubernetes/test-infra/images/builder
|
||||
# set by image-builder to vYYYYMMDD-hash
|
||||
|
|
Loading…
Reference in New Issue