Mobrovac has submitted this change and it was merged. Change subject: Do not restart the service when deploying to prod ......................................................................
Do not restart the service when deploying to prod Change-Id: I71e590732296c87d4d735b2c26b2e7650a4430ef --- D scap/checks.yaml M scap/scap.cfg 2 files changed, 2 insertions(+), 7 deletions(-) Approvals: Mobrovac: Verified; Looks good to me, approved diff --git a/scap/checks.yaml b/scap/checks.yaml deleted file mode 100644 index 90f74d9..0000000 --- a/scap/checks.yaml +++ /dev/null @@ -1,5 +0,0 @@ -checks: - endpoints: - type: nrpe - stage: restart_service - command: check_endpoints_changeprop diff --git a/scap/scap.cfg b/scap/scap.cfg index 009d64f..11aa697 100644 --- a/scap/scap.cfg +++ b/scap/scap.cfg @@ -7,8 +7,6 @@ canary_dsh_targets: changeprop-canary dsh_targets: changeprop git_submodules: True -service_name: changeprop -service_port: 7272 lock_file: /tmp/scap.changeprop.lock [wmnet] @@ -18,3 +16,5 @@ git_server: deployment-tin.deployment-prep.eqiad.wmflabs server_groups: default dsh_targets: betacluster +service_name: changeprop +service_port: 7272 -- To view, visit https://gerrit.wikimedia.org/r/291874 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I71e590732296c87d4d735b2c26b2e7650a4430ef Gerrit-PatchSet: 2 Gerrit-Project: mediawiki/services/change-propagation/deploy Gerrit-Branch: master Gerrit-Owner: Mobrovac <[email protected]> Gerrit-Reviewer: Mobrovac <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
