This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
Max gerrit-no-reply at lists.osmocom.orgHello Jenkins Builder,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/5482
to look at the new patch set (#2).
Add scripts to compilation tests in jenkins
Related: OS#2684
Change-Id: If098c20b1ad17c3868073b9fe07fd3795217c526
---
M contrib/jenkins.sh
1 file changed, 12 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/python/osmo-python-tests refs/changes/82/5482/2
diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh
index a60438e..91dccad 100755
--- a/contrib/jenkins.sh
+++ b/contrib/jenkins.sh
@@ -6,10 +6,22 @@
python2 ./setup.py install
python2 tests/test_py2.py
python2 -m compileall osmopy
+python2 -m compileall scripts/osmo_ctrl.py
+python2 -m compileall scripts/osmodumpdoc.py
+python2 -m compileall scripts/osmotestvty.py
+python2 -m compileall scripts/osmotestconfig.py
rm -rf ./build
python3 ./setup.py install
python3 tests/test_py3.py
python3 -m compileall osmopy
+python3 -m compileall scripts/osmo_ctrl.py
+python3 -m compileall scripts/osmo_interact_common.py
+python3 -m compileall scripts/osmo_interact_ctrl.py
+python3 -m compileall scripts/osmo_interact_vty.py
+python3 -m compileall scripts/osmo_verify_transcript_ctrl.py
+python3 -m compileall scripts/osmo_verify_transcript_vty.py
+python3 -m compileall scripts/soap.py
+python3 -m compileall scripts/twisted_ipa.py
# TODO: add more tests
--
To view, visit https://gerrit.osmocom.org/5482
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: If098c20b1ad17c3868073b9fe07fd3795217c526
Gerrit-PatchSet: 2
Gerrit-Project: python/osmo-python-tests
Gerrit-Branch: master
Gerrit-Owner: Max <msuraev at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder