diff options
author | Chris Evich <cevich@redhat.com> | 2022-01-18 16:58:04 -0500 |
---|---|---|
committer | Chris Evich <cevich@redhat.com> | 2022-01-24 11:06:55 -0500 |
commit | 8842dab68642dedbbaa6c724ae235ba41e9cd3bb (patch) | |
tree | 9c97886d1c434b98ebc0ed9adf75c1c224e77675 /.cirrus.yml | |
parent | b381d7565a17a939bfe5ba3e650729b5cfd76a24 (diff) | |
download | podman-8842dab68642dedbbaa6c724ae235ba41e9cd3bb.tar.gz podman-8842dab68642dedbbaa6c724ae235ba41e9cd3bb.tar.bz2 podman-8842dab68642dedbbaa6c724ae235ba41e9cd3bb.zip |
Cirrus: Also download aardvark-dns binary
This involves a minor code-change so the download/install can run in a
loop for the two different repositories and binaries. Given everything
is exactly the same except the URLs and names.
Signed-off-by: Chris Evich <cevich@redhat.com>
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index a1615b54a..6b2b60d86 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -9,6 +9,8 @@ env: DEST_BRANCH: "main" # Netavark branch to use when TEST_ENVIRON=host-netavark NETAVARK_BRANCH: "main" + # Aardvark branch to use + AARDVARK_BRANCH: "main" # Overrides default location (/tmp/cirrus) for repo clone GOPATH: &gopath "/var/tmp/go" GOBIN: "${GOPATH}/bin" @@ -528,6 +530,8 @@ netavark_integration_test_task: TEST_ENVIRON: host-netavark NETAVARK_URL: "https://api.cirrus-ci.com/v1/artifact/github/containers/netavark/success/binary.zip?branch=${NETAVARK_BRANCH}" NETAVARK_DEBUG: 0 # set non-zero to use the debug-mode binary + AARDVARK_URL: "https://api.cirrus-ci.com/v1/artifact/github/containers/aardvark-dns/success/binary.zip?branch=${AARDVARK_BRANCH}" + AARDVARK_DEBUG: 0 # set non-zero to use the debug-mode binary clone_script: *noop # Comes from cache gopath_cache: *ro_gopath_cache setup_script: *setup |