diff options
| author | Daniel Smith <daniel.smith@qt.io> | 2024-10-16 09:59:37 +0200 |
|---|---|---|
| committer | Daniel Smith <daniel.smith@qt.io> | 2024-11-12 13:42:29 +0000 |
| commit | f04842342fdf381cfdc2342c124c09d9f1db5076 (patch) | |
| tree | 7c9fa0223556ba946d16215aa7b5ea4bb966db0b /binarysizetest.py | |
| parent | 69afe401de8e162f8e469d28e78a0b42132990c6 (diff) | |
Update coin URL to correct domain
Usage of the intra.qt.io domain has been deprecated for a while.
Addresses should now use ci.qt.io for VMs in that domain.
Change-Id: I6cc52a188bdecf2a44e9d42fc26475158644db18
Reviewed-by: Daniel Smith <daniel.smith@qt.io>
Reviewed-by: Jari Helaakoski <jari.helaakoski@qt.io>
Diffstat (limited to 'binarysizetest.py')
| -rw-r--r-- | binarysizetest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binarysizetest.py b/binarysizetest.py index 48dbf68..09ffe1f 100644 --- a/binarysizetest.py +++ b/binarysizetest.py @@ -40,7 +40,7 @@ class BinarySizeTest(): f"with the following configuration:\n{self.builds_to_check}\n" f"You can find the histogram at: http://testresults.qt.io/grafana/goto/JDaMrUaSR?orgId=1\n" f"The failed build used artifacts from COIN job id: " - f"https://coin.intra.qt.io/coin/integration/{self.integration}/tasks/{coin_task_id}\n" + f"https://coin.ci.qt.io/coin/integration/{self.integration}/tasks/{coin_task_id}\n" f"It's possible that the issue was introduced between {start_date} and {end_date} UTC.\n" f"Related commits: {shas}\n\n" f"For now, this alert is just an informal notification.\n" |
