Skip to content

Fix CI Registry instability #469

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
baronfel opened this issue Jun 30, 2023 · 2 comments
Closed

Fix CI Registry instability #469

baronfel opened this issue Jun 30, 2023 · 2 comments

Comments

@baronfel
Copy link
Member

Describe the bug

We have a re-occurring test failure in the SDK CI that's captured here - we should mitigate this. The tests that fail are ones that interact with a local registry - we should consider finding ways to mitigate the failure spawning the container with the local registry. Some options to do this might be:

  • spawn the registry via podman
  • retry the registry spawning/more validations in the spawning stage
  • find a trusted externally-available registry that we could use in lieu of spawning
  • split the registry-container tests into a separate CI run for a) speed and b) stability of other test legs
@vlada-shubina
Copy link
Member

We agreed to do the following:

  • retry the registry spawning/more validations in the spawning stage

p3 and 4 are similar to #371

@vlada-shubina
Copy link
Member

attempted to fix the problem in dotnet/sdk#33955
if new failures are noticed, please reopen.

@vlada-shubina vlada-shubina removed their assignment Jul 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants