Commit 2a137cc2 authored by Mike Hommey's avatar Mike Hommey
Browse files

Bug 1868998 - Mark custom-car jobs as running nowhere and not being cached....

Bug 1868998 - Mark custom-car jobs as running nowhere and not being cached. r=taskgraph-reviewers,kshampur,jcristau a=release

They are triggered via cron, so an empty run-on-projects should be the
appropriate config.

As they are not idempotent (they will pick the last from upstream on
each run), they also shouldn't be cached.
parent d86bf4fb
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -183,11 +183,14 @@ linux64-custom-v8:

linux64-custom-car:
    description: "Custom chromium-as-release build for Linux"
    attributes:
        cached_task: false
    treeherder:
        symbol: TL(custom-car)
    worker:
        docker-image: {in-tree: custom-car-linux}
        max-run-time: 16200
    run-on-projects: []
    run:
        script: build-custom-car-linux.sh
        arguments: [
@@ -210,6 +213,8 @@ linux64-custom-car:

win64-custom-car:
    description: "Custom chromium-as-release build for Windows"
    attributes:
        cached_task: false
    treeherder:
        symbol: TW64(custom-car)
    worker-type: b-win2012
@@ -217,6 +222,7 @@ win64-custom-car:
        max-run-time: 16200
        env:
            MSYSTEM: "MINGW64"
    run-on-projects: []
    run:
        script: build-custom-car-win64.sh
        arguments: [