Closed Bug 1568758 Opened 6 years ago Closed 6 years ago

Provide a facility to disable nightly Thunderbird builds

Categories

(Thunderbird :: Build Config, enhancement)

enhancement
Not set
normal

Tracking

(Not tracked)

RESOLVED INVALID

People

(Reporter: jorgk-bmo, Unassigned)

Details

I asked, you can update .cron.yml in C-C.

Change the "when" section of the "nightly-desktop" job to an empty list: []. Most of the other jobs defined in that file are disabled using this method. I would also put a comment there, but that's just my way of doing things.

jobs:
    - name: nightly-desktop
      job:
          type: decision-task
          treeherder-symbol: Nd
          target-tasks-method: nightly_desktop
      run-on-projects:
          - comm-central
      when: []  # disabled by XXXXX for bug XXXXX
Flags: needinfo?(rob)

Jörg, is this sufficient? I will close if there are no objections.

Flags: needinfo?(jorgk)

The other day I was close to trying it :-(

OK, let's close this.

Status: NEW → RESOLVED
Closed: 6 years ago
Flags: needinfo?(jorgk)
Resolution: --- → INVALID
You need to log in before you can comment on or make changes to this bug.