-
Notifications
You must be signed in to change notification settings - Fork 863
[Release automation] Setup workflow - unit and e2e tests #9213
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
Merged
tkajtoch
merged 4 commits into
elastic:main
from
tkajtoch:build/basic-release-workflow-setup
Nov 14, 2025
Merged
[Release automation] Setup workflow - unit and e2e tests #9213
tkajtoch
merged 4 commits into
elastic:main
from
tkajtoch:build/basic-release-workflow-setup
Nov 14, 2025
+51
−9
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tkajtoch
commented
Nov 14, 2025
Collaborator
💚 Build Succeededcc @tkajtoch |
Collaborator
💚 Build Succeeded
cc @tkajtoch |
| # - name: Lint | ||
| # run: yarn workspaces foreach --all --parallel --topological-dev --exclude @elastic/eui-website --exclude @elastic/eui-monorepo --exclude @elastic/eui-docgen run lint | ||
| - name: Unit tests | ||
| run: yarn workspaces foreach --all --parallel --topological-dev --exclude @elastic/eui-website --exclude @elastic/eui-monorepo --exclude @elastic/eui-docgen run test-unit |
Contributor
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
so pretty... 🥹
weronikaolejniczak
approved these changes
Nov 14, 2025
Contributor
weronikaolejniczak
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🟢 Looks good 👍🏻 I have a doubt but it's not something that could likely break
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
infrastructure
skip-changelog
Use on PRs to skip changelog requirement (Don't delete - used for automation)
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Part of https://github.com/elastic/eui-private/issues/448; the working implementation lives in https://github.com/elastic/eui/tree/build/gh-release-action and will be split into manageable PR chunks
This PR updates the created
release.ymlworkflow to add jobs that run unit and e2e tests, and removes the obsoletepreinstallecho script from our root package.json.The added inputs will be used in jobs added in follow-up PRs to make reviewing easier.
Why are we making this change?
Part of https://github.com/elastic/eui-private/issues/448
Impact to users
Infrastructure only change. No impact to users.
QA
The changes can really only be tested after merging this PR to
maindue to the addedrelease_refinput, which is currently invisible by GitHub - it only sees the workflow version available onmain.