Skip to content

Commit

Permalink
Chore(ci): Remove fenix nightly tracking ids for integration tests. (#…
Browse files Browse the repository at this point in the history
…11942)

Because

- We do need to track fenix nightly for testing as it changes to often
and is brittle by design

This commit

- Removes the option to update and track the fenix nightly taskcluster
ID

Fixes #11941
  • Loading branch information
b4handjr authored Dec 13, 2024
1 parent 5ec8aa4 commit 7328f4b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
1 change: 0 additions & 1 deletion experimenter/tests/firefox_fenix_nightly_build.env

This file was deleted.

7 changes: 1 addition & 6 deletions scripts/external_integration_updater_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ git checkout main
git checkout main
git pull origin main
git checkout -B update_firefox_versions
firefox_types=("fenix_beta" "fenix_nightly" "fennec_release" "fennec_beta" "desktop_beta" "desktop_release")
firefox_types=("fenix_beta" "fennec_release" "fennec_beta" "desktop_beta" "desktop_release")

fetch_task_info() {
local release_version=$(curl "${CURLFLAGS[@]}" "${WHAT_TRAIN_IS_IT_NOW_API}" | jq 'to_entries | last | .key')
Expand Down Expand Up @@ -44,11 +44,6 @@ fetch_task_info() {
namespace="gecko.v2.mozilla-beta.latest.mobile.fenix-beta"
env_file="firefox_fenix_beta_build.env"
;;
fenix_nightly)
index_base="gecko.v2.mozilla-central.latest.mobile"
namespace="gecko.v2.mozilla-central.latest.mobile.fenix-nightly"
env_file="firefox_fenix_nightly_build.env"
;;
fennec_release)
version=$(curl "${CURLFLAGS[@]}" "${FENNEC_GITHUB_API}/releases" | jq '.[0].name')
branch=$(curl "${CURLFLAGS[@]}" "${FENNEC_GITHUB_API}/releases" | jq '.[0].target_commitish')
Expand Down

0 comments on commit 7328f4b

Please sign in to comment.