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

CI: Exclude benchmarks directory when publishing docs #55380

Merged
merged 1 commit into from
Oct 7, 2023

Conversation

datapythonista
Copy link
Member

We're setting up the new benchmarks server to publish the asv results website to https://pandas.pydata.org/benchmarks.

We need the exclude in this PR so updating the website doesn't delete the benchmarks directory.

@datapythonista datapythonista added the CI Continuous Integration label Oct 3, 2023
@@ -67,7 +67,7 @@ jobs:
run: cp doc/cheatsheet/Pandas_Cheat_Sheet* web/build/

- name: Upload web
run: rsync -az --delete --exclude='pandas-docs' --exclude='docs' web/build/ web@${{ secrets.server_ip }}:/var/www/html
run: rsync -az --delete --exclude='pandas-docs' --exclude='docs' --exclude='benchmarks' web/build/ web@${{ secrets.server_ip }}:/var/www/html
Copy link
Member

Choose a reason for hiding this comment

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

Is benchmarks going to be created or did you mean asv_bench?

Copy link
Member Author

Choose a reason for hiding this comment

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

This is not on the pandas repo. It's in the rendered website directory. So, next to index.html, about/team.html... The benchmarks server will be creating and pushing a benchmarks directory with the html files that asv renders with the results.

@DeaMariaLeon and myself will be explaining and documenting all the new benchmark stuff we're building. We'll also be asking what improvements people would like to see in the benchmarks infrastructure once we replicate more or less what we had until now but with our OVH server and a bit simpler way to run things.

@lithomas1 lithomas1 added this to the 2.1.2 milestone Oct 4, 2023
@datapythonista datapythonista merged commit 21689e5 into pandas-dev:main Oct 7, 2023
meeseeksmachine pushed a commit to meeseeksmachine/pandas that referenced this pull request Oct 7, 2023
datapythonista added a commit that referenced this pull request Oct 7, 2023
…when publishing docs) (#55434)

Backport PR #55380: CI: Exclude benchmarks directory when publishing docs

Co-authored-by: Marc Garcia <garcia.marc@gmail.com>
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