Update Push integration tests and remove --user flag#1868
Conversation
|
@sondavidb 😄 |
|
Thanks for this! I took a look at the last few failures in our actions (1, 2, 3, 4, 5) and I don't think the failures are concentrated solely in the functions changed here. I think there's a better mechanism we can use here to catch these retries as opposed to changing every single pull to a retry (e.g. rerunning only the tests that failed). I'm happy to just make the image changes and removing the |
|
Ah, you are right, I see we use
I see I think with our current setup we might have to change and the usage remains the same as-is - For now I would just change the PR to only have Image change and |
Signed-off-by: Praful Gupta <prafulgupta6@gmail.com>
74803dc to
fffd1b3
Compare
--user flag
|
@Shubhranshu153 flaky test failure again in one of the the checks due to networking, can you please re-run that? |
|
Thanks! LGTM. |
Issue #, if available:
Followups from - #1866
Description of changes:
Removed
--userfrom Push Integration test and changed image to alpine as per discussion here - https://github.com/awslabs/soci-snapshotter/pull/1866/changes#r2824641126Testing performed:
Ran integration tests -
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.