Skip to content

Instantly share code, notes, and snippets.

@MihaiTabara
Created October 16, 2018 12:34
Show Gist options
  • Save MihaiTabara/13e7ec0880f86879e0ea8cafa561bdae to your computer and use it in GitHub Desktop.
Save MihaiTabara/13e7ec0880f86879e0ea8cafa561bdae to your computer and use it in GitHub Desktop.
changeset: 502890:bb1676d26e9c
tag: tip
user: Mihai Tabara <mtabara@mozilla.com>
date: Tue Oct 16 13:07:30 2018 +0100
summary: Bug 1492639 - fixes to bouncer check. r=sfraser a=release
diff --git a/.cron.yml b/.cron.yml
--- a/.cron.yml
+++ b/.cron.yml
@@ -105,16 +105,17 @@ jobs:
- name: bouncer-check
job:
type: decision-task
treeherder-symbol: Rel
target-tasks-method: bouncer_check
run-on-projects:
- mozilla-beta
- mozilla-release
+ - mozilla-esr60
when:
by-project:
# No default branch
mozilla-beta:
- {hour: 7, minute: 0}
- {hour: 19, minute: 0}
mozilla-release:
- {hour: 7, minute: 0}
diff --git a/taskcluster/ci/bouncer-check/kind.yml b/taskcluster/ci/bouncer-check/kind.yml
--- a/taskcluster/ci/bouncer-check/kind.yml
+++ b/taskcluster/ci/bouncer-check/kind.yml
@@ -37,16 +37,18 @@ jobs:
job-name: firefox-bouncer-check
run:
config:
by-project:
mozilla-beta:
- releases/bouncer_firefox_beta.py
mozilla-release:
- releases/bouncer_firefox_release.py
+ mozilla-esr60:
+ - releases/bouncer_firefox_esr.py
default:
- releases/dev_bouncer_firefox_beta.py
product-field:
by-project:
mozilla-beta: LATEST_FIREFOX_RELEASED_DEVEL_VERSION
mozilla-release: LATEST_FIREFOX_VERSION
mozilla-esr60: FIREFOX_ESR
default: LATEST_FIREFOX_DEVEL_VERSION
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment