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
4003ee32
Commit
4003ee32
authored
5 years ago
by
Raphaël Gomès
Browse files
Options
Downloads
Patches
Plain Diff
Move `sync_results.sh` to `script` folder
parent
41fe5b5f
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
main-bisect.sh
+1
-1
1 addition, 1 deletion
main-bisect.sh
main-run.sh
+1
-1
1 addition, 1 deletion
main-run.sh
script/sync_results.sh
+0
-0
0 additions, 0 deletions
script/sync_results.sh
with
2 additions
and
2 deletions
main-bisect.sh
+
1
−
1
View file @
4003ee32
...
...
@@ -14,4 +14,4 @@
time
HGRCPATH
=
asv find
--save_results
--cpu-affinity
=
$ASV_CPU_AFFINITY
"
$@
"
# Sync results over to deploy server
"
${
ROOT
}
/sync_results.sh"
\ No newline at end of file
"
${
ROOT
}
/script/sync_results.sh"
This diff is collapsed.
Click to expand it.
main-run.sh
+
1
−
1
View file @
4003ee32
...
...
@@ -16,4 +16,4 @@
ASV_CPU_AFFINITY
=
2,3
"
${
ROOT
}
"
/launch.py
"
$target
"
-s
10
"
$@
"
# Sync results over to deploy server
"
${
ROOT
}
/sync_results.sh"
"
${
ROOT
}
/
script/
sync_results.sh"
This diff is collapsed.
Click to expand it.
sync_results.sh
→
script/
sync_results.sh
100755 → 100644
+
0
−
0
View file @
4003ee32
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