Skip to content

CI: Combine unit test workflows #52694

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

Merged
merged 5 commits into from
Apr 23, 2023
Merged

Conversation

mroeschke
Copy link
Member

@mroeschke mroeschke commented Apr 17, 2023

Allows all unit tests jobs to be viewable in the same tab instead of 3 different tabs

@mroeschke mroeschke added the CI Continuous Integration label Apr 17, 2023
@mroeschke mroeschke added this to the 2.0.1 milestone Apr 17, 2023
Copy link
Member

@phofl phofl left a comment

Choose a reason for hiding this comment

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

seems to work so good to merge imo

@phofl phofl merged commit c9c6a1f into pandas-dev:main Apr 23, 2023
@phofl
Copy link
Member

phofl commented Apr 23, 2023

thx @mroeschke

@lumberbot-app
Copy link

lumberbot-app bot commented Apr 23, 2023

Owee, I'm MrMeeseeks, Look at me.

There seem to be a conflict, please backport manually. Here are approximate instructions:

  1. Checkout backport branch and update it.
git checkout 2.0.x
git pull
  1. Cherry pick the first parent branch of the this PR on top of the older branch:
git cherry-pick -x -m1 c9c6a1f05c657b1b4159d2f47be02e09448c1e78
  1. You will likely have some merge/cherry-pick conflict here, fix them and commit:
git commit -am 'Backport PR #52694: CI: Combine unit test workflows'
  1. Push to a named branch:
git push YOURFORK 2.0.x:auto-backport-of-pr-52694-on-2.0.x
  1. Create a PR against branch 2.0.x, I would have named this PR:

"Backport PR #52694 on branch 2.0.x (CI: Combine unit test workflows)"

And apply the correct labels and milestones.

Congratulations — you did some good work! Hopefully your backport PR will be tested by the continuous integration and merged soon!

Remember to remove the Still Needs Manual Backport label once the PR gets merged.

If these instructions are inaccurate, feel free to suggest an improvement.

@phofl
Copy link
Member

phofl commented Apr 23, 2023

Can you backport? This shouldn't be relevant for the release

@mroeschke mroeschke deleted the ci/tests/combine branch April 24, 2023 16:54
mroeschke added a commit to mroeschke/pandas that referenced this pull request Apr 24, 2023
phofl added a commit that referenced this pull request Apr 24, 2023
…52901)

CI: Combine unit test workflows (#52694)

(cherry picked from commit c9c6a1f)

Co-authored-by: Patrick Hoefler <[email protected]>
Rylie-W pushed a commit to Rylie-W/pandas that referenced this pull request May 19, 2023
Daquisu pushed a commit to Daquisu/pandas that referenced this pull request Jul 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Continuous Integration
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants