lynxis lazus has uploaded this change for review. ( https://gerrit.osmocom.org/10018
Change subject: jobs: add pysim.yml ...................................................................... jobs: add pysim.yml Change-Id: I180cc4a83a41f3ef2e4b1e316ea0371cc83be654 --- A jobs/pysim.yml 1 file changed, 31 insertions(+), 0 deletions(-) git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/18/10018/1 diff --git a/jobs/pysim.yml b/jobs/pysim.yml new file mode 100644 index 0000000..df09671 --- /dev/null +++ b/jobs/pysim.yml @@ -0,0 +1,31 @@ +--- +- project: + name: pysim + jobs: + - pysim-hardware-test + +- job-template: + name: 'pysim-hardware-test' + project-type: freestyle + defaults: global + description: 'Generated by job-builder' + node: simtester + builders: + - shell: | + virtualenv -p python2 venv + . venv/bin/activate + pip install pyscard pytlv + ./tests/pysim-test.sh + + scm: + - git: + url: git://git.osmocom.org/pysim + git-config-name: 'Jenkins Builder' + git-config-email: '[email protected]' + branches: + - pmaier/simtest + + triggers: + - timed: "@midnight" + +# vim: expandtab tabstop=2 shiftwidth=2 -- To view, visit https://gerrit.osmocom.org/10018 To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings Gerrit-Project: osmo-ci Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I180cc4a83a41f3ef2e4b1e316ea0371cc83be654 Gerrit-Change-Number: 10018 Gerrit-PatchSet: 1 Gerrit-Owner: lynxis lazus <[email protected]>
