Skip to content

Commit

Permalink
Fix build and stuck self-destruct message (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
gchristov authored Oct 16, 2024
1 parent 77f73f7 commit 68de449
Show file tree
Hide file tree
Showing 25 changed files with 115 additions and 50 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/common-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ env:

jobs:
common-check-build:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
concurrency:
group: ${{ github.ref }}-common-check-build
cancel-in-progress: true
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
common/infra
common-check-test:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
concurrency:
group: ${{ github.ref }}-common-check-test
cancel-in-progress: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/common-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ env:

jobs:
common-deploy-build:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
concurrency:
group: ${{ github.ref }}-common-deploy-build
cancel-in-progress: true
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
common/infra
common-deploy-test:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
concurrency:
group: ${{ github.ref }}-common-deploy-test
cancel-in-progress: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/landing-page-web-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:

jobs:
landing-page-web-check-build:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
concurrency:
group: ${{ github.ref }}-landing-page-web-check-build
cancel-in-progress: true
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
landing-page-web/infra
landing-page-web-check-test:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
concurrency:
group: ${{ github.ref }}-landing-page-web-check-test
cancel-in-progress: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/landing-page-web-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:

jobs:
landing-page-web-deploy-build:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
concurrency:
group: ${{ github.ref }}-landing-page-web-deploy-build
cancel-in-progress: true
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
landing-page-web/infra
landing-page-web-deploy-test:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
concurrency:
group: ${{ github.ref }}-landing-page-web-deploy-test
cancel-in-progress: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/proxy-web-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:

jobs:
proxy-web-check-build:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
concurrency:
group: ${{ github.ref }}-proxy-web-check-build
cancel-in-progress: true
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
proxy-web/infra
proxy-web-check-test:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
concurrency:
group: ${{ github.ref }}-proxy-web-check-test
cancel-in-progress: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/proxy-web-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:

jobs:
proxy-web-deploy-build:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
concurrency:
group: ${{ github.ref }}-proxy-web-deploy-build
cancel-in-progress: true
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
proxy-web/infra
proxy-web-deploy-test:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
concurrency:
group: ${{ github.ref }}-proxy-web-deploy-test
cancel-in-progress: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/search-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ env:

jobs:
search-check-build:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
concurrency:
group: ${{ github.ref }}-search-check-build
cancel-in-progress: true
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
search/infra
search-check-test:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
concurrency:
group: ${{ github.ref }}-search-check-test
cancel-in-progress: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/search-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ env:

jobs:
search-deploy-build:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
concurrency:
group: ${{ github.ref }}-search-deploy-build
cancel-in-progress: true
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
search/infra
search-deploy-test:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
concurrency:
group: ${{ github.ref }}-search-deploy-test
cancel-in-progress: true
Expand Down
10 changes: 8 additions & 2 deletions .github/workflows/self-destruct-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@ env:
GCP_SA_KEY_INFRA: ${{ secrets.GCP_SA_KEY_INFRA }}
GCP_SA_KEY_APP: ${{ secrets.GCP_SA_KEY_APP }}
MONITORING_SLACK_URL: ${{ secrets.MONITORING_SLACK_URL }}
GOOGLE_ANALYTICS_MEASUREMENT_ID: ${{ secrets.GOOGLE_ANALYTICS_MEASUREMENT_ID }}
GOOGLE_ANALYTICS_API_SECRET: ${{ secrets.GOOGLE_ANALYTICS_API_SECRET }}

jobs:
self-destruct-check-build:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
concurrency:
group: ${{ github.ref }}-self-destruct-check-build
cancel-in-progress: true
Expand All @@ -34,6 +36,8 @@ jobs:
echo "$GCP_SA_KEY_INFRA" >> ./self-destruct/infra/credentials-gcp-infra.json
echo "$GCP_SA_KEY_APP" >> ./credentials-gcp-app.json
echo MONITORING_SLACK_URL="$MONITORING_SLACK_URL" >> ./common/monitoring/secrets.properties
echo GOOGLE_ANALYTICS_MEASUREMENT_ID="$GOOGLE_ANALYTICS_MEASUREMENT_ID" >> ./common/analytics/secrets.properties
echo GOOGLE_ANALYTICS_API_SECRET="$GOOGLE_ANALYTICS_API_SECRET" >> ./common/analytics/secrets.properties
- name: Build project
run: |
set -o pipefail &&
Expand Down Expand Up @@ -63,7 +67,7 @@ jobs:
self-destruct/infra
self-destruct-check-test:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
concurrency:
group: ${{ github.ref }}-self-destruct-check-test
cancel-in-progress: true
Expand All @@ -82,6 +86,8 @@ jobs:
echo "$GCP_SA_KEY_INFRA" >> ./self-destruct/infra/credentials-gcp-infra.json
echo "$GCP_SA_KEY_APP" >> ./credentials-gcp-app.json
echo MONITORING_SLACK_URL="$MONITORING_SLACK_URL" >> ./common/monitoring/secrets.properties
echo GOOGLE_ANALYTICS_MEASUREMENT_ID="$GOOGLE_ANALYTICS_MEASUREMENT_ID" >> ./common/analytics/secrets.properties
echo GOOGLE_ANALYTICS_API_SECRET="$GOOGLE_ANALYTICS_API_SECRET" >> ./common/analytics/secrets.properties
- name: Test
run: |
set -o pipefail &&
Expand Down
10 changes: 8 additions & 2 deletions .github/workflows/self-destruct-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@ env:
GCP_SA_KEY_INFRA: ${{ secrets.GCP_SA_KEY_INFRA }}
GCP_SA_KEY_APP: ${{ secrets.GCP_SA_KEY_APP }}
MONITORING_SLACK_URL: ${{ secrets.MONITORING_SLACK_URL }}
GOOGLE_ANALYTICS_MEASUREMENT_ID: ${{ secrets.GOOGLE_ANALYTICS_MEASUREMENT_ID }}
GOOGLE_ANALYTICS_API_SECRET: ${{ secrets.GOOGLE_ANALYTICS_API_SECRET }}

jobs:
self-destruct-deploy-build:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
concurrency:
group: ${{ github.ref }}-self-destruct-deploy-build
cancel-in-progress: true
Expand All @@ -34,6 +36,8 @@ jobs:
echo "$GCP_SA_KEY_INFRA" >> ./self-destruct/infra/credentials-gcp-infra.json
echo "$GCP_SA_KEY_APP" >> ./credentials-gcp-app.json
echo MONITORING_SLACK_URL="$MONITORING_SLACK_URL" >> ./common/monitoring/secrets.properties
echo GOOGLE_ANALYTICS_MEASUREMENT_ID="$GOOGLE_ANALYTICS_MEASUREMENT_ID" >> ./common/analytics/secrets.properties
echo GOOGLE_ANALYTICS_API_SECRET="$GOOGLE_ANALYTICS_API_SECRET" >> ./common/analytics/secrets.properties
- name: Build project
run: |
set -o pipefail &&
Expand All @@ -59,7 +63,7 @@ jobs:
self-destruct/infra
self-destruct-deploy-test:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
concurrency:
group: ${{ github.ref }}-self-destruct-deploy-test
cancel-in-progress: true
Expand All @@ -78,6 +82,8 @@ jobs:
echo "$GCP_SA_KEY_INFRA" >> ./self-destruct/infra/credentials-gcp-infra.json
echo "$GCP_SA_KEY_APP" >> ./credentials-gcp-app.json
echo MONITORING_SLACK_URL="$MONITORING_SLACK_URL" >> ./common/monitoring/secrets.properties
echo GOOGLE_ANALYTICS_MEASUREMENT_ID="$GOOGLE_ANALYTICS_MEASUREMENT_ID" >> ./common/analytics/secrets.properties
echo GOOGLE_ANALYTICS_API_SECRET="$GOOGLE_ANALYTICS_API_SECRET" >> ./common/analytics/secrets.properties
- name: Test
run: |
set -o pipefail &&
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/slack-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ env:

jobs:
slack-check-build:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
concurrency:
group: ${{ github.ref }}-slack-check-build
cancel-in-progress: true
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
slack/infra
slack-check-test:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
concurrency:
group: ${{ github.ref }}-slack-check-test
cancel-in-progress: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/slack-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ env:

jobs:
slack-deploy-build:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
concurrency:
group: ${{ github.ref }}-slack-deploy-build
cancel-in-progress: true
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
slack/infra
slack-deploy-test:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
concurrency:
group: ${{ github.ref }}-slack-deploy-test
cancel-in-progress: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/slack-web-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ env:

jobs:
slack-web-check-build:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
concurrency:
group: ${{ github.ref }}-slack-web-check-build
cancel-in-progress: true
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
slack-web/infra
slack-web-check-test:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
concurrency:
group: ${{ github.ref }}-slack-web-check-test
cancel-in-progress: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/slack-web-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ env:

jobs:
slack-web-deploy-build:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
concurrency:
group: ${{ github.ref }}-slack-web-deploy-build
cancel-in-progress: true
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
slack-web/infra
slack-web-deploy-test:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
concurrency:
group: ${{ github.ref }}-slack-web-deploy-test
cancel-in-progress: true
Expand Down
10 changes: 8 additions & 2 deletions .github/workflows/statistics-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@ env:
GCP_SA_KEY_INFRA: ${{ secrets.GCP_SA_KEY_INFRA }}
GCP_SA_KEY_APP: ${{ secrets.GCP_SA_KEY_APP }}
MONITORING_SLACK_URL: ${{ secrets.MONITORING_SLACK_URL }}
GOOGLE_ANALYTICS_MEASUREMENT_ID: ${{ secrets.GOOGLE_ANALYTICS_MEASUREMENT_ID }}
GOOGLE_ANALYTICS_API_SECRET: ${{ secrets.GOOGLE_ANALYTICS_API_SECRET }}

jobs:
statistics-check-build:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
concurrency:
group: ${{ github.ref }}-statistics-check-build
cancel-in-progress: true
Expand All @@ -34,6 +36,8 @@ jobs:
echo "$GCP_SA_KEY_INFRA" >> ./statistics/infra/credentials-gcp-infra.json
echo "$GCP_SA_KEY_APP" >> ./credentials-gcp-app.json
echo MONITORING_SLACK_URL="$MONITORING_SLACK_URL" >> ./common/monitoring/secrets.properties
echo GOOGLE_ANALYTICS_MEASUREMENT_ID="$GOOGLE_ANALYTICS_MEASUREMENT_ID" >> ./common/analytics/secrets.properties
echo GOOGLE_ANALYTICS_API_SECRET="$GOOGLE_ANALYTICS_API_SECRET" >> ./common/analytics/secrets.properties
- name: Build project
run: |
set -o pipefail &&
Expand Down Expand Up @@ -63,7 +67,7 @@ jobs:
statistics/infra
statistics-check-test:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
concurrency:
group: ${{ github.ref }}-statistics-check-test
cancel-in-progress: true
Expand All @@ -82,6 +86,8 @@ jobs:
echo "$GCP_SA_KEY_INFRA" >> ./statistics/infra/credentials-gcp-infra.json
echo "$GCP_SA_KEY_APP" >> ./credentials-gcp-app.json
echo MONITORING_SLACK_URL="$MONITORING_SLACK_URL" >> ./common/monitoring/secrets.properties
echo GOOGLE_ANALYTICS_MEASUREMENT_ID="$GOOGLE_ANALYTICS_MEASUREMENT_ID" >> ./common/analytics/secrets.properties
echo GOOGLE_ANALYTICS_API_SECRET="$GOOGLE_ANALYTICS_API_SECRET" >> ./common/analytics/secrets.properties
- name: Test
run: |
set -o pipefail &&
Expand Down
10 changes: 8 additions & 2 deletions .github/workflows/statistics-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@ env:
GCP_SA_KEY_INFRA: ${{ secrets.GCP_SA_KEY_INFRA }}
GCP_SA_KEY_APP: ${{ secrets.GCP_SA_KEY_APP }}
MONITORING_SLACK_URL: ${{ secrets.MONITORING_SLACK_URL }}
GOOGLE_ANALYTICS_MEASUREMENT_ID: ${{ secrets.GOOGLE_ANALYTICS_MEASUREMENT_ID }}
GOOGLE_ANALYTICS_API_SECRET: ${{ secrets.GOOGLE_ANALYTICS_API_SECRET }}

jobs:
statistics-deploy-build:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
concurrency:
group: ${{ github.ref }}-statistics-deploy-build
cancel-in-progress: true
Expand All @@ -34,6 +36,8 @@ jobs:
echo "$GCP_SA_KEY_INFRA" >> ./statistics/infra/credentials-gcp-infra.json
echo "$GCP_SA_KEY_APP" >> ./credentials-gcp-app.json
echo MONITORING_SLACK_URL="$MONITORING_SLACK_URL" >> ./common/monitoring/secrets.properties
echo GOOGLE_ANALYTICS_MEASUREMENT_ID="$GOOGLE_ANALYTICS_MEASUREMENT_ID" >> ./common/analytics/secrets.properties
echo GOOGLE_ANALYTICS_API_SECRET="$GOOGLE_ANALYTICS_API_SECRET" >> ./common/analytics/secrets.properties
- name: Build project
run: |
set -o pipefail &&
Expand All @@ -59,7 +63,7 @@ jobs:
statistics/infra
statistics-deploy-test:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
concurrency:
group: ${{ github.ref }}-statistics-deploy-test
cancel-in-progress: true
Expand All @@ -78,6 +82,8 @@ jobs:
echo "$GCP_SA_KEY_INFRA" >> ./statistics/infra/credentials-gcp-infra.json
echo "$GCP_SA_KEY_APP" >> ./credentials-gcp-app.json
echo MONITORING_SLACK_URL="$MONITORING_SLACK_URL" >> ./common/monitoring/secrets.properties
echo GOOGLE_ANALYTICS_MEASUREMENT_ID="$GOOGLE_ANALYTICS_MEASUREMENT_ID" >> ./common/analytics/secrets.properties
echo GOOGLE_ANALYTICS_API_SECRET="$GOOGLE_ANALYTICS_API_SECRET" >> ./common/analytics/secrets.properties
- name: Test
run: |
set -o pipefail &&
Expand Down
Loading

0 comments on commit 68de449

Please sign in to comment.