XComp commented on code in PR #23970:
URL: https://github.com/apache/flink/pull/23970#discussion_r1447078872


##########
tools/azure-pipelines/uploading_watchdog.sh:
##########
@@ -19,6 +19,17 @@
 # b) It prints a warning if the test has reached 80% of it's execution time
 # c) N minutes before the end of the execution time, it will start uploading 
the current output as azure artifacts
 
+while getopts 'a:d:t:' flag; do
+  case "${flag}" in
+    a) export AGENT_JOBNAME="$OPTARG";;
+    d) export AGENT_TEMPDIRECTORY="$OPTARG";;
+    t) export SYSTEM_JOBTIMEOUT="$OPTARG";;
+    *) echo "Wrong parameter passed. $OPTARG";;

Review Comment:
   You're right - I missed that one. That was a not-so-nice workaround for 
making the pipeline work in GHA. I created a separate issue to fix that 
properly and to check for other environment variables in FLINK-34047 to have a 
clean PR for that issue. I will base this PR on 
https://github.com/apache/flink/pull/24061 and resolve this change here based 
on the FLINK-34047 changes.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to