From c11cf4ea1822b280be7873c61c004d23627b0349 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Wed, 26 Nov 2025 21:38:01 +0100 Subject: Well-defined order of dependencies in job ID --- test/asset/run/many_repos.yaml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 test/asset/run/many_repos.yaml (limited to 'test/asset/run/many_repos.yaml') diff --git a/test/asset/run/many_repos.yaml b/test/asset/run/many_repos.yaml new file mode 100644 index 0000000..63f8fa2 --- /dev/null +++ b/test/asset/run/many_repos.yaml @@ -0,0 +1,23 @@ +repo r1: +repo r2: +repo r3: +repo r4: + +job first: + checkout: + - repo: r1 + dest: d1 + - repo: r4 + dest: d4b + - repo: r3 + dest: d3 + - repo: r2 + dest: d2 + - repo: r4 + dest: d4 + + shell: + - touch some_file + + artifact out: + path: some_file -- cgit v1.2.3