Skip to content

Commit

Permalink
Expose run name as a runbook variable
Browse files Browse the repository at this point in the history
  • Loading branch information
narrieta committed Jun 15, 2023
1 parent 42e084d commit 38ff3d0
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 38ff3d0

Please sign in to comment.