Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TESTS] DQ-132: integration tests with terraform modules #78

Merged
merged 4 commits into from
May 18, 2023

Conversation

a-chumagin
Copy link
Collaborator

  • moved localstack terraform to integration tests
  • change main.tf for test
  • change makefile and readme
  • change github actions flow

Makefile Outdated
@@ -2,7 +2,7 @@ run-localstack:
docker run --rm -d -p 4566:4566 -p 4510-4559:4510-4559 localstack/localstack:1.3.1

deploy-qa-infra:
cd ./examples/localstack && \
cd ./tests/integration_tests/infra && \
terraform init && \
terraform apply -target=module.integration_tests_data_qa.aws_s3_object.great_expectations_yml -target=module.integration_tests_data_qa.aws_s3_object.test_configs -target=module.integration_tests_data_qa.aws_s3_object.pipeline_config -target=module.integration_tests_data_qa.aws_s3_object.pks_config -target=module.integration_tests_data_qa.aws_s3_object.mapping_config -target=module.integration_tests_data_qa.aws_s3_object.expectations_store -target=module.integration_tests_data_qa.aws_s3_object.test_config_manifest -auto-approve
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you don't need to use target anymore

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you don't need to use target anymore

Ups. I forgot to delete this

@a-chumagin a-chumagin requested a review from egorodov May 18, 2023 12:07
@a-chumagin a-chumagin merged commit 105b3f7 into DQ-132 May 18, 2023
@a-chumagin a-chumagin deleted the DQ-132-integration-tests branch May 18, 2023 12:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants