From def92d1b8e9d373e2f6f27c366d578d97d8960c6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 15 May 2024 05:34:50 +0200 Subject: Merging upstream version 126.0. Signed-off-by: Daniel Baumann --- taskcluster/ci/toolchain/misc.yml | 51 ++++++++++++++++++++------------------- 1 file changed, 26 insertions(+), 25 deletions(-) (limited to 'taskcluster/ci/toolchain/misc.yml') diff --git a/taskcluster/ci/toolchain/misc.yml b/taskcluster/ci/toolchain/misc.yml index 4424cf6e0b..80356f5be6 100644 --- a/taskcluster/ci/toolchain/misc.yml +++ b/taskcluster/ci/toolchain/misc.yml @@ -206,8 +206,8 @@ macosx64-custom-car: treeherder: symbol: TM(custom-car) worker: - max-run-time: 35000 - use-system-python: false + max-run-time: 40000 + use-python: default run-on-projects: [] run: script: build-custom-car.sh @@ -231,7 +231,7 @@ macosx64-custom-car: toolchain-artifact: public/build/car_macosx.tar.zst fetches: toolchain: - - macosx64-sdk-14.2 + - macosx64-sdk-14.4 macosx-arm64-custom-car: description: "Custom chromium-as-release build for mac (apple silicon)" @@ -243,7 +243,7 @@ macosx-arm64-custom-car: tier: 2 worker: max-run-time: 50000 - use-system-python: false + use-python: default run-on-projects: [] run: script: build-custom-car.sh @@ -267,7 +267,7 @@ macosx-arm64-custom-car: toolchain-artifact: public/build/car_macosx_arm.tar.zst fetches: toolchain: - - macosx64-sdk-14.2 + - macosx64-sdk-14.4 android-custom-car: description: "Custom chromium-as-release build for Android" @@ -278,7 +278,7 @@ android-custom-car: worker: docker-image: {in-tree: custom-car-android} max-run-time: 20000 - use-system-python: false + use-python: default run-on-projects: [] run: script: build-custom-car.sh @@ -313,7 +313,7 @@ linux64-custom-car: worker: docker-image: {in-tree: custom-car-linux} max-run-time: 16200 - use-system-python: false + use-python: default run-on-projects: [] run: script: build-custom-car.sh @@ -347,7 +347,7 @@ win64-custom-car: max-run-time: 16200 env: MSYSTEM: "MINGW64" - use-system-python: false + use-python: default run-on-projects: [] run: script: build-custom-car.sh @@ -508,23 +508,6 @@ nsis: - linux64-clang-toolchain - sysroot-x86_64-linux-gnu -win64-vs2019: - description: "VS 2019" - attributes: - local-toolchain: true - treeherder: - symbol: TW64(msvc2019) - worker: - env: - MACH_BUILD_PYTHON_NATIVE_PACKAGE_SOURCE: system - run: - script: get_vs.py - arguments: - - build/vs/vs2019.yaml - resources: - - build/vs/vs2019.yaml - toolchain-artifact: project/gecko/vs/vs.tar.zst - win64-vs2022: description: "VS 2022" attributes: @@ -617,3 +600,21 @@ win64-libxml2: toolchain: - linux64-clang-toolchain - vs-toolchain + +talos-pdfs: + description: "Gathers all the PDFs needed for the pdfpaint test" + attributes: + local-toolchain: true + treeherder: + symbol: TL(talos-pdfs) + worker: + max-run-time: 3600 + run: + script: run-fetch-talos-pdfs.sh + sparse-profile: null + resources: + - 'taskcluster/scripts/misc/fetch-talos-pdfs.py' + toolchain-artifact: public/build/talos-pdfs.tar.zst + fetches: + fetch: + - mozilla-pdf.js -- cgit v1.2.3