We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2aa5cc5 commit be58fc0Copy full SHA for be58fc0
treeherder/intermittents_commenter/fetch.py
@@ -7,7 +7,7 @@
7
8
def fetch_test_variants():
9
mozilla_central_url = "https://hg.mozilla.org/mozilla-central"
10
- variant_file_url = f"{mozilla_central_url}/raw-file/tip/taskcluster/kinds/test/variants.yml"
+ variant_file_url = f"{mozilla_central_url}/raw-file/tip/taskcluster/test_configs/variants.yml"
11
response = requests.get(variant_file_url, headers={"User-agent": "mach-test-info/1.0"})
12
return yaml.safe_load(response.text)
13
0 commit comments