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

Speed up tests in CI #2595

Merged
merged 4 commits into from
Feb 5, 2024
Merged

Conversation

swiatekm
Copy link
Contributor

@swiatekm swiatekm commented Feb 2, 2024

Speed up tests in the CI via the following changes:

As a result, we save 2-4 minutes per e2e test invocation.

Before:
Screenshot_20240205_124038

After:
Screenshot_20240205_124025

@swiatekm swiatekm added the Skip Changelog PRs that do not require a CHANGELOG.md entry label Feb 2, 2024
@swiatekm swiatekm force-pushed the test/e2e-setup branch 5 times, most recently from 50db68f to e17bb9b Compare February 5, 2024 10:25
@swiatekm swiatekm changed the title Speed up E2E tests in CI Speed up tests in CI Feb 5, 2024
We had some unnecessary -a flags in our build commands, forcing a
rebuild every time. Most likely a workaround for
golang/go#9344 that is no longer necessary.
@swiatekm swiatekm marked this pull request as ready for review February 5, 2024 11:43
@swiatekm swiatekm requested a review from a team February 5, 2024 11:44
@pavolloffay pavolloffay merged commit 719a937 into open-telemetry:main Feb 5, 2024
27 checks passed
@swiatekm swiatekm deleted the test/e2e-setup branch February 7, 2024 10:21
ItielOlenick pushed a commit to ItielOlenick/opentelemetry-operator that referenced this pull request May 1, 2024
* Avoid unnecessary binary rebuilds

We had some unnecessary -a flags in our build commands, forcing a
rebuild every time. Most likely a workaround for
golang/go#9344 that is no longer necessary.

* Install kind locally via the Makefile

* Install kuttl locally via the Makefile

* Cache tool binaries in CI
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Skip Changelog PRs that do not require a CHANGELOG.md entry
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants