osmith submitted this change.
jobs/ttcn3-testsuites-testenv: tweak description
Don't link to osmo-ttcn3-hacks.git directly anymore, the wiki page that
is also linked already refers to it. This shortens the boilerplate of
the description with every one of these jenkins jobs.
Instead of only displaying the arguments, display the full command so
users can easily run the testsuite the same way it is running on
jenkins. Omit the arguments --cache, --ccache, --log-dir, which only
need to be adjusted for jenkins, for users the defaults make sense.
Let the kernel line link to the related build-kernel job.
Related: OS#6494
Change-Id: Ifad86aa3982c325394d47b5c8cf98c43b2d3d1eb
---
M jobs/ttcn3-testsuites-testenv.yml
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/jobs/ttcn3-testsuites-testenv.yml b/jobs/ttcn3-testsuites-testenv.yml
index a9e62d6..99d4758 100644
--- a/jobs/ttcn3-testsuites-testenv.yml
+++ b/jobs/ttcn3-testsuites-testenv.yml
@@ -4,17 +4,17 @@
concurrent: false
disabled: false
description: |
- Run the <code>{testsuite}</code> testsuite from
- <a href="https://gitea.osmocom.org/ttcn3/osmo-ttcn3-hacks">
- osmo-ttcn3-hacks.git</a> with testenv.py.<br>
- See <a href="https://osmocom.org/projects/cellular-infrastructure/wiki/Titan_TTCN3_Testsuites">
- TTCN3 Testsuite</a> for more information.<br>
+ Run the
+ <a href="https://osmocom.org/projects/cellular-infrastructure/wiki/Titan_TTCN3_Testsuites">
+ Osmocom TTCN3 Testsuite</a> for <code>{testsuite}</code>.<br>
<br>
- Arguments:<br>
- <code>{args}</code><br>
+ Command:<br>
+ <code>./testenv.py run {testsuite} --podman {args}</code><br>
<br>
Kernel:<br>
- <code>{kernel}</code><br>
+ <a href="https://jenkins.osmocom.org/jenkins/job/build-kernel-{kernel}/">
+ <code>{kernel}</code>
+ </a><br>
timer: "@midnight"
kernel: "none"
node: ttcn3
To view, visit change 38459. To unsubscribe, or for help writing mail filters, visit settings.