Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
beat.web
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
beat
beat.web
Commits
dfef5324
There was a problem fetching the pipeline summary.
Commit
dfef5324
authored
8 years ago
by
André Anjos
Browse files
Options
Downloads
Plain Diff
Merge branch 'issue_434' into 'master'
[ci] Set temporary directory for prefix using mktemp (closes
#434
) See merge request
!196
parents
8f3d1cf1
b0f7936b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!196
[ci] Set temporary directory for prefix using mktemp (closes #434)
Pipeline
#
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+2
-2
2 additions, 2 deletions
.gitlab-ci.yml
with
2 additions
and
2 deletions
.gitlab-ci.yml
+
2
−
2
View file @
dfef5324
...
...
@@ -9,8 +9,7 @@ py27-linux:
-
cd src/cpulimit && make && cd -
-
cd bin && ln -s ../src/cpulimit/src/cpulimit . && cd -
-
export COVERAGE_FILE=.coverage.django
-
export BEAT_TEST_PREFIX=/var/tmp/test_prefix
-
rm -rf $BEAT_TEST_PREFIX
-
export BEAT_TEST_PREFIX=`mktemp -d --tmpdir=/var/tmp beat_test_prefix.XXXXXXXXX`
-
./bin/coverage run --source='./beat/web' ./bin/django test --settings=beat.web.settings.test -v
2
-
export BEAT_CMDLINE_TEST_PLATFORM=django://beat.web.settings.test
-
export COVERAGE_FILE=.coverage.cmdline
...
...
@@ -18,6 +17,7 @@ py27-linux:
-
export NOSE_COVER_PACKAGE=beat.web
-
./bin/nosetests -sv beat.cmdline
-
unset COVERAGE_FILE
-
rm -rf $BEAT_TEST_PREFIX
-
unset BEAT_TEST_PREFIX
-
./bin/coverage combine .coverage.django .coverage.cmdline
-
./bin/coverage report
...
...
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