Skip to content

Commit

Permalink
Merge pull request #109 from cevich/update_images
Browse files Browse the repository at this point in the history
Cirrus: Update CI VM Images
  • Loading branch information
vrothberg authored Apr 18, 2023
2 parents 9ee6f0a + bed5713 commit 7021239
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ env:
GOCACHE: "${HOME}/.cache/go-build"

# VM Image built in containers/automation_images
_BUILT_IMAGE_SUFFIX: "c6300530360713216"
FEDORA_CACHE_IMAGE_NAME: "fedora-${_BUILT_IMAGE_SUFFIX}"
IMAGE_SUFFIX: "c20230320t154110z-f37f36d12"
FEDORA_CACHE_IMAGE_NAME: "fedora-${IMAGE_SUFFIX}"

# Must be defined true when testing w/in containers
CONTAINER: "false"
Expand Down Expand Up @@ -100,6 +100,10 @@ build_and_test_task:
- make test-unit
- sudo make test-integration

# The hook runs in the background, errors will be in the journal.
always:
journal_script: journalctl -b

binaries_artifacts:
path: "bin/*"
type: "application/octet-stream"

0 comments on commit 7021239

Please sign in to comment.