Skip to content

Commit

Permalink
Bug 1799830 - Migrate balrog from AWS to GCP (#2699)
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterWayZ committed Nov 9, 2022
1 parent e0c3eb6 commit 1a20462
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .taskcluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ tasks:
created: {$fromNow: ''}
deadline: {$fromNow: '2 hours'}
provisionerId: releng-t
workerType: linux
workerType: linux-gcp
scopes:
- secrets:get:repo:github.com/mozilla-releng/balrog:coveralls
routes: []
Expand Down Expand Up @@ -100,7 +100,7 @@ tasks:
created: {$fromNow: ''}
deadline: {$fromNow: '2 hours'}
provisionerId: releng-t
workerType: linux
workerType: linux-gcp
scopes: []
routes: []
payload:
Expand All @@ -122,7 +122,7 @@ tasks:
created: {$fromNow: ''}
deadline: {$fromNow: '2 hours'}
provisionerId: releng-t
workerType: linux
workerType: linux-gcp
scopes: []
routes: []
payload:
Expand All @@ -144,7 +144,7 @@ tasks:
created: {$fromNow: ''}
deadline: {$fromNow: '2 hours'}
provisionerId: releng-t
workerType: linux
workerType: linux-gcp
routes: []
payload:
maxRunTime: 3600
Expand All @@ -165,7 +165,7 @@ tasks:
created: {$fromNow: ''}
deadline: {$fromNow: '2 hours'}
provisionerId: releng-t
workerType: linux
workerType: linux-gcp
routes: []
payload:
maxRunTime: 3600
Expand All @@ -186,7 +186,7 @@ tasks:
created: {$fromNow: ''}
deadline: {$fromNow: '2 hours'}
provisionerId: releng-t
workerType: linux
workerType: linux-gcp
scopes: []
routes: []
payload:
Expand All @@ -206,7 +206,7 @@ tasks:
created: {$fromNow: ''}
deadline: {$fromNow: '2 hours'}
provisionerId: releng-t
workerType: linux
workerType: linux-gcp
scopes: []
routes: []
payload:
Expand All @@ -228,7 +228,7 @@ tasks:
created: {$fromNow: ''}
deadline: {$fromNow: '2 hours'}
provisionerId: releng-3
workerType: linux
workerType: linux-gcp
scopes:
- secrets:get:repo:github.com/mozilla-releng/balrog:dockerhub
routes: []
Expand All @@ -252,7 +252,7 @@ tasks:
created: {$fromNow: ''}
deadline: {$fromNow: '2 hours'}
provisionerId: releng-3
workerType: linux
workerType: linux-gcp
scopes:
- secrets:get:repo:github.com/mozilla-releng/balrog:dockerhub
routes: []
Expand All @@ -279,7 +279,7 @@ tasks:
created: {$fromNow: ''}
deadline: {$fromNow: '2 hours'}
provisionerId: releng-3
workerType: linux
workerType: linux-gcp
scopes:
- secrets:get:repo:github.com/mozilla-releng/balrog:s3-stage-aws-creds
- secrets:get:repo:github.com/mozilla-releng/balrog:s3-stage-app-config
Expand Down Expand Up @@ -310,7 +310,7 @@ tasks:
created: {$fromNow: ''}
deadline: {$fromNow: '2 hours'}
provisionerId: releng-3
workerType: linux
workerType: linux-gcp
scopes:
- secrets:get:repo:github.com/mozilla-releng/balrog:s3-prod-aws-creds
- secrets:get:repo:github.com/mozilla-releng/balrog:s3-prod-app-config
Expand Down

0 comments on commit 1a20462

Please sign in to comment.