Skip to content

Changes

Summary

  1. jobs/ttcn3: …-pablo-gtp: don't wipe workspace (details)
  2. ttcn3-ggsn-test-kernel-latest-net-next: update net-next branch (details)
  3. checkpatch: recognize json_array_foreach etc. (details)
Commit ebf4df3242b99fdbb8a3796b8cbdfa1d13ee4d69 by Oliver Smith
jobs/ttcn3: …-pablo-gtp: don't wipe workspace

The ttcn3-ggsn-test-kernel-* jobs should not wipe their workspace, so we
can avoid shallow-cloning the kernel if the commit did not change.

The way the scripts in docker-playground.git are written, this also
caused a permission error.

Change-Id: I4ac1b2c3f5ba63c131dd1d6a4888f32a27264eba
The file was modified jobs/ttcn3-testsuites.yml
Commit 29a41d387eb6f078a70c463b0ae80db38ffa8db5 by Oliver Smith
ttcn3-ggsn-test-kernel-latest-net-next: update net-next branch

The branch of net-next is now called main. By using the old name, the
jenkins job was checking out a 6.3 kernel, we are now at 6.9 rcs.

Related: https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next.git/
Change-Id: Ieee448c514bc0ff457b9d17c8b12ee00953995d2
The file was modified jobs/ttcn3-testsuites.yml
Commit afd9d56e0568a61d0b2de010f710baffb71bff25 by Oliver Smith
checkpatch: recognize json_array_foreach etc.

Treat json_array_foreach, json_object_foreach, json_object_foreach_safe
etc. the same as if, while, for, switch, and require exactly one space
after using it:

json_array_foreach (nftables, i, item) {

}

Related: osmo-hnbgw Id4e7fa017c31945388a010d8581715d71482116b
Change-Id: I0b58c6d70a961c7d0ba93a2f0d6a5a4afa321fa9
The file was modified lint/checkpatch/checkpatch.pl