summaryrefslogtreecommitdiffstats
path: root/tools/tryselect/selectors
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-12 05:35:29 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-12 05:35:29 +0000
commit59203c63bb777a3bacec32fb8830fba33540e809 (patch)
tree58298e711c0ff0575818c30485b44a2f21bf28a0 /tools/tryselect/selectors
parentAdding upstream version 126.0.1. (diff)
downloadfirefox-59203c63bb777a3bacec32fb8830fba33540e809.tar.xz
firefox-59203c63bb777a3bacec32fb8830fba33540e809.zip
Adding upstream version 127.0.upstream/127.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'tools/tryselect/selectors')
-rw-r--r--tools/tryselect/selectors/perf.py2
-rw-r--r--tools/tryselect/selectors/release.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/tryselect/selectors/perf.py b/tools/tryselect/selectors/perf.py
index e8a6e6f9cc..96416829f7 100644
--- a/tools/tryselect/selectors/perf.py
+++ b/tools/tryselect/selectors/perf.py
@@ -198,7 +198,7 @@ class PerfParser(CompareParser):
"tests. If the Activity, Binary Path, or Intents required "
"change at all relative to the existing GeckoView, and Fenix "
"tasks, then you will need to make fixes in the associated "
- "taskcluster files (e.g. taskcluster/ci/test/browsertime-mobile.yml). "
+ "taskcluster files (e.g. taskcluster/kinds/test/browsertime-mobile.yml). "
"Alternatively, set MOZ_FIREFOX_ANDROID_APK_OUTPUT to a path to "
"an APK, and then run the command with --browsertime-upload-apk "
"firefox-android. This option will only copy the APK for browsertime, see "
diff --git a/tools/tryselect/selectors/release.py b/tools/tryselect/selectors/release.py
index fae85469ba..5ec88a989c 100644
--- a/tools/tryselect/selectors/release.py
+++ b/tools/tryselect/selectors/release.py
@@ -126,7 +126,7 @@ def run(
}
)
- with open(os.path.join(vcs.path, "taskcluster/ci/config.yml")) as f:
+ with open(os.path.join(vcs.path, "taskcluster/config.yml")) as f:
migration_configs = yaml.safe_load(f)
for migration in migrations:
migration_config = migration_configs["merge-automation"]["behaviors"][migration]