Skip to content

Commit

Permalink
Merge pull request #3635 from Random-Liu/update-cri-tools
Browse files Browse the repository at this point in the history
Update cri test to fix image reference test.
  • Loading branch information
dmcgowan committed Sep 10, 2019
2 parents ce8d632 + 1b4cec9 commit 5403e55
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,11 @@ deploy:
repo: containerd/containerd
tags: true
- provider: gcs
# Use master branch to work around https://github.com/travis-ci/dpl/issues/792.
# TODO: Remove this when the fix for https://github.com/travis-ci/dpl/issues/792
# is rolled out.
edge:
branch: master
access_key_id: GOOG1EJPAMPUV4MOGUSPRFM427Q5QOTNODQTMJYPXJFDF46IZLX2NGUQX3T7Q
secret_access_key:
secure: l3ITadMltGpYXShigdyRfpA7VuNcpGNrY9adB/1dQ5UVp0ZyRyimWX5+ea45JArh95iQCp11kY/7gKgL3tKAPsOXa9Lbt59n3XtlrVk5sqmd4S5+ZaI4Za4cRnkhkIAqro/IYsnzdLHqhCFYEmEDyMiI45RBkYYea+fnZFAGaTePmGwnD2LOn7A1z+dDGHt5g1Rpmdj1kB/AsHG6Wr8oGhMg9RlzSkAw2EAc1X3/9ofjOVM0AyB/hAgm/vmgisnqRSKzILqhL04d5b3gavrFn2YjrSEqP102BgYksn7EsJd1NMjA6Hj/qfVNCTn+rL8M85IE6JIAjrBog/HFv8Ez1bl1kSbB9UmAYZizEi7VD/fcxukYOPgqjDUoLrNaS3q+K0DkE1jzzcr72iMM+I8WJga7Vh4+MYjXadD5V96i2QDpthkEMvy1EpWvwQSl/fexaz2nJA5/CiX/V9GnWVsZiWlq/qMxji/ZbWsB04zRDfk9JneI7tubTNYj5FHrzhCQ7jrZYnXY/pb0sQkF1qczpH4PaXXgLnN00xffNudhsA6xZe/d22Yq+LELXeEmfOKD5j/DGdJGINgMj8RcngyKK6znBlBZ7nF3yqhLg4fHrCk9iOivGUXvKqdruqH+Yl7DUAp1Y0sySFlPF4I8RzMPHGPFqAJ9Q+rN2BNslClHAuA=
Expand All @@ -138,8 +143,8 @@ deploy:
skip_cleanup: true
acl: public-read
file:
- releases/cri/*.tar.gz
- releases/cri/*.tar.gz.sha256
- releases/cri/*.tar.gz
- releases/cri/*.tar.gz.sha256
# TODO: only deploy on tag after testing.
#on:
# repo: containerd/containerd
Expand Down
2 changes: 1 addition & 1 deletion script/setup/install-critools
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
set -eu -o pipefail

go get -u github.com/onsi/ginkgo/ginkgo
CRITEST_COMMIT=v1.15.0
CRITEST_COMMIT=427262054f59f3b849391310856a19474acb7e83
go get -d github.com/kubernetes-incubator/cri-tools/...
cd $GOPATH/src/github.com/kubernetes-incubator/cri-tools
git checkout $CRITEST_COMMIT
Expand Down

0 comments on commit 5403e55

Please sign in to comment.