upgrade-check: Run production verify step.

This commit is contained in:
Gaurav Pandey 2021-07-13 12:40:58 +05:30
parent 285e10fe2f
commit d2a95607e2
2 changed files with 4 additions and 5 deletions

View File

@ -259,11 +259,8 @@ jobs:
- name: Upgrade production - name: Upgrade production
run: sudo /tmp/production-upgrade run: sudo /tmp/production-upgrade
# TODO: We should be running production-verify here, but it - name: Verify install
# doesn't pass yet. run: sudo /tmp/production-verify
#
# - name: Verify install
# run: sudo /tmp/production-verify
- name: Report status - name: Report status
if: failure() if: failure()

View File

@ -39,3 +39,5 @@ UPGRADE_SCRIPT=/home/zulip/deployments/current/scripts/lib/upgrade-zulip
# Execute the upgrade. # Execute the upgrade.
sudo "$UPGRADE_SCRIPT" /tmp/zulip-server-test.tar.gz sudo "$UPGRADE_SCRIPT" /tmp/zulip-server-test.tar.gz
sudo supervisorctl restart all