aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2021-12-07 20:17:13 +0100
committerosmith <osmith@sysmocom.de>2021-12-14 13:22:04 +0000
commit31edfd711610e8195935e0703d76960f09b9355a (patch)
treef3999edf3545abce792b5571f52b00afdb606a0e
parent2b1085886c36d66c95a8482a1498d2315cf75f2d (diff)
jobs/octsim_osmo-ccid-firmware: new job
Import the existing (non jenkins-job-builder) job with jenkins-job-wrecker. Change it to fetch the git repository, add missing mkdir so it works with a fresh workspace too. Fixes: SYS#5738 Change-Id: I19d18b24a6ae5948aeaf7c46083748c70cdb3b7b
-rw-r--r--jobs/octsim_osmo-ccid-firmware.yml55
1 files changed, 55 insertions, 0 deletions
diff --git a/jobs/octsim_osmo-ccid-firmware.yml b/jobs/octsim_osmo-ccid-firmware.yml
new file mode 100644
index 0000000..311be33
--- /dev/null
+++ b/jobs/octsim_osmo-ccid-firmware.yml
@@ -0,0 +1,55 @@
+- job:
+ axes:
+ - axis:
+ name: label
+ type: slave
+ values:
+ - octsimtest
+ block-downstream: false
+ block-upstream: false
+ builders:
+ - shell: |
+ cd ./tests
+ mkdir -p sysmo-octsim/dl
+ ./run-tests
+ concurrent: false
+ description: octsim osmo-ccid-firmware CI - flash every build to octsim and see
+ if it still works
+ disabled: false
+ execution-strategy:
+ sequential: false
+ name: octsim_osmo-ccid-firmware
+ project-type: matrix
+ scm:
+ - git:
+ url: git://git.osmocom.org/osmo-ccid-firmware
+ git-config-name: 'Jenkins Builder'
+ git-config-email: 'jenkins@osmocom.org'
+ skip-tag: true
+ branches:
+ - 'origin/master'
+ properties:
+ - build-blocker:
+ block-level: GLOBAL
+ blocking-jobs: []
+ queue-scanning: DISABLED
+ use-build-blocker: false
+ - build-discarder:
+ artifact-days-to-keep: -1
+ artifact-num-to-keep: -1
+ days-to-keep: 30
+ num-to-keep: 120
+ - rebuild:
+ auto-rebuild: false
+ rebuild-disabled: false
+ publishers:
+ - email:
+ notify-every-unstable-build: true
+ recipients: jsteiger@sysmocom.de
+ send-to-individuals: true
+ retry-count: '3'
+ triggers:
+ - reverse:
+ jobs: master-osmo-ccid-firmware,
+ - timed: H H * * *
+ wrappers: []