-
Notifications
You must be signed in to change notification settings - Fork 42
chore(ci): be more specific about the underlying ARM OS #1341
Conversation
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.
Do you want to run this a few times a day? In case you'd like to add the cron option in the toplevel options section
💚 Build Succeeded
Expand to view the summary
Build stats
Test stats 🧪
Trends 🧪💚 Flaky test reportTests succeeded. Expand to view the summary
Test stats 🧪
|
(cherry picked from commit 964b8a1)
(cherry picked from commit 964b8a1)
(cherry picked from commit 964b8a1)
I'd say that with the current frequency it's enough, but I see your point: we could maybe keep a PR open simply running the offending test suite. 🤔 Does it make sense, right? |
I thought this PR will remain open, that was the reason for my question, since it's merged then it was not valid :) |
We can send a new one simplifying the test layout, including the proposed cron |
* master: chore: read elastic-agent logs using native OS' log manager (elastic#1368) Add kubernetes autodiscover scenario without autodiscover (elastic#1361) fix: expose fleet-server port (elastic#1348) chore: improve the automation for the stack version bump (elastic#1351) bump stack version 8.0.0-a6334483 (elastic#1350) bump stack version 8.0.0-1e9bea0f (elastic#1346) chore(ci): be more specific about the underlying ARM OS (elastic#1341) fix: apply container name to elastic-agent Docker services (elastic#1336)
What does this PR do?
It forces
centos-8-arm
as the label used by Jenkins to grab the CI workers when the tests need to be run on ARM.Why is it important?
We are seeing certain flakiness in one single scenario for Debian (See #1271) and we'd like to narrow down the issue: because we have multiple ARM CI workers under the
arm
label, we want to always use the same.Checklist
make unit-test
), and they are passing locallymake notice
in the proper directory)Author's Checklist
Related issues