Skip to content
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

chore(ci): do not fail fast main tests in different Go versions #2210

Merged
merged 2 commits into from Feb 14, 2024

Conversation

mdelapenya
Copy link
Collaborator

What does this PR do?

This PR removes the fail-fast situation when a CI build fails, making all the build in the following matrices to continue:

  • main job
  • reaper-off
  • rootless docker

Why is it important?

Many times the failure could be caused for some flakiness in that particular build, and its sibling could not be affected.

We run all the tests in the two current releases of Go, so if it fails in Go 1.20.x we still want to continue the execution for Go 1.21.x

@mdelapenya mdelapenya added the chore Changes that do not impact the existing functionality label Feb 14, 2024
@mdelapenya mdelapenya requested a review from a team as a code owner February 14, 2024 21:10
@mdelapenya mdelapenya self-assigned this Feb 14, 2024
Copy link

netlify bot commented Feb 14, 2024

Deploy Preview for testcontainers-go ready!

Name Link
🔨 Latest commit efea2b7
🔍 Latest deploy log https://app.netlify.com/sites/testcontainers-go/deploys/65cd3f4f61be580008e148b1
😎 Deploy Preview https://deploy-preview-2210--testcontainers-go.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

.github/workflows/ci.yml Outdated Show resolved Hide resolved
modulegen/_template/ci.yml.tmpl Outdated Show resolved Hide resolved
@mdelapenya mdelapenya merged commit 4bf9515 into testcontainers:main Feb 14, 2024
82 checks passed
mdelapenya added a commit to Chris-AS1/testcontainers-go that referenced this pull request Feb 14, 2024
* main:
  chore(ci): do not fail fast main tests in different Go versions (testcontainers#2210)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Changes that do not impact the existing functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant