Write all instance metadata to files.
Signed-off-by: Lantao Liu <lantaol@google.com>
This commit is contained in:
parent
916e99d0ad
commit
1cf018f39f
@ -22,7 +22,7 @@ set -o errexit
|
|||||||
set -o nounset
|
set -o nounset
|
||||||
set -o pipefail
|
set -o pipefail
|
||||||
|
|
||||||
source $(dirname "${BASH_SOURCE[0]}")/build-utils.sh
|
source $(dirname "${BASH_SOURCE[0]}")/../build-utils.sh
|
||||||
cd "${ROOT}"
|
cd "${ROOT}"
|
||||||
|
|
||||||
if [ -z "${GOPATH}" ]; then
|
if [ -z "${GOPATH}" ]; then
|
1
test/containerd/deploy-path
Normal file
1
test/containerd/deploy-path
Normal file
@ -0,0 +1 @@
|
|||||||
|
cri-containerd-staging/containerd
|
@ -2,8 +2,8 @@ images:
|
|||||||
ubuntu:
|
ubuntu:
|
||||||
image: ubuntu-gke-1604-xenial-v20170420-1
|
image: ubuntu-gke-1604-xenial-v20170420-1
|
||||||
project: ubuntu-os-gke-cloud
|
project: ubuntu-os-gke-cloud
|
||||||
metadata: "user-data<test/e2e_node/init.yaml,containerd-configure-sh<test/configure.sh,pkg-prefix=containerd-cni,deploy-path=cri-containerd-staging/containerd"
|
metadata: "user-data<test/e2e_node/init.yaml,containerd-configure-sh<test/configure.sh,pkg-prefix<test/containerd/pkg-prefix,deploy-path<test/containerd/deploy-path"
|
||||||
cos-stable:
|
cos-stable:
|
||||||
image_regex: cos-stable-60-9592-84-0
|
image_regex: cos-stable-60-9592-84-0
|
||||||
project: cos-cloud
|
project: cos-cloud
|
||||||
metadata: "user-data<test/e2e_node/init.yaml,containerd-configure-sh<test/configure.sh,extra-init-sh<test/e2e_node/gci-init.sh,gci-update-strategy=update_disabled,pkg-prefix=containerd-cni,deploy-path=cri-containerd-staging/containerd"
|
metadata: "user-data<test/e2e_node/init.yaml,containerd-configure-sh<test/configure.sh,extra-init-sh<test/e2e_node/gci-init.sh,gci-update-strategy=update_disabled,pkg-prefix<test/containerd/pkg-prefix,deploy-path<test/containerd/deploy-path"
|
1
test/containerd/pkg-prefix
Normal file
1
test/containerd/pkg-prefix
Normal file
@ -0,0 +1 @@
|
|||||||
|
containerd-cni
|
Loading…
Reference in New Issue
Block a user