Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
soledad
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
leap
soledad
Commits
173c275b
Unverified
Commit
173c275b
authored
6 years ago
by
drebs
Browse files
Options
Downloads
Patches
Plain Diff
Remove benchmark templates and jobs from CI
parent
f9e4049b
No related branches found
No related tags found
No related merge requests found
Pipeline
#20906
passed
6 years ago
Stage: code-check
Stage: build
Stage: tests
Stage: package
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+0
-46
0 additions, 46 deletions
.gitlab-ci.yml
with
0 additions
and
46 deletions
.gitlab-ci.yml
+
0
−
46
View file @
173c275b
...
...
@@ -151,49 +151,3 @@ package:amd64_bionic:
# unless a manpage is included (see #8895)
LINTIAN_OPTS
:
"
--fail-on-warnings
-X
filename-length,manpages
--suppress-tags
build-depends-on-obsolete-package"
<<
:
*package
#
# "benchmarks" stage
#
.job_template
:
&benchmark
stage
:
benchmarks
only
:
-
schedules
image
:
0xacab.org:4567/leap/soledad:latest
tags
:
-
benchmark
services
:
-
couchdb
before_script
:
-
git checkout -B "$CI_COMMIT_REF_NAME" "$CI_COMMIT_SHA"
-
'
[
-n
"${BENCHMARK_ALL_COMMITS}"
]
&&
git
checkout
origin/master
scripts/benchmark/setup-all-commits-env.sh'
-
'
[
-n
"${BENCHMARK_ALL_COMMITS}"
]
&&
./scripts/benchmark/setup-all-commits-env.sh'
-
curl -s couchdb:5984
# You can provide a $NETRC variable containing the creds for your
# elasticsearch instance so it's protected from being leaked in the
# CI console
# We can't get it working inside docker for unknown reasons.
# - echo "$NETRC" > /root/.netrc && chmod 600 /root/.netrc
#
# Add $PYTEST_OPTS to pytest.ini to allow posting benchmark tests
# to an elasticsearch instance
-
echo "addopts=$PYTEST_OPTS" >> pytest.ini && chmod 600 pytest.ini
after_script
:
# Output locally saved benchmarks if they exist
-
'
if
[
-d
.benchmarks
];
then
find
.benchmarks
-type
f
-exec
cat
{}
\;
;
fi'
time-cpu
:
<<
:
*benchmark
script
:
-
scripts/benchmark/run-benchmarks-ci-job.sh benchmark-time-cpu
memory
:
<<
:
*benchmark
script
:
-
scripts/benchmark/run-benchmarks-ci-job.sh benchmark-memory
responsiveness
:
<<
:
*benchmark
script
:
-
scripts/benchmark/run-benchmarks-ci-job.sh responsiveness
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