brizental pushed to branch tor-browser-140.3.0esr-15.0-1 at The Tor Project / 
Applications / Tor Browser


Commits:
b368d2ab by Beatriz Rizental at 2025-10-01T19:12:41+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
=====================================
@@ -80,14 +80,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:
@@ -97,12 +94,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/b368d2ab1c8532b2ffca9f5448ca8dc03ff34382

-- 
View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/b368d2ab1c8532b2ffca9f5448ca8dc03ff34382
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]

Reply via email to