Add configuration for optional CPU request on build pod#1984
Conversation
|
Unfortunately this won't work, because the "build pod" doesn't build the image directly, it calls out to an external Docker or Podman build daemon. |
|
@manics |
|
Bump |
|
@bluek1te some tests are failing and I think we might have fixed it already. Can you rebase this pull request so that we can check the tests? Thanks! |
|
@rgaiacs looks like the tests failed after syncing, but they are timeout errors and I don't think they are related to my changes. Is there an easy way to rerun these tests on my side without pushing empty commits? |
I recently discovered that close and open the pull request will trigger a new CI job. There is also an option when you look at the logs of the job but I don't know what access level is required to trigger the re-run. I'm manually trigger a re-run of the failed jobs. |
|
During the first CI run, tests (v1.30, main) and tests (v1.29, helm, pink failed. During the second CI run, only tests (v1.30, main) failed. The reason for the tests to fail are different. The first time was the second time was I don't think this pull request is related with the above test failure given that only the test for figshare failed. |
|
I've rerun the tests and they look like they are all passing now. |
|
Bump |
|
@bluek1te Thanks for the contribution. Have you heard about our roadmap workshop? Maybe you want to attend and contribute? Let's wait a few more days to get a second review on this pull request. I added a reminder to myself to get this done by next week. |
|
Sorry for the wait. This has been addressed with a more general |
Add ability to configure CPU request on build pod - We have cluster restrictions that require us to affix a cpu request before spawning pods so this would help us immensely.