-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
CI: Disabling dev docs push from azure-pipelines while we fix it #26602
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
CI: Disabling dev docs push from azure-pipelines while we fix it #26602
Conversation
hmm https://github.com/pandas-dev/pandas/pull/26602/checks?check_run_id=139942806 it didn't like this? |
@vtbassmatt @davidstaheli @infin8x we're getting random errors like the one that happened here since we started using the task I saw the same error before, because the Can you please assist? |
Codecov Report
@@ Coverage Diff @@
## master #26602 +/- ##
=========================================
Coverage ? 91.84%
=========================================
Files ? 174
Lines ? 50668
Branches ? 0
=========================================
Hits ? 46535
Misses ? 4133
Partials ? 0
Continue to review full report at Codecov.
|
1 similar comment
Codecov Report
@@ Coverage Diff @@
## master #26602 +/- ##
=========================================
Coverage ? 91.84%
=========================================
Files ? 174
Lines ? 50668
Branches ? 0
=========================================
Hits ? 46535
Misses ? 4133
Partials ? 0
Continue to review full report at Codecov.
|
We're also receiving another weird error here: https://dev.azure.com/pandas-dev/pandas/_build/results?buildId=12100 This build has the same exact configuration than this one that failed with the And one more weird error here with a correct configuration: https://dev.azure.com/pandas-dev/pandas/_build/results?buildId=12106&view=results It's quite worrying to see azure pipelines giving random errors like this, that don't inform which is the actual problem, and that happen in unrelated changes that are correct. Let's see if those can be fixed by azure, otherwise I'll leave the doc build in travis, and hope that pipeline becomes stable again. CC: @pandas-dev/pandas-core |
Hi @datapythonista . For the first error about the file "not found," we're working with GitHub on the problem. It's caused by GitHub sending Azure Pipelines a "pull_request" webhook event, but when Azure Pipelines tries to fetch the files to build, the commit hasn't replicated to all of GitHub's databases yet, so GitHub returns On the 2nd weird error, I don't know the full history, but it started when a dependency was updated. It was fixed on May 29, 2019 here. I'll find out how soon we can get that fix deployed to production and push for ASAP. |
Thanks for the update @davidstaheli In case it helps, I'm not aware of seeing those errors since we added the |
master builds are failing, this temporary fixes them while we figure out why the ssh key is not working.
See: #26591
CC: @jreback