forked from containers/skopeo
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CI:DOCS] Cirrus: Use the latest imgts container
Contains important updates re: preserving release-branch CI VM images. Ref: containers/automation_images#157 Signed-off-by: Chris Evich <[email protected]>
- Loading branch information
Showing
1 changed file
with
23 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -83,30 +83,31 @@ doccheck_task: | |
"${SKOPEO_PATH}/${SCRIPT_BASE}/runner.sh" build | ||
"${SKOPEO_PATH}/${SCRIPT_BASE}/runner.sh" doccheck | ||
osx_task: | ||
only_if: ¬_docs $CIRRUS_CHANGE_TITLE !=~ '.*CI:DOCS.*' | ||
depends_on: | ||
- validate | ||
macos_instance: | ||
image: catalina-xcode | ||
setup_script: | | ||
# /usr/local/opt/[email protected] will be populated by (brew install [email protected]) below | ||
export PATH=$GOPATH/bin:/usr/local/opt/[email protected]/bin:$PATH | ||
brew update | ||
brew install gpgme [email protected] go-md2man | ||
go get -u golang.org/x/lint/golint | ||
test_script: | | ||
export PATH=$GOPATH/bin:/usr/local/opt/[email protected]/bin:$PATH | ||
go version | ||
go env | ||
make validate-local test-unit-local bin/skopeo | ||
sudo make install | ||
/usr/local/bin/skopeo -v | ||
#osx_task: | ||
# only_if: ¬_docs $CIRRUS_CHANGE_TITLE !=~ '.*CI:DOCS.*' | ||
# depends_on: | ||
# - validate | ||
# macos_instance: | ||
# image: catalina-xcode | ||
# setup_script: | | ||
# # /usr/local/opt/[email protected] will be populated by (brew install [email protected]) below | ||
# export PATH=$GOPATH/bin:/usr/local/opt/[email protected]/bin:$PATH | ||
# brew update | ||
# brew install gpgme [email protected] go-md2man | ||
# go get -u golang.org/x/lint/golint | ||
# test_script: | | ||
# export PATH=$GOPATH/bin:/usr/local/opt/[email protected]/bin:$PATH | ||
# go version | ||
# go env | ||
# make validate-local test-unit-local bin/skopeo | ||
# sudo make install | ||
# /usr/local/bin/skopeo -v | ||
|
||
|
||
cross_task: | ||
alias: cross | ||
only_if: *not_docs | ||
only_if: ¬_docs $CIRRUS_CHANGE_TITLE !=~ '.*CI:DOCS.*' | ||
# only_if: *not_docs | ||
depends_on: | ||
- validate | ||
gce_instance: | ||
|
@@ -175,7 +176,7 @@ meta_task: | |
container: &smallcontainer | ||
cpu: 2 | ||
memory: 2 | ||
image: quay.io/libpod/imgts:$IMAGE_SUFFIX | ||
image: quay.io/libpod/imgts:latest | ||
env: | ||
# Space-separated list of images used by this repository state | ||
IMGNAMES: >- | ||
|
@@ -202,7 +203,7 @@ success_task: | |
depends_on: | ||
- validate | ||
- doccheck | ||
- osx | ||
#- osx | ||
- cross | ||
- test_skopeo | ||
- meta | ||
|