-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
ci: enable orka #29426
Conversation
💚 Build Succeeded
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:
|
@@ -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" |
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.
@@ -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" |
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.
/test |
1 similar comment
/test |
(cherry picked from commit 8921ea4)
(cherry picked from commit 8921ea4)
@Mergifyio backport 7.17 |
(cherry picked from commit 8921ea4)
✅ Backports have been created
|
(cherry picked from commit 8921ea4) Co-authored-by: Victor Martinez <[email protected]>
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: