From 861d15bbcf29fc79492d842e9d909e28dbb218ad Mon Sep 17 00:00:00 2001 From: Carlos Camacho Date: Wed, 18 Oct 2023 07:31:33 +0200 Subject: [PATCH] chore: add new GH issue This commit adds a new issue for logging CI results. --- ci/launch_e2e.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/launch_e2e.py b/ci/launch_e2e.py index 53e4ab905..05520582f 100755 --- a/ci/launch_e2e.py +++ b/ci/launch_e2e.py @@ -37,7 +37,7 @@ GH_LABELS = [] -GH_RES_TRACKER = 744 +GH_RES_TRACKER = 760 def main(job_type, cluster_type, job_label, pr_id, verbosity, nolog=False):