diff --git a/.ci/sample_tests/quickstart/go.integration.cloudbuild.yaml b/.ci/sample_tests/quickstart/go.integration.cloudbuild.yaml index 901b5347cc..24b14bfc26 100644 --- a/.ci/sample_tests/quickstart/go.integration.cloudbuild.yaml +++ b/.ci/sample_tests/quickstart/go.integration.cloudbuild.yaml @@ -33,7 +33,7 @@ steps: - 'TARGET_ROOT=docs/en/getting-started/quickstart/go' - 'TARGET_LANG=go' - 'TABLE_NAME=hotels_go' - - 'SQL_FILE=.ci/sample_tests/setup_hotels_sample.sql' + - 'SQL_FILE=.ci/sample_tests/setup_hotels.sql' - 'AGENT_FILE_PATTERN=quickstart.go' secretEnv: ['TOOLS_YAML_CONTENT', 'GOOGLE_API_KEY', 'DB_PASSWORD'] diff --git a/.ci/sample_tests/quickstart/js.integration.cloudbuild.yaml b/.ci/sample_tests/quickstart/js.integration.cloudbuild.yaml index ba8c5a1df2..6e5aac6b07 100644 --- a/.ci/sample_tests/quickstart/js.integration.cloudbuild.yaml +++ b/.ci/sample_tests/quickstart/js.integration.cloudbuild.yaml @@ -33,7 +33,7 @@ steps: - 'TARGET_ROOT=docs/en/getting-started/quickstart/js' - 'TARGET_LANG=js' - 'TABLE_NAME=hotels_js' - - 'SQL_FILE=.ci/sample_tests/setup_hotels_sample.sql' + - 'SQL_FILE=.ci/sample_tests/setup_hotels.sql' - 'AGENT_FILE_PATTERN=quickstart.js' secretEnv: ['TOOLS_YAML_CONTENT', 'GOOGLE_API_KEY', 'DB_PASSWORD'] diff --git a/.ci/sample_tests/quickstart/py.integration.cloudbuild.yaml b/.ci/sample_tests/quickstart/py.integration.cloudbuild.yaml index 5eb2eee343..52752404a5 100644 --- a/.ci/sample_tests/quickstart/py.integration.cloudbuild.yaml +++ b/.ci/sample_tests/quickstart/py.integration.cloudbuild.yaml @@ -33,7 +33,7 @@ steps: - 'TARGET_ROOT=docs/en/getting-started/quickstart/python' - 'TARGET_LANG=python' - 'TABLE_NAME=hotels_python' - - 'SQL_FILE=.ci/sample_tests/setup_hotels_sample.sql' + - 'SQL_FILE=.ci/sample_tests/setup_hotels.sql' - 'AGENT_FILE_PATTERN=quickstart.py' secretEnv: ['TOOLS_YAML_CONTENT', 'GOOGLE_API_KEY', 'DB_PASSWORD'] diff --git a/.ci/sample_tests/setup_hotels_sample.sql b/.ci/sample_tests/setup_hotels.sql similarity index 100% rename from .ci/sample_tests/setup_hotels_sample.sql rename to .ci/sample_tests/setup_hotels.sql