{
  "_class" : "hudson.model.FreeStyleBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.triggers.TimerTrigger$TimerTriggerCause",
          "shortDescription" : "Started by timer"
        }
      ]
    },
    {
      "_class" : "hudson.model.ParametersAction",
      "parameters" : [
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "OSMO_GSM_TESTER_BRANCH",
          "value" : "origin/master"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "OSMO_GSM_TESTER_OPTS",
          "value" : "-T"
        }
      ]
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "refs/remotes/origin/pespin/ttcn3" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 2590,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "2be32ea554735da9f2ba9e39f2594fbc2284639b",
            "branch" : [
              {
                "SHA1" : "2be32ea554735da9f2ba9e39f2594fbc2284639b",
                "name" : "refs/remotes/origin/pespin/ttcn3"
              }
            ]
          },
          "revision" : {
            "SHA1" : "2be32ea554735da9f2ba9e39f2594fbc2284639b",
            "branch" : [
              {
                "SHA1" : "2be32ea554735da9f2ba9e39f2594fbc2284639b",
                "name" : "refs/remotes/origin/pespin/ttcn3"
              }
            ]
          }
        },
        "refs/remotes/origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 2725,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "17f7c38755fe981fe46e96761926002368589ae9",
            "branch" : [
              {
                "SHA1" : "17f7c38755fe981fe46e96761926002368589ae9",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "17f7c38755fe981fe46e96761926002368589ae9",
            "branch" : [
              {
                "SHA1" : "17f7c38755fe981fe46e96761926002368589ae9",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "17f7c38755fe981fe46e96761926002368589ae9",
        "branch" : [
          {
            "SHA1" : "17f7c38755fe981fe46e96761926002368589ae9",
            "name" : "refs/remotes/origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "git://git.osmocom.org/osmo-gsm-tester"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "hudson.tasks.junit.TestResultAction",
      "failCount" : 329,
      "skipCount" : 0,
      "totalCount" : 479,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    {
      "displayPath" : "trial-2725-bin.tgz",
      "fileName" : "trial-2725-bin.tgz",
      "relativePath" : "trial-2725-bin.tgz"
    },
    {
      "displayPath" : "trial-2725-run.tgz",
      "fileName" : "trial-2725-run.tgz",
      "relativePath" : "trial-2725-run.tgz"
    }
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#2725",
  "duration" : 13612003,
  "estimatedDuration" : 13713736,
  "executor" : None,
  "fullDisplayName" : "osmo-gsm-tester_ttcn3 #2725",
  "id" : "2725",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 2725,
  "queueId" : 298502,
  "result" : "UNSTABLE",
  "timestamp" : 1603371706091,
  "url" : "https://jenkins.osmocom.org/jenkins/job/osmo-gsm-tester_ttcn3/2725/",
  "builtOn" : "osmo-gsm-tester-prod",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "sysmocom/suites/emergency/emergency_preemptive_call.py",
          "src/osmo_gsm_tester/obj/ms_ofono.py"
        ],
        "commitId" : "17f7c38755fe981fe46e96761926002368589ae9",
        "timestamp" : 1603296127000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/pespin",
          "fullName" : "Pau Espin Pedrol"
        },
        "authorEmail" : "pespin@sysmocom.de",
        "comment" : "sysmocom: emergency_preemptive_call.py: Avoid test failure if 2nd call not fully established\u000a\u000aIt may happen that the non-emergency call MT leg is still not properly\u000areleased when the emergency call MT leg is to be assigned a TCH, meaning\u000aBSC will fail with an Assignment Failure upon Assignment request from\u000aMSC.\u000aThe test sometimes passed and sometimes didn't, due to above mentioned\u000arace condition. Let's relax a bit the test expectancies to have it\u000aalways passing, while still verifying preemption happens, and MT phone\u000ais reached.\u000a\u000aRelated: OS#4549\u000aChange-Id: I3697227cac56a1327f9ea08c5c2f52568e8d2a8a\u000a",
        "date" : "2020-10-21 18:02:07 +0200",
        "id" : "17f7c38755fe981fe46e96761926002368589ae9",
        "msg" : "sysmocom: emergency_preemptive_call.py: Avoid test failure if 2nd call not fully established",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "sysmocom/suites/emergency/emergency_preemptive_call.py"
          },
          {
            "editType" : "edit",
            "file" : "src/osmo_gsm_tester/obj/ms_ofono.py"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/holger",
      "fullName" : "holger"
    },
    {
      "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/neels",
      "fullName" : "Neels Hofmeyr"
    },
    {
      "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/pmaier",
      "fullName" : "pmaier@sysmocom.de"
    },
    {
      "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/fixeria",
      "fullName" : "Vadim Yanitskiy"
    },
    {
      "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/osmith",
      "fullName" : "Oliver Smith"
    },
    {
      "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/pespin",
      "fullName" : "Pau Espin Pedrol"
    },
    {
      "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/zecke",
      "fullName" : "Holger Freyther"
    },
    {
      "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/andre",
      "fullName" : "andre"
    },
    {
      "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/laforge",
      "fullName" : "laforge"
    }
  ]
}