diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2022-12-08 10:55:36 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2022-12-08 10:55:36 +0100 |
commit | 0675e0984aa8327aa163acb74989ef3142251f1c (patch) | |
tree | 91e385e107d2572f4242b5baa5602012d7c9dd9c /jjb/functest | |
parent | 62ad19c00d60940b1e47df9478d93b2760754142 (diff) |
Remove debug
Change-Id: I61f0f2c2d4f5834c4740ba1c16ee82626c02678d
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'jjb/functest')
-rw-r--r-- | jjb/functest/xtesting.yaml | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/jjb/functest/xtesting.yaml b/jjb/functest/xtesting.yaml index 0e9cde204..6ef1526a9 100644 --- a/jjb/functest/xtesting.yaml +++ b/jjb/functest/xtesting.yaml @@ -984,31 +984,3 @@ - last-failure - last-duration regex: (?!xtesting-pi)^xtesting-[a-z-0-9.]+-grype$ - -- builder: - name: xtesting-debug - builders: - - shell: | - ip addr - ls /home - cat $HOME/.config/jenkins_jobs/jenkins_jobs.ini - -- parameter: - name: xtesting-debug-slave - parameters: - - label: - name: slave - default: '{slave}' - -- job-template: - name: xtesting-debug - parameters: - - xtesting-debug-slave: - slave: lf-build6 - builders: - - xtesting-debug - -- project: - name: 'xtesting-debug' - jobs: - - 'xtesting-debug' |