osmith has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/osmo-ci/+/43242?usp=email )


Change subject: contrib/jenkins: add script for running pytest
......................................................................

contrib/jenkins: add script for running pytest

Run pytest on this repository when sending new patches to gerrit.

Change-Id: Iaec67a252fca8f1978d1465f3ce3e1d4c9415a9b
---
A contrib/jenkins.sh
M jobs/gerrit-verifications.yml
2 files changed, 4 insertions(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/42/43242/1

diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh
new file mode 100755
index 0000000..80bacc9
--- /dev/null
+++ b/contrib/jenkins.sh
@@ -0,0 +1,4 @@
+#!/bin/sh -ex
+# CI script that runs on patches sent to gerrit.
+
+pytest -xvv
diff --git a/jobs/gerrit-verifications.yml b/jobs/gerrit-verifications.yml
index 45ffc38..ed01050 100644
--- a/jobs/gerrit-verifications.yml
+++ b/jobs/gerrit-verifications.yml
@@ -311,7 +311,6 @@
           pipeline_binpkgs: ""

       - osmo-ci:
-          pipeline_build: false
           pipeline_binpkgs: ""

       - osmo-dev:

--
To view, visit https://gerrit.osmocom.org/c/osmo-ci/+/43242?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings?usp=email

Gerrit-MessageType: newchange
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: Iaec67a252fca8f1978d1465f3ce3e1d4c9415a9b
Gerrit-Change-Number: 43242
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <[email protected]>

Reply via email to