laforge has submitted this change. ( 
https://gerrit.osmocom.org/c/osmo-ci/+/42609?usp=email )

Change subject: jobs/octsim_osmo-ccid-firmware: various tweaks
......................................................................

jobs/octsim_osmo-ccid-firmware: various tweaks

* move name and desc up (in preparation to adding another job in the same file)
* remove "concurrent: false": the octsimtest node is already configured
  to only accept one job. if we had multiple octsimtest nodes, we
  wouldn't need this limitation of not running concurrently, so this
  isn't useful.
* remove options without effect (block-downstream, block-upstream,
  disabled, build-blocker, etc.)
* add "scm checkout" comment to retry-count as we have it in other files

Change-Id: If64787efbe4a1305cd60941b69e9416960d056a2
---
M jobs/octsim_osmo-ccid-firmware.yml
1 file changed, 5 insertions(+), 19 deletions(-)

Approvals:
  fixeria: Looks good to me, but someone else must approve
  laforge: Looks good to me, approved
  lynxis lazus: Looks good to me, approved
  Jenkins Builder: Verified




diff --git a/jobs/octsim_osmo-ccid-firmware.yml 
b/jobs/octsim_osmo-ccid-firmware.yml
index c777fe0..1491416 100644
--- a/jobs/octsim_osmo-ccid-firmware.yml
+++ b/jobs/octsim_osmo-ccid-firmware.yml
@@ -1,7 +1,9 @@
 - job:
+    name: octsim_osmo-ccid-firmware
+    description: |
+        octsim osmo-ccid-firmware CI - flash every build to octsim and see if
+        it still works
     node: octsimtest
-    block-downstream: false
-    block-upstream: false
     parameters:
       - string:
           name: EMAIL_NOTIFICATIONS
@@ -12,13 +14,6 @@
             cd ./tests
             mkdir -p sysmo-octsim/dl
             timeout 30m ./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
     scm:
       - git:
           url: https://gerrit.osmocom.org/osmo-ccid-firmware
@@ -28,25 +23,16 @@
           branches:
             - 'master'
     properties:
-    - build-blocker:
-        block-level: GLOBAL
-        blocking-jobs: []
-        queue-scanning: DISABLED
-        use-build-blocker: false
     - build-discarder:
         days-to-keep: 30
         num-to-keep: 120
-    - rebuild:
-        auto-rebuild: false
-        rebuild-disabled: false
     publishers:
     - email:
         notify-every-unstable-build: true
         recipients: '$EMAIL_NOTIFICATIONS'
         send-to-individuals: true
-    retry-count: '3'
+    retry-count: 3 # scm checkout
     triggers:
     - reverse:
         jobs: master-osmo-ccid-firmware,
     - timed: H 22 * * *
-    wrappers: []

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

Gerrit-MessageType: merged
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: If64787efbe4a1305cd60941b69e9416960d056a2
Gerrit-Change-Number: 42609
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <[email protected]>
Gerrit-Reviewer: laforge <[email protected]>
Gerrit-Reviewer: lynxis lazus <[email protected]>

Reply via email to