Skip to content

Commit 3f2a1eb

Browse files
annrpomRaduBerinde
authored andcommitted
Makefile: set crl-release-25.3 as prev, update crossversion target
1 parent d8efa29 commit 3f2a1eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ stressmeta: override TESTS = TestMeta$$
7070
stressmeta: stress
7171

7272
.PHONY: crossversion-meta
73+
crossversion-meta: LATEST_RELEASE := crl-release-25.3
7374
crossversion-meta:
74-
$(eval LATEST_RELEASE := $(shell git fetch origin && git branch -r --list '*/crl-release-*' | grep -o 'crl-release-.*$$' | sort | tail -1))
7575
git checkout ${LATEST_RELEASE}; \
7676
${GO} test -c ./internal/metamorphic -o './internal/metamorphic/crossversion/${LATEST_RELEASE}.test'; \
7777
git checkout -; \
@@ -80,7 +80,7 @@ crossversion-meta:
8080

8181
.PHONY: stress-crossversion
8282
stress-crossversion:
83-
STRESS=1 ./scripts/run-crossversion-meta.sh crl-release-24.1 crl-release-24.3 crl-release-25.1 crl-release-25.2 crl-release-25.3 crl-release-25.4 master
83+
STRESS=1 ./scripts/run-crossversion-meta.sh crl-release-24.1 crl-release-24.3 crl-release-25.1 crl-release-25.2 crl-release-25.3 crl-release-25.4
8484

8585
.PHONY: test-s390x-qemu
8686
test-s390x-qemu: TAGS += slowbuild

0 commit comments

Comments
 (0)