[Test] Fix releaser bug (#17418)

* Fix a bug

* done
This commit is contained in:
SangBin Cho 2021-07-28 18:15:00 -07:00 committed by GitHub
parent 9b4bcb3bc2
commit 65c0c3f3a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1203,6 +1203,9 @@ def run_test_config(
)) ))
def _run(logger): def _run(logger):
# These values will be set as the test runs.
session_url = None
runtime = None
anyscale.conf.CLI_TOKEN = GLOBAL_CONFIG["ANYSCALE_CLI_TOKEN"] anyscale.conf.CLI_TOKEN = GLOBAL_CONFIG["ANYSCALE_CLI_TOKEN"]
session_id = None session_id = None