|
@@ -89,6 +89,12 @@ jobs:
|
|
|
# https://github.com/codecov/codecov-bash/blob/7100762afbc822b91806a6574658129fe0d23a7d/codecov#L891
|
|
|
fetch-depth: '2'
|
|
|
|
|
|
+ - name: Update environment for silo databases
|
|
|
+ if: |
|
|
|
+ contains( github.event.pull_request.labels.*.name, 'Trigger: Silo db' )
|
|
|
+ run: |
|
|
|
+ echo "SENTRY_USE_SPLIT_DBS=1" >> "$GITHUB_ENV"
|
|
|
+
|
|
|
- name: Setup sentry env
|
|
|
uses: ./.github/actions/setup-sentry
|
|
|
id: setup
|
|
@@ -129,6 +135,13 @@ jobs:
|
|
|
# https://github.com/codecov/codecov-bash/blob/7100762afbc822b91806a6574658129fe0d23a7d/codecov#L891
|
|
|
fetch-depth: '2'
|
|
|
|
|
|
+ - name: Update environment for silo databases
|
|
|
+ id: silo_env
|
|
|
+ if: |
|
|
|
+ contains( github.event.pull_request.labels.*.name, 'Trigger: Silo db' )
|
|
|
+ run: |
|
|
|
+ echo "SENTRY_USE_SPLIT_DBS=1" >> "$GITHUB_ENV"
|
|
|
+
|
|
|
- name: Setup sentry env
|
|
|
uses: ./.github/actions/setup-sentry
|
|
|
id: setup
|
|
@@ -160,6 +173,12 @@ jobs:
|
|
|
steps:
|
|
|
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1.0
|
|
|
|
|
|
+ - name: Update environment for silo databases
|
|
|
+ if: |
|
|
|
+ contains( github.event.pull_request.labels.*.name, 'Trigger: Silo db' )
|
|
|
+ run: |
|
|
|
+ echo "SENTRY_USE_SPLIT_DBS=1" >> "$GITHUB_ENV"
|
|
|
+
|
|
|
- name: Setup sentry env
|
|
|
uses: ./.github/actions/setup-sentry
|
|
|
id: setup
|
|
@@ -313,6 +332,12 @@ jobs:
|
|
|
steps:
|
|
|
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1.0
|
|
|
|
|
|
+ - name: Update environment for silo databases
|
|
|
+ if: |
|
|
|
+ contains( github.event.pull_request.labels.*.name, 'Trigger: Silo db' )
|
|
|
+ run: |
|
|
|
+ echo "SENTRY_USE_SPLIT_DBS=1" >> "$GITHUB_ENV"
|
|
|
+
|
|
|
- name: Setup sentry env
|
|
|
uses: ./.github/actions/setup-sentry
|
|
|
id: setup
|
|
@@ -385,6 +410,12 @@ jobs:
|
|
|
# https://github.com/codecov/codecov-bash/blob/7100762afbc822b91806a6574658129fe0d23a7d/codecov#L891
|
|
|
fetch-depth: '2'
|
|
|
|
|
|
+ - name: Update environment for silo databases
|
|
|
+ if: |
|
|
|
+ contains( github.event.pull_request.labels.*.name, 'Trigger: Silo db' )
|
|
|
+ run: |
|
|
|
+ echo "SENTRY_USE_SPLIT_DBS=1" >> "$GITHUB_ENV"
|
|
|
+
|
|
|
- name: Setup sentry env
|
|
|
uses: ./.github/actions/setup-sentry
|
|
|
id: setup
|