mozilla-releng / bouncerscript

1 stars 9 forks source link

Guard against cross product alias update when TB is ready. #18

Closed MihaiTabara closed 6 years ago

MihaiTabara commented 6 years ago

More of this conversation here: https://github.com/mozilla-releng/bouncerscript/pull/16#discussion-diff-175892110R26

Basically, once we have TB added in bouncer, we'll need to perform additional checks to make sure we're not mistakenly updateing cross-product aliases (TB to update firefox aliases via bad payload and vice-versa). Can do this via scopes parsing + checks like in scriptworker.

MihaiTabara commented 6 years ago

I think this is done given the work in https://github.com/mozilla-releng/bouncerscript/pull/25,https://github.com/mozilla-releng/bouncerscript/pull/31 and https://github.com/mozilla-releng/bouncerscript/pull/16.