Move linux-build off container, onto ubuntu-latest runner#673
Move linux-build off container, onto ubuntu-latest runner#673finnegancarroll wants to merge 4 commits intoopensearch-project:mainfrom
Conversation
Signed-off-by: Finn Carroll <carrofin@amazon.com>
Signed-off-by: Finn Carroll <carrofin@amazon.com>
Signed-off-by: Finn Carroll <carrofin@amazon.com>
Signed-off-by: Finn Carroll <carrofin@amazon.com>
|
IMO The CI checks should use the container provided by the build team. The checks intentionally run on that image. @peterzhuamazon and @prudhvigodithi have been exploring a solution to this issue in opensearch-project/job-scheduler#702 and opensearch-project/job-scheduler#700 Find more details about the use of this runner in the original PR: #507 |
I am very close to fix this now, you can wait for a bit and I would be able to provide a solution soon. Thanks. |
|
Got it. Closing this pr. |
Description
Prepping ci for #666.
The main blocker for bumping all github actions past v3 is illustrated by this comment:
As such, this dependency on the opensearch-build docker container is problematic. Taking a look at the security plugin it seems like they forgo the opensearch-build container and run natively on
linux-buildinstead. I cannot think of a reason why we can't do the same and am unsure why the linux build needs to be run on a docker container in the first place.This pr moves the
linux-buildstage off this docker container.Related Issues
#666
Resolves #[Issue number to be closed when this PR is merged]
Check List
--signoff.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.