Commit 3a96c31d authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #46885 from kewu1992/test_gci_next_canary

Automatic merge from submit-queue (batch tested with PRs 46885, 47197) Let COS docker validation node test against gci-next-canary **What this PR does / why we need it**: This is for COS docker validation node test. We plan to use family gci-next-canary in container-vm-image-staging for future Docker upgration and validation. **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #47134 **Special notes for your reviewer**: **Release note**: ```release-note ```
parents 502be9f9 cb28ed1f
GCI_IMAGE_PROJECT=cos-docker-validation
GCI_IMAGE_FAMILY=validation-test
GCI_IMAGE_PROJECT=container-vm-image-staging
GCI_IMAGE_FAMILY=gci-next-canary
GCI_IMAGE=$(gcloud compute images describe-from-family ${GCI_IMAGE_FAMILY} --project=${GCI_IMAGE_PROJECT} --format="value(name)")
GCI_CLOUD_INIT=test/e2e_node/jenkins/gci-init.yaml
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment