From 133781b3428ab1860208b477493efc598a3b4dee Mon Sep 17 00:00:00 2001 From: Luke Granger-Brown Date: Sat, 13 Mar 2021 16:42:00 +0000 Subject: [PATCH] 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. --- .gitlab-ci.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6dde7637ce..7faf85e773 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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