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

[ETL-407] Add integration tests for prod/staging #61

Merged
merged 1 commit into from
Jul 5, 2023
Merged

Conversation

philerooski
Copy link
Contributor

Submits all production data to the staging namespace's pipeline if the github ref is main.

@philerooski philerooski requested a review from a team as a code owner June 30, 2023 22:23
@philerooski philerooski temporarily deployed to develop June 30, 2023 22:25 — with GitHub Actions Inactive
@philerooski philerooski temporarily deployed to develop June 30, 2023 22:45 — with GitHub Actions Inactive
@philerooski philerooski temporarily deployed to develop June 30, 2023 22:45 — with GitHub Actions Inactive
@philerooski philerooski temporarily deployed to develop June 30, 2023 22:45 — with GitHub Actions Inactive
@philerooski philerooski temporarily deployed to develop June 30, 2023 22:45 — with GitHub Actions Inactive
@philerooski philerooski temporarily deployed to develop June 30, 2023 22:48 — with GitHub Actions Inactive
@philerooski philerooski temporarily deployed to develop June 30, 2023 22:48 — with GitHub Actions Inactive
@philerooski philerooski temporarily deployed to develop June 30, 2023 22:54 — with GitHub Actions Inactive
@philerooski philerooski temporarily deployed to develop June 30, 2023 22:59 — with GitHub Actions Inactive
Copy link
Member

@thomasyu888 thomasyu888 left a comment

Choose a reason for hiding this comment

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

🔥 awesome!

@@ -10,6 +10,8 @@ env:
PYTHON_VERSION: 3.9
DEV_INPUT_BUCKET: recover-dev-input-data
DEV_PROCESSED_BUCKET: recover-dev-processed-data
PROD_INPUT_BUCKET: recover-input-data
PROD_PROCESSED_BUCKET: recover-processed-data
Copy link
Member

Choose a reason for hiding this comment

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

Is this being used?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

No, I was just mirroring the lines above. Probably we will never need it.

Copy link
Contributor

@rxu17 rxu17 left a comment

Choose a reason for hiding this comment

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

LGTM! Just one comment

@@ -313,3 +315,41 @@ jobs:

- name: Deploy sceptre stacks to staging on prod
run: pipenv run sceptre --var "namespace=staging" launch prod --yes


integration-test-staging:
Copy link
Contributor

Choose a reason for hiding this comment

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

Should we have a section for if: github.ref_name == 'main' since we'd be only deploying when a feature gets merged into main?

Copy link
Contributor

Choose a reason for hiding this comment

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

Nevermind, it requires sceptre-deploy-staging which already has that

@philerooski philerooski temporarily deployed to develop July 5, 2023 18:22 — with GitHub Actions Inactive
@philerooski philerooski temporarily deployed to develop July 5, 2023 18:22 — with GitHub Actions Inactive
@philerooski philerooski temporarily deployed to develop July 5, 2023 18:22 — with GitHub Actions Inactive
@philerooski philerooski temporarily deployed to develop July 5, 2023 18:22 — with GitHub Actions Inactive
@philerooski philerooski temporarily deployed to develop July 5, 2023 18:26 — with GitHub Actions Inactive
@philerooski philerooski temporarily deployed to develop July 5, 2023 18:26 — with GitHub Actions Inactive
@philerooski philerooski temporarily deployed to develop July 5, 2023 18:39 — with GitHub Actions Inactive
@philerooski philerooski temporarily deployed to develop July 5, 2023 18:42 — with GitHub Actions Inactive
@philerooski philerooski merged commit 07dc05f into main Jul 5, 2023
@philerooski philerooski deleted the etl-407 branch July 5, 2023 19:16
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