chore: support for Oracle Linux 8#2208
Conversation
| username: admin | ||
| oracle_linux8: | ||
| image: "ami-00371eeb8fd8e0e16" | ||
| instance_type: "c5.2xlarge" |
There was a problem hiding this comment.
Trying with a smaller instance 🤞
v1v
left a comment
There was a problem hiding this comment.
+1
Unrelated, could .ci/.e2e-tests.yaml and .ci/.e2e-tests-for-elastic-agent.yaml be renamed with something about daily/nightly? IIUC, this change will affect only the nightly builds, but the name of those files are not representing when they are used, just thinking if it could be helpful
Indeed. I see those files as the metadata driving the execution (connecting VM settings, test suites, cucumber tags and jenkins parallel stages), so names that come to my mind are:
|
|
This pull request does not have a backport label. Could you fix it @mdelapenya? 🙏
|
💔 Tests Failed
Expand to view the summary
Build stats
Test stats 🧪
Test errors
Expand to view the tests failures
|
| state: latest | ||
| when: ansible_distribution in ["Fedora", "RedHat", "CentOS"] | ||
|
|
||
| - name: Install dependencies (Oracle Linux) |
There was a problem hiding this comment.
Same deps as for Centos/RedHat, but I wanted to keep them separated for decoupling.
If you think we can merge them, I'm OK with that too
|
It should begin in 8.2 and then run on each version from 8.2 on. |
* main: (268 commits) bump stack version 8.2.0-ff67d7b8 (#2242) ci: periodic builds for the last two minor versions (#2241) bump stack version 8.2.0-9bac538c (#2240) fix: add end-of-file line in templates (#2237) chore: add Christos to SSH users bump stack version 8.2.0-fee3b8d2 (#2234) Separate ES workload from Agent spec and make it req for the scenarios (#2203) bump stack version 8.2.0-d02c907a (#2228) bump stack version 8.2.0-63265ec9 (#2225) fix: wrong link (#2220) chore: define provider for each test suite (#2213) ci: provision e2-small workers (#2212) bump stack version 8.2.0-a12f7069 (#2209) chore: support for Oracle Linux 8 (#2208) bump stack version 8.2.0-190af159 (#2206) bump stack version 8.2.0-fdde08ec (#2200) bump stack version 8.2.0-43df679f (#2193) chore: use trace level in logs (#2130) bump stack version 8.2.0-bdf2ad74 (#2188) feat: support downloading project artifacts for the new bucket layout (#2172) ...
What does this PR do?
It adds support for Oracle Linux 8 for the "running-on-beats" scenarios.
Why is it important?
Increase the support matrix
Checklist
make unit-test), and they are passing locallymake noticein the proper directory)Author's Checklist
Related issues