Skip to content

Commit 198f654

Browse files
committed
fix: use correct dir to store ghe gosmee payloads
in e2e output payloads directory we're checking /tmp/gosmee-replay-ghe directory but in second-controller.py script we're saving paylaods in /tmp/save directory and that's why on downloading failed e2e artifacts we have no ghe gosmme payloads stored in it. this commit uses correct directory to check for payloads. Signed-off-by: Zaki Shaikh <zashaikh@redhat.com>
1 parent 906f1db commit 198f654

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/second-controller.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ def parse_arguments():
199199
"-o",
200200
"json",
201201
"--saveDir",
202-
"/tmp/save",
202+
"/tmp/gosmee-replay-ghe",
203203
"{args.smee_url}",
204204
"http://{args.label}-controller.{args.namespace}:8080",
205205
]

0 commit comments

Comments
 (0)