diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2022-12-08 10:01:22 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2022-12-08 10:09:29 +0100 |
commit | 69510ecba696f3dea0a826aef6fee72044a61365 (patch) | |
tree | d288336887f30a4322496a8ae24bc963d4794b1a /jjb | |
parent | feebb3d6fb57f7bd9856a593bb638febdb2992ac (diff) |
Debug xtesting
Change-Id: I6763e8ab343335b487f8e84d14a08a8d4e54cca0
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/functest/xtesting.yaml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/jjb/functest/xtesting.yaml b/jjb/functest/xtesting.yaml index 6ef1526a9..a97620d4c 100644 --- a/jjb/functest/xtesting.yaml +++ b/jjb/functest/xtesting.yaml @@ -984,3 +984,24 @@ - last-failure - last-duration regex: (?!xtesting-pi)^xtesting-[a-z-0-9.]+-grype$ + +- builder: + name: xtesting-debug + builders: + - shell: | + ip addr + ls /home + cat /etc/jenkins_jobs/jenkins_jobs.ini + +- job-template: + name: xtesting-debug + parameters: + - xtesting-debug-slave: + slave: lf-build6 + builders: + - xtesting-debug + +- project: + name: 'xtesting-debug' + jobs: + - 'xtesting-debug' |