-
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
Elastic agent core publishing #38447
Conversation
💔 Build Failed
Expand to view the summary
Build stats
Pipeline error
❕ Flaky test reportNo test was executed to be analysed. 🤖 GitHub commentsExpand to view the GitHub comments
To re-run your PR in the CI, just comment with:
|
…nto xpack_agent_core_publish
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.
lgtm
💔 Build Failed
Failed CI StepsHistory
cc @pazone |
💔 Build Failed
Failed CI Steps
History
cc @pazone |
💔 Build Failed
Failed CI StepsHistory
cc @pazone |
💔 Build Failed
Failed CI StepsHistory
cc @pazone |
💔 Build Failed
Failed CI Steps
History
cc @pazone |
💔 Build Failed
Failed CI Steps
History
cc @pazone |
💔 Build Failed
Failed CI StepsHistory
cc @pazone |
💔 Build Failed
Failed CI StepsHistory
cc @pazone |
💚 Build Succeeded
History
cc @pazone |
dev-tools/mage/platforms.go
Outdated
@@ -33,7 +33,7 @@ var BuildPlatforms = BuildPlatformList{ | |||
{"darwin/386", CGOSupported | CrossBuildSupported}, | |||
{"darwin/amd64", CGOSupported | CrossBuildSupported | Default}, | |||
{"darwin/arm", CGOSupported}, | |||
{"darwin/arm64", CGOSupported}, | |||
{"darwin/arm64", CGOSupported | CrossBuildSupported | Default}, |
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.
This is the reason for the failure of the build
[2024-03-22T13:47:27.230Z] Digest: sha256:36dd07b8e4d109af2f2865d347cbe2e1560cd8d63b9778d0e97daa2554853fc0
[2024-03-22T13:47:27.230Z] Status: Downloaded newer image for docker.elastic.co/beats-dev/golang-crossbuild:1.21.8-darwin-arm64-debian10
[2024-03-22T13:47:31.152Z] >> Building using: cmd='build/mage-linux-amd64 golangCrossBuild', env=[CC=oa64-clang, CXX=oa64-clang++, GOARCH=arm64, GOARM=, GOOS=darwin, PLATFORM_ID=darwin-arm64]
[2024-03-22T13:49:33.794Z] # github.com/shirou/gopsutil/cpu
[2024-03-22T13:49:33.794Z] /go/pkg/mod/github.com/shirou/[email protected]+incompatible/cpu/cpu_darwin_cgo.go:13:5: error: 'TARGET_OS_MAC' is not defined, evaluates to 0 [-Werror,-Wundef-prefix=TARGET_OS_]
[2024-03-22T13:49:33.794Z] #if TARGET_OS_MAC
[2024-03-22T13:49:33.794Z] ^
[2024-03-22T13:49:33.794Z] 1 error generated.
…nto xpack_agent_core_publish
Blocked by https://github.com/elastic/infra/pull/40818 |
Pinging @elastic/elastic-agent (Team:Elastic-Agent) |
Approved & queued for merge |
This is a late comment, but The |
@@ -0,0 +1,85 @@ | |||
# yaml-language-server: $schema=https://raw.githubusercontent.com/buildkite/pipeline-schema/main/schema.json |
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.
What's the reason for using this path that contains .buildkite
twice (parent and sibling)? As far as I see, there are already pipelines in the folder .buildkite/x-pack/elastic-agent
:
Proposed commit message
Elastic agent core packaging and publishing pipeline. Uploads elastic agent core without dependencies to DRA on demand or by a schedule.
Synchronised packaging target with
8.x
.Added
darwin-arm64
to default packaging targetsAdded core packaging pipeline
Checklist
CHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.Author's Checklist
How to test this PR locally
Related issues