Skip to content

Commit

Permalink
chore: fix ci and clean workflows (#351)
Browse files Browse the repository at this point in the history
Seems there was a change to Cloud Run urls breaking our CI.

Cleanup had the wrong service names, updated.
  • Loading branch information
verbanicm authored Dec 12, 2024
1 parent 66742aa commit 6937a55
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ env:
INTEGRATION_REGION: 'us-central1'

INTEGRATION_WEBHOOK_SERVICE_NAME: 'github-metrics-webhook-c764'
INTEGRATION_WEBHOOK_SERVICE_AUDIENCE: 'https://github-metrics-webhook-c764-u4iwdc42oa-uc.a.run.app'
INTEGRATION_WEBHOOK_URL: 'https://ci-${{ github.run_id }}-${{ github.run_number }}---github-metrics-webhook-c764-u4iwdc42oa-uc.a.run.app'
INTEGRATION_WEBHOOK_SERVICE_AUDIENCE: 'https://github-metrics-webhook-c764-726168101020.us-central1.run.app'
INTEGRATION_WEBHOOK_URL: 'https://ci-${{ github.run_id }}-${{ github.run_number }}---github-metrics-webhook-c764-726168101020.us-central1.run.app'

INTEGRATION_RETRY_SERVICE_NAME: 'github-metrics-retry-4d31'
INTEGRATION_RETRY_SERVICE_AUDIENCE: 'https://github-metrics-retry-4d31-u4iwdc42oa-uc.a.run.app'
INTEGRATION_RETRY_URL: 'https://ci-${{ github.run_id }}-${{ github.run_number }}---github-metrics-retry-4d31-u4iwdc42oa-uc.a.run.app'
INTEGRATION_RETRY_SERVICE_AUDIENCE: 'https://github-metrics-retry-4d31-726168101020.us-central1.run.app'
INTEGRATION_RETRY_URL: 'https://ci-${{ github.run_id }}-${{ github.run_number }}---github-metrics-retry-4d31-726168101020.us-central1.run.app'

INTEGRATION_ARTIFACTS_JOB_NAME: 'gma-artifacts'
INTEGRATION_COMMIT_REVIEW_STATUS_JOB_NAME: 'commit-review-status-job'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ jobs:
strategy:
matrix:
service_name:
- 'github-metrics-webhook-2578'
- 'github-metrics-retry-c415'
- 'github-metrics-webhook-c764'
- 'github-metrics-retry-4d31'
steps:
- uses: 'actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b' # ratchet:actions/checkout@v4

Expand Down

0 comments on commit 6937a55

Please sign in to comment.