Skip to content

Commit 8c4af36

Browse files
committed
Cirrus: use test-integration target
Signed-off-by: Lokesh Mandvekar <[email protected]>
1 parent 53f9612 commit 8c4af36

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.cirrus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ env:
2626
# package is not available in earlier releases; once we update to a future
2727
# Fedora release (or if the package is backported), switch back from Rawhide
2828
# to the latest Fedora release.
29-
IMAGE_SUFFIX: "c20250910t092246z-f42f41d13"
29+
IMAGE_SUFFIX: "c20251016t194444z-f42f41d13"
3030
FEDORA_CACHE_IMAGE_NAME: "fedora-${IMAGE_SUFFIX}"
3131
RAWHIDE_CACHE_IMAGE_NAME: "rawhide-${IMAGE_SUFFIX}"
3232

contrib/cirrus/runner.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ _podman_reset() {
121121

122122
_run_integration() {
123123
_podman_reset
124-
make test-integration-local BUILDTAGS="$BUILDTAGS"
124+
make test-integration BUILDTAGS="$BUILDTAGS"
125125
}
126126

127127
_run_system() {

0 commit comments

Comments
 (0)