Skip to content

Commit 1752fe7

Browse files
committed
allow to run upgrade test on build/publish of rc/beta tags
1 parent af21ea4 commit 1752fe7

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/build-publish.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,8 @@ jobs:
261261
upgrade-nodes: "3"
262262
node-name-template: "don-node%d"
263263
versions-back: "2"
264-
exclude-refs: "beta,rc"
264+
# uncomment once we have tested this pipeline with beta/rc releases
265+
# exclude-refs: "beta,rc"
265266
working-directory: "devenv"
266267
logs-directory: "./devenv/tests/ocr2/logs"
267268
ctf-log-level: "info"
@@ -278,7 +279,8 @@ jobs:
278279
upgrade-nodes: "3"
279280
node-name-template: "workflow-node%d"
280281
versions-back: "2"
281-
exclude-refs: "beta,rc"
282+
# uncomment once we have tested this pipeline with beta/rc releases
283+
# exclude-refs: "beta,rc"
282284
working-directory: "./system-tests/tests"
283285
logs-directory: "./system-tests/tests/smoke/cre/logs"
284286
ctf-log-level: "info"

0 commit comments

Comments
 (0)