brizental pushed to branch base-browser-140.3.0esr-15.0-1 at The Tor Project /
Applications / Tor Browser
Commits:
2823e4e4 by Beatriz Rizental at 2025-10-01T19:22:18+02:00
fixup! Add CI for Base Browser
Use custom CI container for translations job.
- - - - -
1 changed file:
- .gitlab/ci/jobs/update-translations.yml
Changes:
=====================================
.gitlab/ci/jobs/update-translations.yml
=====================================
@@ -17,14 +17,11 @@
combine-en-US-translations:
- extends: .update-translation-base
+ extends:
+ - .with-local-repo-bash
+ - .update-translation-base
needs: []
- image: python
- variables:
- PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"
- cache:
- paths:
- - .cache/pip
+ image: $IMAGE_PATH
# Artifact is for translation project job
artifacts:
paths:
@@ -34,12 +31,14 @@ combine-en-US-translations:
dotenv: job_id.env
# Don't load artifacts for this job.
dependencies: []
+ tags:
+ # Run these jobs in the browser dedicated runners.
+ - firefox
script:
# Save this CI_JOB_ID to the dotenv file to be used in the variables for
the
# push-en-US-translations job.
- echo 'COMBINE_TRANSLATIONS_JOB_ID='"$CI_JOB_ID" >job_id.env
- - pip install compare_locales
- - python ./tools/base_browser/l10n/combine-translation-versions.py
"$CI_COMMIT_BRANCH" "$TRANSLATION_FILES" "$COMBINED_FILES_JSON"
+ - ./mach python ./tools/base_browser/l10n/combine-translation-versions.py
"$CI_COMMIT_BRANCH" "$TRANSLATION_FILES" "$COMBINED_FILES_JSON"
push-en-US-translations:
extends: .update-translation-base
View it on GitLab:
https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/2823e4e4f8fa1693eec840fd3e510f3042f2f321
--
View it on GitLab:
https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/2823e4e4f8fa1693eec840fd3e510f3042f2f321
You're receiving this email because of your account on gitlab.torproject.org.
_______________________________________________
tbb-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]