We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b196df commit 817fa3eCopy full SHA for 817fa3e
ci/github/test_logger.yml
@@ -36,3 +36,9 @@
36
when: true
37
fail:
38
msg: "If the task fails, the status will be reported since there's a test ID."
39
+
40
+ - name: "Set the name based on a var input"
41
+ set_fact:
42
+ testid: "RHOSO-1234"
43
+ - name: "run test with variable name - {{ testid }}"
44
+ debug: msg="test"
ci/github/test_logger_expected
@@ -6,3 +6,4 @@ RHELOSP-042=passed
6
RHELOSP-043=passed
7
RHELOSP-054=passed
8
RHOSO-078=failed
9
+RHOSO-1234=passed
0 commit comments