Skip to content

Commit be58fc0

Browse files
authored
update reference to variants.yml (#8907)
This file is being moved in https://bugzilla.mozilla.org/show_bug.cgi?id=1982404
1 parent 2aa5cc5 commit be58fc0

File tree

1 file changed

+1
-1
lines changed
  • treeherder/intermittents_commenter

1 file changed

+1
-1
lines changed

treeherder/intermittents_commenter/fetch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
def fetch_test_variants():
99
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"
10+
variant_file_url = f"{mozilla_central_url}/raw-file/tip/taskcluster/test_configs/variants.yml"
1111
response = requests.get(variant_file_url, headers={"User-agent": "mach-test-info/1.0"})
1212
return yaml.safe_load(response.text)
1313

0 commit comments

Comments
 (0)