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

ci: enable orka #29426

Merged
merged 8 commits into from
Dec 16, 2021
Merged

ci: enable orka #29426

merged 8 commits into from
Dec 16, 2021

Conversation

v1v
Copy link
Member

@v1v v1v commented Dec 14, 2021

What does this PR do?

Enable MacOSX ephemeral workers

Why is it important?

Validate we can use the MacOSX ephemeral workers.

Issues

Already verified in:

@v1v v1v added automation macOS Enable builds in the CI for darwin testing backport-v8.0.0 Automated backport with mergify backport-v7.16.0 Automated backport with mergify labels Dec 14, 2021
@v1v v1v requested review from a team as code owners December 14, 2021 18:05
@botelastic botelastic bot added the needs_team Indicates that the issue/PR needs a Team:* label label Dec 14, 2021
@v1v v1v added the Team:Automation Label for the Observability productivity team label Dec 14, 2021
@botelastic botelastic bot removed the needs_team Indicates that the issue/PR needs a Team:* label label Dec 14, 2021
@v1v v1v self-assigned this Dec 14, 2021
@v1v v1v requested a review from a team December 14, 2021 18:06
@elasticmachine
Copy link
Collaborator

elasticmachine commented Dec 14, 2021

💚 Build Succeeded

the below badges are clickable and redirect to their specific view in the CI or DOCS
Pipeline View Test View Changes Artifacts preview preview

Expand to view the summary

Build stats

  • Start Time: 2021-12-16T17:05:50.206+0000

  • Duration: 191 min 13 sec

  • Commit: c516980

Test stats 🧪

Test Results
Failed 0
Passed 56556
Skipped 5099
Total 61655

💚 Flaky test report

Tests succeeded.

🤖 GitHub comments

To re-run your PR in the CI, just comment with:

  • /test : Re-trigger the build.

  • /package : Generate the packages and run the E2E tests.

  • /beats-tester : Run the installation tests with beats-tester.

  • run elasticsearch-ci/docs : Re-trigger the docs validation. (use unformatted text in the comment!)

@v1v v1v marked this pull request as draft December 15, 2021 09:24
@@ -634,7 +634,7 @@ def withBeatsEnv(Map args = [:], Closure body) {

if(isUnix()) {
gox_flags = (isArm() && is64arm()) ? '-arch arm' : '-arch amd64'
path = "${env.WORKSPACE}/bin:${env.PATH}"
path = "${env.WORKSPACE}/bin:${env.PATH}:/usr/local/bin"
Copy link
Member Author

@v1v v1v Dec 15, 2021

Choose a reason for hiding this comment

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

At the moment the orka ephemeral workers don't have the /usr/local/bin in their PATH environment variable

[2021-12-15T10:23:58.372Z] PATH=/Users/admin/workspace/PR-29426-4-fae0730c-b250-44cb-907a-866a5b5b3d7b/bin:/usr/bin:/bin:/usr/sbin:/sbin

image

@@ -634,7 +634,7 @@ def withBeatsEnv(Map args = [:], Closure body) {

if(isUnix()) {
gox_flags = (isArm() && is64arm()) ? '-arch arm' : '-arch amd64'
path = "${env.WORKSPACE}/bin:${env.PATH}"
path = "${env.WORKSPACE}/bin:${env.PATH}:/usr/local/bin"
Copy link
Member Author

Choose a reason for hiding this comment

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

At the moment the orka ephemeral workers don't have the /usr/local/bin in their PATH environment variable

[2021-12-15T10:23:58.372Z] PATH=/Users/admin/workspace/PR-29426-4-fae0730c-b250-44cb-907a-866a5b5b3d7b/bin:/usr/bin:/bin:/usr/sbin:/sbin

image

@v1v v1v marked this pull request as ready for review December 15, 2021 16:31
@v1v
Copy link
Member Author

v1v commented Dec 15, 2021

/test

1 similar comment
@v1v
Copy link
Member Author

v1v commented Dec 15, 2021

/test

@v1v v1v added the backport-7.17 Automated backport to the 7.17 branch with mergify label Dec 16, 2021
@v1v v1v merged commit 8921ea4 into elastic:master Dec 16, 2021
mergify bot pushed a commit that referenced this pull request Dec 16, 2021
(cherry picked from commit 8921ea4)
mergify bot pushed a commit that referenced this pull request Dec 16, 2021
(cherry picked from commit 8921ea4)
v1v pushed a commit that referenced this pull request Dec 17, 2021
@v1v
Copy link
Member Author

v1v commented Dec 20, 2021

@Mergifyio backport 7.17

mergify bot pushed a commit that referenced this pull request Dec 20, 2021
(cherry picked from commit 8921ea4)
@mergify
Copy link
Contributor

mergify bot commented Dec 20, 2021

backport 7.17

✅ Backports have been created

v1v pushed a commit that referenced this pull request Dec 20, 2021
v1v added a commit that referenced this pull request Dec 22, 2021
(cherry picked from commit 8921ea4)

Co-authored-by: Victor Martinez <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automation backport-7.17 Automated backport to the 7.17 branch with mergify backport-v7.16.0 Automated backport with mergify backport-v8.0.0 Automated backport with mergify macOS Enable builds in the CI for darwin testing Team:Automation Label for the Observability productivity team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants