osmith has submitted this change. (
https://gerrit.osmocom.org/c/osmo-ci/+/38459?usp=email
)
Change subject: jobs/ttcn3-testsuites-testenv: tweak description
......................................................................
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(-)
Approvals:
Jenkins Builder: Verified
pespin: Looks good to me, but someone else must approve
fixeria: Looks good to me, approved
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 Testsuite</a> for more information.<br>
+ Run the
+ <a
href="https://osmocom.org/projects/cellular-infrastructure/wiki/Titan_…
+ 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}/&q…
+ <code>{kernel}</code>
+ </a><br>
timer: "@midnight"
kernel: "none"
node: ttcn3
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ci/+/38459?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: merged
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: Ifad86aa3982c325394d47b5c8cf98c43b2d3d1eb
Gerrit-Change-Number: 38459
Gerrit-PatchSet: 2
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>