{
  "_class" : "hudson.matrix.MatrixBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.triggers.SCMTrigger$SCMTriggerCause",
          "shortDescription" : "Started by an SCM change"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "hudson.model.ParametersAction",
      "parameters" : [
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "OSMO_BRANCH_CI",
          "value" : "master"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "OSMO_BRANCH_DOCKER_PLAYGROUND",
          "value" : "master"
        }
      ]
    },
    {
      "_class" : "jenkins.metrics.impl.TimeInQueueAction",
      "blockedDurationMillis" : 0,
      "blockedTimeMillis" : 0,
      "buildableDurationMillis" : 0,
      "buildableTimeMillis" : 0,
      "buildingDurationMillis" : 262403,
      "executingTimeMillis" : 262403,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 9454,
      "waitingTimeMillis" : 9454
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 3354,
          "buildResult" : null,
          "marked" : {
            "SHA1" : "087e365bff834c5ffe9322620f863e3dc27e3c68",
            "branch" : [
              {
                "SHA1" : "087e365bff834c5ffe9322620f863e3dc27e3c68",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "087e365bff834c5ffe9322620f863e3dc27e3c68",
            "branch" : [
              {
                "SHA1" : "087e365bff834c5ffe9322620f863e3dc27e3c68",
                "name" : "origin/master"
              }
            ]
          }
        },
        "refs/remotes/origin/osmith/wip" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 3080,
          "buildResult" : null,
          "marked" : {
            "SHA1" : "15a6a0248248eff25d376c44fd8da52e9e931562",
            "branch" : [
              {
                "SHA1" : "15a6a0248248eff25d376c44fd8da52e9e931562",
                "name" : "refs/remotes/origin/osmith/wip"
              }
            ]
          },
          "revision" : {
            "SHA1" : "15a6a0248248eff25d376c44fd8da52e9e931562",
            "branch" : [
              {
                "SHA1" : "15a6a0248248eff25d376c44fd8da52e9e931562",
                "name" : "refs/remotes/origin/osmith/wip"
              }
            ]
          }
        },
        "refs/remotes/origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 1737,
          "buildResult" : null,
          "marked" : {
            "SHA1" : "1f34184198d4ed07b30d8cdc96f6d0930843c5ed",
            "branch" : [
              {
                "SHA1" : "1f34184198d4ed07b30d8cdc96f6d0930843c5ed",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "1f34184198d4ed07b30d8cdc96f6d0930843c5ed",
            "branch" : [
              {
                "SHA1" : "1f34184198d4ed07b30d8cdc96f6d0930843c5ed",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "087e365bff834c5ffe9322620f863e3dc27e3c68",
        "branch" : [
          {
            "SHA1" : "087e365bff834c5ffe9322620f863e3dc27e3c68",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://gerrit.osmocom.org/osmo-ci"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : false,
  "description" : null,
  "displayName" : "#3354",
  "duration" : 262403,
  "estimatedDuration" : 305539,
  "executor" : null,
  "fullDisplayName" : "update-osmo-ci-on-slaves #3354",
  "id" : "3354",
  "inProgress" : false,
  "keepLog" : false,
  "number" : 3354,
  "queueId" : 88595,
  "result" : "SUCCESS",
  "timestamp" : 1776192849909,
  "url" : "https://jenkins.osmocom.org/jenkins/job/update-osmo-ci-on-slaves/3354/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "jobs/octsim_osmo-ccid-firmware.yml"
        ],
        "commitId" : "9571b31f4cb8d5b18a4090e8105b6633b8818458",
        "timestamp" : 1776152052000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/osmith",
          "fullName" : "Oliver Smith"
        },
        "authorEmail" : "osmith@sysmocom.de",
        "comment" : "jobs/octsim_osmo-ccid-firmware: various tweaks\u000a\u000a* move name and desc up (in preparation to adding another job in the same file)\u000a* remove \"concurrent: false\": the octsimtest node is already configured\u000a  to only accept one job. if we had multiple octsimtest nodes, we\u000a  wouldn't need this limitation of not running concurrently, so this\u000a  isn't useful.\u000a* remove options without effect (block-downstream, block-upstream,\u000a  disabled, build-blocker, etc.)\u000a* add \"scm checkout\" comment to retry-count as we have it in other files\u000a\u000aChange-Id: If64787efbe4a1305cd60941b69e9416960d056a2\u000a",
        "date" : "2026-04-14 09:34:12 +0200",
        "id" : "9571b31f4cb8d5b18a4090e8105b6633b8818458",
        "msg" : "jobs/octsim_osmo-ccid-firmware: various tweaks",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "jobs/octsim_osmo-ccid-firmware.yml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "jobs/README.md",
          "jobs/octsim_osmo-ccid-firmware.yml"
        ],
        "commitId" : "9407586f49d43f0470556a1bcb9ed23559cb05ef",
        "timestamp" : 1776152429000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/osmith",
          "fullName" : "Oliver Smith"
        },
        "authorEmail" : "osmith@sysmocom.de",
        "comment" : "jobs/octsim_osmo-ccid-firmware: remove timer\u000a\u000aThis job already gets triggered once a day from\u000amaster-osmo-ccid-firmware. Running it once a day like all other master\u000ajobs should be enough, remove the timed trigger that caused it to run\u000atwice a day.\u000a\u000aChange-Id: Ia4fdb6d504c7a08cf258e82436627894602f7301\u000a",
        "date" : "2026-04-14 09:40:29 +0200",
        "id" : "9407586f49d43f0470556a1bcb9ed23559cb05ef",
        "msg" : "jobs/octsim_osmo-ccid-firmware: remove timer",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "jobs/README.md"
          },
          {
            "editType" : "edit",
            "file" : "jobs/octsim_osmo-ccid-firmware.yml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "jobs/octsim_osmo-ccid-firmware.yml"
        ],
        "commitId" : "139235c113d09efb052d1b891e9a6dfb98da5c8b",
        "timestamp" : 1776156914000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/osmith",
          "fullName" : "Oliver Smith"
        },
        "authorEmail" : "osmith@sysmocom.de",
        "comment" : "jobs/octsim_osmo-ccid-firmware: add branch param\u000a\u000aChange-Id: I05321cd2c174060381e099aa49d5932f9cafdd28\u000a",
        "date" : "2026-04-14 10:55:14 +0200",
        "id" : "139235c113d09efb052d1b891e9a6dfb98da5c8b",
        "msg" : "jobs/octsim_osmo-ccid-firmware: add branch param",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "jobs/octsim_osmo-ccid-firmware.yml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "jobs/octsim_osmo-ccid-firmware.yml"
        ],
        "commitId" : "087e365bff834c5ffe9322620f863e3dc27e3c68",
        "timestamp" : 1776159289000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/osmith",
          "fullName" : "Oliver Smith"
        },
        "authorEmail" : "osmith@sysmocom.de",
        "comment" : "jobs/octsim_osmo-ccid-firmware: PYTHONUNBUFFERED=1\u000a\u000aEnsure that the python output is getting displayed directly when running\u000ain jenkins.\u000a\u000aChange-Id: Iffe74b270f33286f394db1be03e6ce1953aff4bf\u000a",
        "date" : "2026-04-14 11:34:49 +0200",
        "id" : "087e365bff834c5ffe9322620f863e3dc27e3c68",
        "msg" : "jobs/octsim_osmo-ccid-firmware: PYTHONUNBUFFERED=1",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "jobs/octsim_osmo-ccid-firmware.yml"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/osmith",
      "fullName" : "Oliver Smith"
    }
  ],
  "runs" : [
    {
      "number" : 3354,
      "url" : "https://jenkins.osmocom.org/jenkins/job/update-osmo-ci-on-slaves/label=build4-deb12build-ansible/3354/"
    },
    {
      "number" : 3354,
      "url" : "https://jenkins.osmocom.org/jenkins/job/update-osmo-ci-on-slaves/label=build5-deb12build-ansible/3354/"
    },
    {
      "number" : 3354,
      "url" : "https://jenkins.osmocom.org/jenkins/job/update-osmo-ci-on-slaves/label=gtp0-deb10fr/3354/"
    },
    {
      "number" : 3354,
      "url" : "https://jenkins.osmocom.org/jenkins/job/update-osmo-ci-on-slaves/label=lx2-raspbian12build-ansible/3354/"
    },
    {
      "number" : 3354,
      "url" : "https://jenkins.osmocom.org/jenkins/job/update-osmo-ci-on-slaves/label=rpi4-raspbian12build-ansible-1/3354/"
    },
    {
      "number" : 3354,
      "url" : "https://jenkins.osmocom.org/jenkins/job/update-osmo-ci-on-slaves/label=rpi4-raspbian12build-ansible-2/3354/"
    },
    {
      "number" : 3354,
      "url" : "https://jenkins.osmocom.org/jenkins/job/update-osmo-ci-on-slaves/label=rpi4-raspbian12build-ansible-3/3354/"
    },
    {
      "number" : 3354,
      "url" : "https://jenkins.osmocom.org/jenkins/job/update-osmo-ci-on-slaves/label=simtester/3354/"
    }
  ]
}