Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Matrix
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container Registry
Model registry
Operate
Environments
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
TeDomum
Matrix
Commits
f4db7669
Commit
f4db7669
authored
9 years ago
by
Daniel Wagner-Hall
Browse files
Options
Downloads
Patches
Plain Diff
Run sytests on jenkins
parent
09bb5cf0
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
jenkins.sh
+22
-1
22 additions, 1 deletion
jenkins.sh
with
22 additions
and
1 deletion
jenkins.sh
+
22
−
1
View file @
f4db7669
...
...
@@ -15,4 +15,25 @@ export DUMP_COVERAGE_COMMAND="coverage xml -o coverage.xml"
# UNSTABLE or FAILURE this build.
export
PEP8SUFFIX
=
"--output-file=violations.flake8.log || echo flake8 finished with status code
\$
?"
exec
tox
tox
:
${
GIT_BRANCH
:
=
"
$(
git rev-parse
--abbrev-ref
HEAD
)
"
}
set
+u
.
.tox/py27/bin/activate
set
-u
rm
-rf
sytest
git clone https://github.com/matrix-org/sytest.git sytest
cd
sytest
git checkout
"
${
GIT_BRANCH
}
"
||
(
echo
>
&2
"No ref
${
GIT_BRANCH
}
found, falling back to develop"
;
git checkout develop
)
:
${
PERL5LIB
:
=
$WORKSPACE
/perl5/lib/perl5
}
:
${
PERL_MB_OPT
:
=--install_base=
$WORKSPACE
/perl5
}
:
${
PERL_MM_OPT
:
=INSTALL_BASE=
$WORKSPACE
/perl5
}
export
PERL5LIB PERL_MB_OPT PERL_MM_OPT
./install-deps.pl
./run-tests.pl
-O
tap
--synapse-directory
..
--all
>
results.tap
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