-
Notifications
You must be signed in to change notification settings - Fork 327
[CI] Full build and test on Windows - weekly #1705
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
[CI] Full build and test on Windows - weekly #1705
Conversation
❕ Build Aborted
Expand to view the summary
Build stats
🤖 GitHub commentsTo re-run your PR in the CI, just comment with:
|
|
@eyalkoren, if we merge this then you could use it to test #1671 in the CI. Though it will require to kick off a build with the specific refspec (see the screenshot in the description) |
…for-windows-only * upstream/master: (100 commits) [CI] Enable compatibility test matrix for unit tests (elastic#1915) Updated get-user-teams-membership to version 1.0.3 ensure that the socket is closed even if there is an exception from the other close (elastic#1946) Make sure trace context headers are added only once (elastic#1937) Update CHANGELOG.asciidoc Ecs reformatting more fields (elastic#1910) Use path when high-level framework method is unknown (elastic#1906) Semver parsing enhancement (elastic#1931) Bump version.slf4j from 1.7.31 to 1.7.32 (elastic#1933) Add description about memory pool metrics to docs (elastic#1925) updated team membership check in action Add 1.25.0 to cloudfoundry index Update CHANGELOG.asciidoc (elastic#1929) fixed community label action [maven-release-plugin] prepare for next development iteration [maven-release-plugin] prepare release v1.25.0 Prepare release 1.25.0 (elastic#1927) synchronize json schema specs (elastic#1926) added labeling of community issues and PRs added community labeler config ...
|
@SylvainJuge , this should answer your need to run for windows on a weekly basis that you asked for in: |
|
Thanks @v1v , that was exactly the PR I was thinking about :-). |
|
@elastic/apm-agent-java , can we merge this? |
|
/test |
|
@eyalkoren I think this is related to https://github.com/elastic/observability-robots/issues/443 and we may be waiting for a review here. Would you mind taking a look and letting us know if we have a 👍 to merge? Thanks! |
The test goal doesn't require a Docker setup. Verify executes the Docker-based integration tests. Executing those on Windows doesn't add more coverage and complicates the worker configuration.
|
I have changed the goal to use |
|
run windows tests |
💔 Build Failed
Expand to view the summary
Build stats
Test stats 🧪
💚 Flaky test reportTests succeeded. 🤖 GitHub commentsTo re-run your PR in the CI, just comment with:
|
What does this PR do?
Run on Windows but on a weekly basis:
It can be executed on a PR basis with the GitHub comment:
windows testsor using the UI with the new parameterwindows-cior GitHub labelci:windowsWhy
Simplify the default CI pipeline.
Issues
See #1703 (comment)
UX