Disable packaging-arm in elastic-agent#26240
Disable packaging-arm in elastic-agent#26240kaiyan-sheng merged 2 commits intoelastic:masterfrom kaiyan-sheng:disable_packaging_arm
Conversation
💚 Build Succeeded
Expand to view the summary
Build stats
Test stats 🧪
Trends 🧪💚 Flaky test reportTests succeeded. Expand to view the summary
Test stats 🧪
|
|
@blakerouse @urso WDYT about disabling ARM packaging for elastic-agent for now? |
|
We do provide ARM packages for download. The build issue MUST be fixed properly. I'm not too keen to disable building, but if we can't fix it ASAP we might want to disable the ARM packaging job for PRs only. Master and 7.x should still fail on it. |
Then, it requires further changes in the CI to support only branches and tags.
packaging-arm:
packaging-arm: "mage package"
e2e:
enabled: false
platforms: ## override default label in this specific stage.
- "arm"
stage: packaging
when:
branches: true ## for all the branches
tags: true ## for all the tags
|
|
Lets merge this so the build is green will followup with that in priority. |
|
PRs are blocked for a few days. Let's make progress here. The ARM packaging should be restored ASAP in a follow up PR. |
|
I think this issue will impact E2E tests running on ARM workers, where we use the elastic-agent ARM image for the stand-alone mode test scenarios. cc/ @EricDavisX |
This reverts commit cefaeaf.
What does this PR do?
This PR is to disable arm packaging in elastic-agent.
Why is it important?
Skipping this so
mage packagecan pass in CI.Related issues