We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5631077 commit 65413acCopy full SHA for 65413ac
1 file changed
.github/workflows/run-regression.yml
@@ -205,12 +205,12 @@ on:
205
default: false
206
207
jobs:
208
- tiered_storage_gcs:
+ tiered_storage_gcs:
209
if: ${{ inputs.run_s3_suites && (inputs.suite == 'tiered_storage_gcs' || inputs.suite == 'tiered_storage_all' || inputs.suite == 'all_gcs' || inputs.suite == 'all') }}
210
uses: ./.github/workflows/reusable-suite.yml
211
with:
212
suite_name: tiered_storage
213
- job_name: tiered_storage_gcs
+ job_name: tiered_storage_gcs ${{ inputs.run_s3_suites }}
214
timeout_minutes: 180
215
storage_path: /gcs
216
regression_args: '--with-s3gcs --gcs-uri {{GCS_URI}} --gcs-key-id {{GCS_KEY_ID}} --gcs-key-secret {{GCS_KEY_SECRET}}'
0 commit comments