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

[Contribution] Document the different types of tests run in CI #15491

Merged
merged 1 commit into from
Jul 7, 2021

Conversation

wouterj
Copy link
Member

@wouterj wouterj commented Jul 6, 2021

The goal of this PR is two sided:

  1. Help contributors find out why a specific test job is failing by explaining which scenarios are tested by which job name
  2. Reduce the bus factor of the symfony/symfony workflows

@nicolas-grekas I would love if you could have a look if I'm not talking nonsense here 😄

@carsonbot carsonbot added this to the 4.4 milestone Jul 6, 2021
Copy link
Member

@nicolas-grekas nicolas-grekas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice one :)

contributing/code/pull_requests.rst Outdated Show resolved Hide resolved
A failure in this job indicates a bug in the communication with these
services.

``PHPUnit / Tests (experimental)``
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we really need to run this job then on PRs?

Maybe we can run this if we add a dedicated label "experimental ci"?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we need to have it run on PRs, otherwise we cannot improve the state of those tests

@javiereguiluz
Copy link
Member

Thank you Wouter.

@javiereguiluz javiereguiluz merged commit 903ddbe into symfony:4.4 Jul 7, 2021
@wouterj wouterj deleted the tests branch July 7, 2021 08:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants