Skip to content

Commit

Permalink
Merge fbbdf1a into 5159110
Browse files Browse the repository at this point in the history
  • Loading branch information
Mihai Tabara committed Sep 18, 2019
2 parents 5159110 + fbbdf1a commit df0b306
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker.d/worker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ bouncer_config:

'COT_PRODUCT == "firefox" && ENV == "prod"':
project:releng:bouncer:server:production:
api_root: 'https://bounceradmin.mozilla.com/api'
api_root: 'https://admin-bouncer.prod.mozaws.net/api'
timeout_in_seconds: 60
username: { "$eval": "BOUNCER_USERNAME" }
password: { "$eval": "BOUNCER_PASSWORD" }
Expand All @@ -43,7 +43,7 @@ bouncer_config:

'COT_PRODUCT == "thunderbird" && ENV == "prod"':
project:comm:thunderbird:releng:bouncer:server:production:
api_root: 'https://bounceradmin.mozilla.com/api'
api_root: 'https://admin-bouncer.prod.mozaws.net/api'
timeout_in_seconds: 60
username: { "$eval": "BOUNCER_USERNAME" }
password: { "$eval": "BOUNCER_PASSWORD" }
Expand Down
16 changes: 16 additions & 0 deletions script_config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"work_dir": "/Users/mtabara/work/mozilla/clones/git/bouncerscript/work_dir",
"artifact_dir": "/Users/mtabara/work/mozilla/clones/git/bouncerscript/artifacts_dir",

"verbose": true,
"taskcluster_scope_prefix": "project:releng:bouncer:",

"bouncer_config": {
"project:releng:bouncer:server:staging": {
"timeout_in_seconds": "60",
"api_root": "....",
"password": "....",
"username": "..."
}
}
}

0 comments on commit df0b306

Please sign in to comment.