Change in osmo-ci[master]: jobs/octsim_osmo-ccid-firmware: new job

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/.

osmith gerrit-no-reply at lists.osmocom.org
Thu Dec 9 08:51:01 UTC 2021


osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ci/+/26480 )


Change subject: jobs/octsim_osmo-ccid-firmware: new job
......................................................................

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.

Related: OS#5738
Change-Id: I19d18b24a6ae5948aeaf7c46083748c70cdb3b7b
---
A jobs/octsim_osmo-ccid-firmware.yml
1 file changed, 55 insertions(+), 0 deletions(-)



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

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 at 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 at sysmocom.de
+        send-to-individuals: true
+    retry-count: '3'
+    triggers:
+    - reverse:
+        jobs: master-osmo-ccid-firmware,
+    - timed: H H * * *
+    wrappers: []

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

Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: I19d18b24a6ae5948aeaf7c46083748c70cdb3b7b
Gerrit-Change-Number: 26480
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20211209/57f43d67/attachment.htm>


More information about the gerrit-log mailing list