Skip to content

Commit

Permalink
Update the path for the variants.yml file (#2391)
Browse files Browse the repository at this point in the history
  • Loading branch information
suhaibmujahid committed May 11, 2024
1 parent 283089a commit 9302644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bugbot/rules/variant_expiration.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
r"^The variant `(.*)` expiration is on (\d{4}-\d{2}-\d{2})$"
)

VARIANTS_PATH = "taskcluster/ci/test/variants.yml"
VARIANTS_PATH = "taskcluster/kinds/test/variants.yml"
VARIANTS_SEARCHFOX_URL = "https://searchfox.org/mozilla-central/source/" + VARIANTS_PATH
VARIANTS_HG_URL = "https://hg.mozilla.org/mozilla-central/raw-file/tip/" + VARIANTS_PATH

Expand Down

0 comments on commit 9302644

Please sign in to comment.