From ff3122f0a82f2c0ba3593282f43c911ac521ca12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Thu, 27 Nov 2025 21:54:20 +0100 Subject: Do not use checkouts with explicit revision in job ID --- test/asset/run/many_repos.yaml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'test/asset/run/many_repos.yaml') diff --git a/test/asset/run/many_repos.yaml b/test/asset/run/many_repos.yaml index 63f8fa2..5910526 100644 --- a/test/asset/run/many_repos.yaml +++ b/test/asset/run/many_repos.yaml @@ -21,3 +21,29 @@ job first: artifact out: path: some_file + +job first_manual_revision: + checkout: + - repo: r1 + dest: d1 + - repo: r1 + dest: d1b + revision: tag1 + - repo: r2 + dest: d2b + revision: tag1 + - repo: r4 + dest: d4b + - repo: r3 + dest: d3 + revision: tag1 + - repo: r2 + dest: d2 + - repo: r4 + dest: d4 + + shell: + - touch some_file + + artifact out: + path: some_file -- cgit v1.2.3