From 87020f81265b14db527177b075e78752becb24cc Mon Sep 17 00:00:00 2001 From: Arthur Petukhovsky Date: Wed, 13 Apr 2022 10:59:29 +0300 Subject: [PATCH] Fix CI staging deploy (#1499) - Remove stopped safekeeper from inventory - Fix github pages address after neon rename --- .circleci/ansible/staging.hosts | 1 - .circleci/config.yml | 10 +++++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/.circleci/ansible/staging.hosts b/.circleci/ansible/staging.hosts index f6b7bf009f..69f058c2b9 100644 --- a/.circleci/ansible/staging.hosts +++ b/.circleci/ansible/staging.hosts @@ -5,7 +5,6 @@ zenith-us-stage-ps-2 console_region_id=27 [safekeepers] zenith-us-stage-sk-1 console_region_id=27 zenith-us-stage-sk-2 console_region_id=27 -zenith-us-stage-sk-3 console_region_id=27 zenith-us-stage-sk-4 console_region_id=27 [storage:children] diff --git a/.circleci/config.yml b/.circleci/config.yml index 9d26d5d558..f05e64072a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -405,7 +405,7 @@ jobs: - run: name: Build coverage report command: | - COMMIT_URL=https://github.com/zenithdb/zenith/commit/$CIRCLE_SHA1 + COMMIT_URL=https://github.com/neondatabase/neon/commit/$CIRCLE_SHA1 scripts/coverage \ --dir=/tmp/zenith/coverage report \ @@ -416,8 +416,8 @@ jobs: name: Upload coverage report command: | LOCAL_REPO=$CIRCLE_PROJECT_USERNAME/$CIRCLE_PROJECT_REPONAME - REPORT_URL=https://zenithdb.github.io/zenith-coverage-data/$CIRCLE_SHA1 - COMMIT_URL=https://github.com/zenithdb/zenith/commit/$CIRCLE_SHA1 + REPORT_URL=https://neondatabase.github.io/zenith-coverage-data/$CIRCLE_SHA1 + COMMIT_URL=https://github.com/neondatabase/neon/commit/$CIRCLE_SHA1 scripts/git-upload \ --repo=https://$VIP_VAP_ACCESS_TOKEN@github.com/zenithdb/zenith-coverage-data.git \ @@ -593,7 +593,7 @@ jobs: name: Setup helm v3 command: | curl -s https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash - helm repo add zenithdb https://zenithdb.github.io/helm-charts + helm repo add zenithdb https://neondatabase.github.io/helm-charts - run: name: Re-deploy proxy command: | @@ -643,7 +643,7 @@ jobs: name: Setup helm v3 command: | curl -s https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash - helm repo add zenithdb https://zenithdb.github.io/helm-charts + helm repo add zenithdb https://neondatabase.github.io/helm-charts - run: name: Re-deploy proxy command: |