Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
synapse
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
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
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
Show more breadcrumbs
Timo Ley
synapse
Commits
3b90df21
Commit
3b90df21
authored
9 years ago
by
Daniel Wagner-Hall
Browse files
Options
Downloads
Plain Diff
Merge pull request #376 from matrix-org/daniel/jenkins
Pull out jenkins script into a checked in script
parents
1654d3b3
233af7c7
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
MANIFEST.in
+2
-0
2 additions, 0 deletions
MANIFEST.in
jenkins.sh
+4
-0
4 additions, 0 deletions
jenkins.sh
tox.ini
+3
-1
3 additions, 1 deletion
tox.ini
with
9 additions
and
1 deletion
MANIFEST.in
+
2
−
0
View file @
3b90df21
...
...
@@ -20,4 +20,6 @@ recursive-include synapse/static *.gif
recursive-include synapse/static *.html
recursive-include synapse/static *.js
exclude jenkins.sh
prune demo/etc
This diff is collapsed.
Click to expand it.
jenkins.sh
0 → 100755
+
4
−
0
View file @
3b90df21
#!/bin/bash -eu
export
PYTHONDONTWRITEBYTECODE
=
yep
TOXSUFFIX
=
"--reporter=subunit | subunit-1to2 | subunit2junitxml --no-passthrough --output-to=results.xml"
tox
This diff is collapsed.
Click to expand it.
tox.ini
+
3
−
1
View file @
3b90df21
...
...
@@ -6,10 +6,12 @@ deps =
coverage
Twisted>=15.1
mock
python-subunit
junitxml
setenv
=
PYTHONDONTWRITEBYTECODE
=
no_byte_code
commands
=
coverage
run
--source
=
synapse {envbindir}/trial {posargs:tests}
/bin/bash
-c
"
coverage
run
--source
=
synapse {envbindir}/trial {posargs:tests}
{env:TOXSUFFIX:}"
coverage
report
-m
[testenv:packaging]
...
...
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