Skip to content

Commit

Permalink
[BACKPORT] #758 to 1.1.latest and change nightly release pointer (#764)
Browse files Browse the repository at this point in the history
* update nightly release to be against like .latest branch

* update dbt_test_user_2 variable
  • Loading branch information
McKnight-42 authored Jun 7, 2023
1 parent 622ff28 commit a82b432
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nightly-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ defaults:
shell: bash

env:
RELEASE_BRANCH: "main"
RELEASE_BRANCH: "1.1.latest"

jobs:
aggregate-release-data:
Expand Down
2 changes: 1 addition & 1 deletion scripts/env-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ echo "TOXENV=integration-bigquery" >> $GITHUB_ENV
echo "INTEGRATION_TESTS_SECRETS_PREFIX=BIGQUERY_TEST" >> $GITHUB_ENV
# Set environment variables required for integration tests
echo "DBT_TEST_USER_1=group:buildbot@dbtlabs.com" >> $GITHUB_ENV
echo "DBT_TEST_USER_2=group:dev-core@dbtlabs.com" >> $GITHUB_ENV
echo "DBT_TEST_USER_2=group:engineering-core-team@dbtlabs.com" >> $GITHUB_ENV
echo "DBT_TEST_USER_3=serviceAccount:dbt-integration-test-user@dbt-test-env.iam.gserviceaccount.com" >> $GITHUB_ENV
echo "DATAPROC_REGION=us-central1" >> $GITHUB_ENV
echo "DATAPROC_CLUSTER_NAME=dbt-test-1" >> $GITHUB_ENV
Expand Down
5 changes: 5 additions & 0 deletions test.env.example
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
BIGQUERY_TEST_ALT_DATABASE=
BIGQUERY_TEST_NO_ACCESS_DATABASE=
BIGQUERY_TEST_SERVICE_ACCOUNT_JSON='{}'

# tests for local ci/cd
DBT_TEST_USER_1="group:buildbot@dbtlabs.com"
DBT_TEST_USER_2="group:engineering-core-team@dbtlabs.com"
DBT_TEST_USER_3="serviceAccount:dbt-integration-test-user@dbt-test-env.iam.gserviceaccount.com"

0 comments on commit a82b432

Please sign in to comment.