osmith has uploaded this change for review. ( 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(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/09/42609/1
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: []