Skip to content

Commit

Permalink
uncomment bigquery-no-gcs-itest
Browse files Browse the repository at this point in the history
  • Loading branch information
ryantimjohn committed Dec 12, 2022
1 parent 1cafea2 commit 0aa967e
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -590,17 +590,17 @@ workflows:
filters:
tags:
only: /v\d+\.\d+\.\d+(-[\w]+)?/
# - integration_test:
# name: bigquery-no-gcs-itest
# extras: '[bigquery,itest]'
# python_version: "3.6"
# 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.6"
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 Expand Up @@ -641,7 +641,7 @@ workflows:
- test-3.9
- cli-extra-test
# - tbl2tbl-itest
# - bigquery-no-gcs-itest
- bigquery-no-gcs-itest
# - bigquery-gcs-itest
- redshift-no-s3-itest
- redshift-s3-itest
Expand Down

0 comments on commit 0aa967e

Please sign in to comment.