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

PLT-136 Run e2e tests on impl environment #1283

Merged
merged 28 commits into from
Aug 26, 2024
Merged

PLT-136 Run e2e tests on impl environment #1283

merged 28 commits into from
Aug 26, 2024

Conversation

oluwolenpbc
Copy link
Contributor

@oluwolenpbc oluwolenpbc commented Sep 13, 2023

🎫 Ticket

https://jira.cms.gov/browse/PLT-136

🛠 Changes

Added workflow for running e2e tests on the impl environment.

ℹ️ Context for reviewers

This e2e-test workflow should allow us to gain confidence in deploying while simplifying our test pipelines by running tests directly against resources in the impl environment.

✅ Acceptance Validation

We may need to merge this before we can test running the workflow.

🔒 Security Implications

None, these tests are run on self-hosted runners within our internal network.

@oluwolenpbc oluwolenpbc requested a review from a team as a code owner September 13, 2023 15:19
@@ -0,0 +1,100 @@
name: GitHub Actions Workflow
Copy link
Member

Choose a reason for hiding this comment

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

If this is for PLT-136 then we need two workflows:

  • deploy.yml to deploy code to an environment (in this case, impl)
  • e2e-test.yml to run e2e tests on an environment (also on the impl in this case)

The deploy and test on impl should run on push to master and manual dispatch.

@gsf gsf self-assigned this May 20, 2024
@gsf gsf changed the title adding github actions to ab2d repo PLT-136 Run e2e tests on impl environment May 20, 2024
Copy link
Contributor

@Sadibhatla Sadibhatla left a comment

Choose a reason for hiding this comment

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

LGTM

@gsf gsf merged commit 18f6f82 into main Aug 26, 2024
5 checks passed
@gsf gsf deleted the PLT-136 branch August 26, 2024 18:15
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