Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
Poulpe
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
octobus
Poulpe
Commits
c947c238
Commit
c947c238
authored
5 years ago
by
Raphaël Gomès
Browse files
Options
Downloads
Patches
Plain Diff
Add checklist for updating all things asv
parent
76512c22
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
update-checklist
+59
-0
59 additions, 0 deletions
update-checklist
with
59 additions
and
0 deletions
update-checklist
0 → 100644
+
59
−
0
View file @
c947c238
Where things are
================
Work-1: Reference for the static files, used to create said files, uses btrfs for easy snapshots.
Takobasu: serves the static files for bench runners
Bench-1 and Bench-2: runners of benchmarks
Updating
========
Work-1
------
Go to the current asv files reference folder:
$ cd /data/hdd/asv-static-current
$ # Update the files here if need be.
$ # If you need to add a new reference, partials or modify an existing one,
$ # check the README in repo-scripts.
Sync them with the static server (takobasu)
$ ./sync # For this to work, you need to forward your ssh key
Bench-1
-------
Stop running benchmarks
$ sudo systemctl stop asv.timer
$ sudo systemctl stop asv.service
Go to scmperf folder
$ sudo su - octobus
$ cd /bench-mnt/ssd-ext4/bench/bighgperf
Update the repo
$ hg pull
$ hg up default
Update the Python dependencies
$ . ../virtualenv/bin/activate
$ pip install -Ur requirements.txt # This will also pull our 'asv' fork
Run the results migrations (if any)
$ asv migrate
**If you need to update the repositories**
$ # Delete the metadata files, will trigger re-DL of the reference and
$ # any missing partial repos
$ rm repos/*.benchrepo
Restart asv
$ exit # To get back to your privileged user
$ sudo systemctl start asv.timer
Bench-2
-------
TODO reinstall bench-2, it's a mess
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment