gitlab-ci: disable autodeploy of paris and tuvok

I don't trust myself, and these are critical for retaining access to the blade
chassis if something goes wrong, at least for the moment.
This commit is contained in:
Luke Granger-Brown 2021-03-13 16:42:00 +00:00
parent cd29df194a
commit 133781b342

View file

@ -61,10 +61,6 @@ blade-janeway:
extends: .deploy
script: './hack/deploy.sh "blade-janeway" ""'
blade-tuvok:
extends: .deploy
script: './hack/deploy.sh "blade-tuvok" ""'
blade-chakotay:
extends: .deploy
script: './hack/deploy.sh "blade-chakotay" ""'
@ -73,9 +69,14 @@ blade-kim:
extends: .deploy
script: './hack/deploy.sh "blade-kim" ""'
blade-paris:
extends: .deploy
script: './hack/deploy.sh "blade-paris" ""'
# paris and tuvok are not autodeployed because they are the routers, and I don't trust myself
#blade-paris:
# extends: .deploy
# script: './hack/deploy.sh "blade-paris" ""'
#
#blade-tuvok:
# extends: .deploy
# script: './hack/deploy.sh "blade-tuvok" ""'
blade-torres:
extends: .deploy