Skip to content

Commit

Permalink
bumping tanagra tag (#8775)
Browse files Browse the repository at this point in the history
[no ticket][risk=no] bumping tanagra tag
  • Loading branch information
freemabd authored Sep 9, 2024
1 parent c9ec537 commit c7c880f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions api/libproject/environments.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def env_with_defaults(env, config)
:source_cdr_project => "all-of-us-ehr-dev",
:source_cdr_wgs_project => "all-of-us-workbench-test",
:tanagra_underlay_files => "aou/SR2023Q3R2_local,aou/SC2023Q3R2_local",
:tanagra_tag => "0.0.601",
:tanagra_tag => "0.0.602",
:accessTiers => {
"registered" => {
:ingest_cdr_project => "fc-aou-vpc-ingest-test",
Expand Down Expand Up @@ -55,7 +55,7 @@ def env_with_defaults(env, config)
:tanagra_auth_disable_checks => "false",
:tanagra_auth_gcp_access_token => "true",
:tanagra_underlay_files => "aou/SR2023Q3R2_test,aou/SC2023Q3R2_test",
:tanagra_tag => "0.0.601",
:tanagra_tag => "0.0.602",
:accessTiers => {
"registered" => {
:ingest_cdr_project => "fc-aou-vpc-ingest-test",
Expand All @@ -78,7 +78,7 @@ def env_with_defaults(env, config)
:source_cdr_project => "all-of-us-ehr-dev",
:source_cdr_wgs_project => "all-of-us-workbench-test",
:publisher_account => "circle-deploy-account@all-of-us-workbench-test.iam.gserviceaccount.com",
:tanagra_tag => "0.0.601",
:tanagra_tag => "0.0.602",
:accessTiers => {
"registered" => {
:ingest_cdr_project => "fc-aou-vpc-ingest-staging",
Expand All @@ -99,7 +99,7 @@ def env_with_defaults(env, config)
:source_cdr_project => "all-of-us-ehr-dev",
:source_cdr_wgs_project => "all-of-us-workbench-test",
:publisher_account => "[email protected]",
:tanagra_tag => "0.0.601",
:tanagra_tag => "0.0.602",
:accessTiers => {
"registered" => {
:ingest_cdr_project => "fc-aou-vpc-ingest-stable",
Expand All @@ -120,7 +120,7 @@ def env_with_defaults(env, config)
:source_cdr_project => "aou-res-curation-output-prod",
:source_cdr_wgs_project => "aou-genomics-curation-prod",
:publisher_account => "[email protected]",
:tanagra_tag => "0.0.601",
:tanagra_tag => "0.0.602",
:accessTiers => {
"registered" => {
:ingest_cdr_project => "fc-aou-vpc-ingest-preprod",
Expand All @@ -143,7 +143,7 @@ def env_with_defaults(env, config)
:source_cdr_project => "aou-res-curation-output-prod",
:source_cdr_wgs_project => "aou-genomics-curation-prod",
:publisher_account => "[email protected]",
:tanagra_tag => "0.0.601",
:tanagra_tag => "0.0.602",
:accessTiers => {
"registered" => {
:ingest_cdr_project => "fc-aou-vpc-ingest-prod",
Expand Down

0 comments on commit c7c880f

Please sign in to comment.