brizental pushed to branch main at The Tor Project / Applications / tor-browser-bundle-testsuite Commits: 300fc8db by Beatriz Rizental at 2026-05-12T13:07:51-03:00 Bug 40106: Pass sha256sums url as input to nightly pipelines - - - - - 2 changed files: - .gitlab/scripts/before_script.py - tools/trigger-test-pipeline.py Changes: ===================================== .gitlab/scripts/before_script.py ===================================== @@ -42,6 +42,7 @@ def extract_tar(tar_path: Path, dest_dir: Path) -> None: def check_sha256sums_url(sha256sums_url: str) -> None: if not sha256sums_url: + print("No sha256sums URL provided. Skipping check.") return for attempt in range(SPECULATIVE_DOWNLOAD_RETRY_ATTEMPTS): ===================================== tools/trigger-test-pipeline.py ===================================== @@ -100,6 +100,7 @@ def build_inputs(step_name: str, publish_url: str, publish_dir: str) -> dict[str input_prefix = f"{'debian' if platform == 'linux' else platform}_{architecture}" inputs = { "mozharness_url": f"{artifacts_url}/mozharness.zip", + f"{input_prefix}_sha256sums_url": f"{publish_url}/{publish_dir}/sha256sums-unsigned-build.txt", f"{input_prefix}_installer_url": f"{publish_url}/{publish_dir}/{installer}", f"{input_prefix}_artifacts_url": artifacts_url, } View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-bundle-testsuite/... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-bundle-testsuite/... You're receiving this email because of your account on gitlab.torproject.org. Manage all notifications: https://gitlab.torproject.org/-/profile/notifications | Help: https://gitlab.torproject.org/help
participants (1)
-
brizental (@brizental)