Skip to content

CI: Moving CI dependencies to "ci/deps" #23526

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 3 commits into from
Nov 6, 2018
Merged

CI: Moving CI dependencies to "ci/deps" #23526

merged 3 commits into from
Nov 6, 2018

Conversation

datapythonista
Copy link
Member

@jreback you were +0 on this, do you want to take a look? Also @TomAugspurger and @jbrockmendel

@datapythonista datapythonista added CI Continuous Integration Dependencies Required and optional dependencies labels Nov 6, 2018
Copy link
Member

@jorisvandenbossche jorisvandenbossche left a comment

Choose a reason for hiding this comment

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

+1 I think this greatly improves navigating in this directory.

I wanted to suggest one subdir per CI provider (so eg putting all env yaml files in /ci/azure, /ci/circle/ etc), but I see there are already yaml files for config in ci/azure, so that will probably make is more confusing to mix env and config yaml files. And since we use consistent suffix, putting them all in one directory is fine as well (and the positive side is that they are all in one place).

@codecov
Copy link

codecov bot commented Nov 6, 2018

Codecov Report

Merging #23526 into master will decrease coverage by <.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #23526      +/-   ##
==========================================
- Coverage   92.25%   92.25%   -0.01%     
==========================================
  Files         161      161              
  Lines       51169    51186      +17     
==========================================
+ Hits        47207    47222      +15     
- Misses       3962     3964       +2
Flag Coverage Δ
#multiple 90.64% <ø> (-0.01%) ⬇️
#single 42.27% <ø> (-0.01%) ⬇️
Impacted Files Coverage Δ
pandas/core/series.py 93.7% <0%> (-0.18%) ⬇️
pandas/core/generic.py 96.81% <0%> (ø) ⬆️
pandas/io/parsers.py 95.62% <0%> (+0.01%) ⬆️
pandas/core/groupby/groupby.py 96.51% <0%> (+0.02%) ⬆️
pandas/core/groupby/generic.py 87.07% <0%> (+0.03%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c6366f5...9fd3e43. Read the comment docs.

@jreback
Copy link
Contributor

jreback commented Nov 6, 2018

looks good. need a clean run though, not sure what is failing.

@jreback jreback added this to the 0.24.0 milestone Nov 6, 2018
@TomAugspurger
Copy link
Contributor

Need to update ci/incremental/setup_conda_environment.cmd for the new location.

I wonder if that script can be removed... but OK with just changing the path.

@datapythonista
Copy link
Member Author

I didn't see that one, thanks for pointing out, I couldn't find the error. Changed now.

@TomAugspurger
Copy link
Contributor

I think all green @datapythonista are the failures at https://dev.azure.com/pandas-dev/pandas/_build/results?buildId=2559&view=results what we have on master right now?

@datapythonista
Copy link
Member Author

I haven't seen those errors before. But I think this is the last build of master, and they are there too: https://dev.azure.com/pandas-dev/pandas/_build/results?buildId=2565&view=results

@TomAugspurger
Copy link
Contributor

TomAugspurger commented Nov 6, 2018 via email

@TomAugspurger
Copy link
Contributor

TomAugspurger commented Nov 6, 2018 via email

@alimcmaster1
Copy link
Member

Yes they are on master - this PR here fixes them and also address the issue that build status does not go red when tests fail - #23454

@datapythonista datapythonista merged commit cf4c0b6 into pandas-dev:master Nov 6, 2018
JustinZhengBC pushed a commit to JustinZhengBC/pandas that referenced this pull request Nov 14, 2018
tm9k1 pushed a commit to tm9k1/pandas that referenced this pull request Nov 19, 2018
Pingviinituutti pushed a commit to Pingviinituutti/pandas that referenced this pull request Feb 28, 2019
Pingviinituutti pushed a commit to Pingviinituutti/pandas that referenced this pull request Feb 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Continuous Integration Dependencies Required and optional dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants