aboutsummaryrefslogtreecommitdiffstats
path: root/jobs/octsim_osmo-ccid-firmware.yml
blob: 17e3cef8046fb5e1a2f5afa091cf80506860b1ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
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: https://gerrit.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: []