Skip to content

Commit

Permalink
Expose run name as a runbook variable (#2846)
Browse files Browse the repository at this point in the history
Co-authored-by: narrieta <narrieta>
  • Loading branch information
narrieta authored Jun 15, 2023
1 parent 42e084d commit b0a12e6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests_e2e/orchestrator/runbook.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: WALinuxAgent
name: $(name)

testcase:
- criteria:
Expand All @@ -8,6 +8,8 @@ extension:
- "./lib"

variable:
- name: name
value: "WALinuxAgent"
#
# These variables define parameters handled by LISA.
#
Expand Down

0 comments on commit b0a12e6

Please sign in to comment.