Skip to content

Commit

Permalink
RM-4 uncomment bigquery-no-gcs-itest
Browse files Browse the repository at this point in the history
RM-4 readd requires

Updated config.yml

Updated config.yml
  • Loading branch information
ryantimjohn committed Jan 19, 2023
1 parent 76549f6 commit c5a6734
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -603,17 +603,17 @@ workflows:
filters:
tags:
only: /v\d+\.\d+\.\d+(-[\w]+)?/
# - integration_test:
# name: bigquery-no-gcs-itest
# extras: '[bigquery,itest]'
# python_version: "3.9"
# db_name: bltoolsdevbq-bq_itest
# include_gcs_scratch_bucket: false
# requires:
# - redshift-s3-itest
# filters:
# tags:
# only: /v\d+\.\d+\.\d+(-[\w]+)?/
- integration_test:
name: bigquery-no-gcs-itest
extras: '[bigquery,itest]'
python_version: "3.9"
db_name: bltoolsdevbq-bq_itest
include_gcs_scratch_bucket: false
requires:
- redshift-s3-itest
filters:
tags:
only: /v\d+\.\d+\.\d+(-[\w]+)?/
# - integration_test:
# name: bigquery-gcs-itest
# extras: '[bigquery,itest]'
Expand Down

0 comments on commit c5a6734

Please sign in to comment.