Skip to content

Commit

Permalink
docs(batch): introduce basic snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
coryan committed Jun 20, 2023
1 parent 70ef64e commit 9545ff3
Show file tree
Hide file tree
Showing 3 changed files with 538 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ci/etc/integration-tests-config.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ $env:GOOGLE_CLOUD_CPP_SPANNER_TEST_QUICKSTART_DATABASE="quickstart-db"
# Cloud Pub/Sub configuration parameters
$env:GOOGLE_CLOUD_CPP_PUBSUB_TEST_QUICKSTART_TOPIC="quickstart"

# Cloud Batch configuration parameters
$env:GOOGLE_CLOUD_CPP_BATCH_TEST_TEMPLATE_NAME="cloud-batch-sample-template"

# Cloud BigQuery configuration parameters
$env:GOOGLE_CLOUD_CPP_BIGQUERY_TEST_QUICKSTART_TABLE="projects/bigquery-public-data/datasets/usa_names/tables/usa_1910_current"

Expand Down
7 changes: 7 additions & 0 deletions ci/etc/integration-tests-config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,13 @@ export GOOGLE_CLOUD_CPP_SPANNER_TEST_QUICKSTART_DATABASE="quickstart-db"
# Cloud Pub/Sub configuration parameters
export GOOGLE_CLOUD_CPP_PUBSUB_TEST_QUICKSTART_TOPIC="quickstart"

# Cloud Batch configuration parameters
# Created using:
# gcloud compute instance-templates create \
# --project=cloud-cpp-testing-resources "cloud-batch-sample-template" \
# --region us-central1 --machine-type e2-standard-4
export GOOGLE_CLOUD_CPP_BATCH_TEST_TEMPLATE_NAME="cloud-batch-sample-template"

# Cloud BigQuery configuration parameters
export GOOGLE_CLOUD_CPP_BIGQUERY_TEST_QUICKSTART_TABLE="projects/bigquery-public-data/datasets/usa_names/tables/usa_1910_current"

Expand Down
Loading

0 comments on commit 9545ff3

Please sign in to comment.