1
0
Fork 0

Enables the Fenix beta (#5936)

master
Mitchell Hentges 2019-10-21 10:03:03 -07:00 committed by Jeff Boek
parent 7cf1a9e195
commit 4d7d6ff211
3 changed files with 8 additions and 3 deletions

View File

@ -76,7 +76,6 @@ jobs:
beta:
attributes:
build-type: production
release-type: beta
include-release-version: true
include-shippable-secrets: true

View File

@ -14,6 +14,7 @@ kind-dependencies:
only-for-build-types:
- nightly
- beta
- production
job-template:
@ -24,6 +25,7 @@ job-template:
channel:
by-build-type:
nightly: nightly
beta: beta
production: production
dep:
by-level:

View File

@ -16,7 +16,7 @@ job-template:
description: Sign Fenix
worker-type:
by-build-type:
(fennec-production|nightly|production):
(fennec-production|nightly|beta|production):
by-level:
'3': signing
default: dep-signing
@ -33,6 +33,10 @@ job-template:
'3': nightly-signing
default: dep-signing
performance-test: dep-signing
beta:
by-level:
'3': beta-signing
default: dep-signing
production:
by-level:
'3': production-signing
@ -40,7 +44,7 @@ job-template:
default: dep-signing
index:
by-build-type:
(fennec-production|nightly|performance-test|production):
(fennec-production|nightly|performance-test|beta|production):
type: signing
default: {}
run-on-tasks-for: []