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

chore(e2e): Remove tparse #4326

Merged
merged 1 commit into from
Feb 5, 2024
Merged

chore(e2e): Remove tparse #4326

merged 1 commit into from
Feb 5, 2024

Conversation

moduli
Copy link
Collaborator

@moduli moduli commented Jan 30, 2024

This PR removes the use of tparse in the e2e test suite (it was only being used in AWS-based enos scenarios). Doing so also removes the need to use the go cache, saving some time in CI (~20 seconds)

Note on the below times:

  • setup has the most time-savings
  • There's some time variability in the scenarios, but it saves ~10 seconds now that it does not have to restore the go cache.

Before:
https://github.com/hashicorp/boundary/actions/runs/7786366940/job/21231734235
Screenshot 2024-02-05 at 11 21 43 AM

After:
https://github.com/hashicorp/boundary/actions/runs/7763621684/job/21176203742
Screenshot 2024-02-05 at 11 21 37 AM

@moduli moduli added the pr/no-milestone Ignores the Milestone Check label Jan 30, 2024
@moduli moduli changed the title chore(e2e): Remove need for tparse chore(e2e): Remove tparse Jan 30, 2024
@moduli moduli marked this pull request as ready for review February 5, 2024 16:25
@moduli moduli merged commit f18bc52 into main Feb 5, 2024
59 of 60 checks passed
@moduli moduli deleted the moduli-e2e-remove-tparse branch February 5, 2024 21:14
moduli added a commit that referenced this pull request Feb 5, 2024
moduli added a commit that referenced this pull request Feb 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr/no-milestone Ignores the Milestone Check
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants