<p>osmith has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-ci/+/23227">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">jobs/ttcn3: add new ggsn-test-kernel-latest jobs<br><br>Add new nightly jobs, as requested in OS#3208:<br>- ttcn3-ggsn-test-kernel-latest-torvalds<br>- ttcn3-ggsn-test-kernel-latest-net-next<br><br>Note that they are in ttcn3-testsuites.yml and not<br>testsuites-kernel-git.yml, because the KERNEL_URL etc. parameters are<br>not configurable. These new jobs are supposed to run every night with<br>the same hardcoded git repositories, the other job from<br>testsuites-kernel-git.yml is for manual runs with a freely configurable<br>kernel URL.<br><br>Depends: docker-playground Iaef87c3418b8e6f1e427b2abd9d40e9e28dc63e9<br>Related: OS#3208<br>Change-Id: I6918b953b64b0d81805fd02b1a8469a8db20f938<br>---<br>M jobs/ttcn3-testsuites.yml<br>1 file changed, 36 insertions(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/27/23227/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/jobs/ttcn3-testsuites.yml b/jobs/ttcn3-testsuites.yml</span><br><span>index 53f18c2..e0ec179 100644</span><br><span>--- a/jobs/ttcn3-testsuites.yml</span><br><span>+++ b/jobs/ttcn3-testsuites.yml</span><br><span>@@ -40,6 +40,24 @@</span><br><span>           timer: 20 04 * * *</span><br><span>           description: |</span><br><span>             Test osmo-ggsn latest with the Debian kernel.</span><br><span style="color: hsl(120, 100%, 40%);">+      - ttcn3-ggsn-test-kernel-latest-net-next:</span><br><span style="color: hsl(120, 100%, 40%);">+          blocking: "^(ttcn3|TTCN3-.*)-ggsn-test.*"</span><br><span style="color: hsl(120, 100%, 40%);">+          timer: 25 04 * * *</span><br><span style="color: hsl(120, 100%, 40%);">+          # Cache the linux source tree in the workspace of one node</span><br><span style="color: hsl(120, 100%, 40%);">+          node: ttcn3-ggsn-test-kernel-git</span><br><span style="color: hsl(120, 100%, 40%);">+          description: |</span><br><span style="color: hsl(120, 100%, 40%);">+            Test osmo-ggsn latest with the Linux kernel built from master of</span><br><span style="color: hsl(120, 100%, 40%);">+            <a href="https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next.git/"></span><br><span style="color: hsl(120, 100%, 40%);">+              net-next.git</a>.</span><br><span style="color: hsl(120, 100%, 40%);">+      - ttcn3-ggsn-test-kernel-latest-torvalds:</span><br><span style="color: hsl(120, 100%, 40%);">+          blocking: "^(ttcn3|TTCN3-.*)-ggsn-test.*"</span><br><span style="color: hsl(120, 100%, 40%);">+          timer: 30 04 * * *</span><br><span style="color: hsl(120, 100%, 40%);">+          # Cache the linux source tree in the workspace of one node</span><br><span style="color: hsl(120, 100%, 40%);">+          node: ttcn3-ggsn-test-kernel-git</span><br><span style="color: hsl(120, 100%, 40%);">+          description: |</span><br><span style="color: hsl(120, 100%, 40%);">+            Test osmo-ggsn latest with the Linux kernel built from master of</span><br><span style="color: hsl(120, 100%, 40%);">+            <a href="https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/"></span><br><span style="color: hsl(120, 100%, 40%);">+              torvalds/linux.git</a>.</span><br><span>       - ttcn3-msc-test:</span><br><span>           blocking: "^(ttcn3|TTCN3-.*)-msc-test.*"</span><br><span>           timer: 40 04 * * *</span><br><span>@@ -248,6 +266,24 @@</span><br><span>                   export IMAGE_SUFFIX="latest"</span><br><span>                   export KERNEL_TEST=1</span><br><span>                   ;;</span><br><span style="color: hsl(120, 100%, 40%);">+              ttcn3-ggsn-test-kernel-latest-net-next)</span><br><span style="color: hsl(120, 100%, 40%);">+                  DIR="ttcn3-ggsn-test"</span><br><span style="color: hsl(120, 100%, 40%);">+                  export IMAGE_SUFFIX="latest"</span><br><span style="color: hsl(120, 100%, 40%);">+                  export KERNEL_TEST=1</span><br><span style="color: hsl(120, 100%, 40%);">+                  export KERNEL_BUILD=1</span><br><span style="color: hsl(120, 100%, 40%);">+                  export KERNEL_URL="https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next.git"</span><br><span style="color: hsl(120, 100%, 40%);">+                  export KERNEL_REMOTE_NAME="net-next"</span><br><span style="color: hsl(120, 100%, 40%);">+                  export KERNEL_BRANCH="master"</span><br><span style="color: hsl(120, 100%, 40%);">+                  ;;</span><br><span style="color: hsl(120, 100%, 40%);">+              ttcn3-ggsn-test-kernel-latest-torvalds)</span><br><span style="color: hsl(120, 100%, 40%);">+                  DIR="ttcn3-ggsn-test"</span><br><span style="color: hsl(120, 100%, 40%);">+                  export IMAGE_SUFFIX="latest"</span><br><span style="color: hsl(120, 100%, 40%);">+                  export KERNEL_TEST=1</span><br><span style="color: hsl(120, 100%, 40%);">+                  export KERNEL_BUILD=1</span><br><span style="color: hsl(120, 100%, 40%);">+                  export KERNEL_URL="https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git"</span><br><span style="color: hsl(120, 100%, 40%);">+                  export KERNEL_REMOTE_NAME="torvalds"</span><br><span style="color: hsl(120, 100%, 40%);">+                  export KERNEL_BRANCH="master"</span><br><span style="color: hsl(120, 100%, 40%);">+                  ;;</span><br><span>               TTCN3-centos-*-latest)</span><br><span>                   DIR="$(echo "{job-name}" | sed s/^TTCN3-centos\-/ttcn3-/ | sed s/\-latest$//)"</span><br><span>                   export IMAGE_SUFFIX="latest-centos8"</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-ci/+/23227">change 23227</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.osmocom.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.osmocom.org/c/osmo-ci/+/23227"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-ci </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: I6918b953b64b0d81805fd02b1a8469a8db20f938 </div>
<div style="display:none"> Gerrit-Change-Number: 23227 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: osmith <osmith@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>