Skip to content

Commit 23ed789

Browse files
committed
ci: drop kind tests from Jenkins too
kind tests were dropped from GHA long time ago as they were time consuming and did not improve test coverage. Jenkins had those tests still running and they worked fine until they were made HW dependent. This change drops kind tests from CI completely. Signed-off-by: Mikko Ylinen <[email protected]>
1 parent dc6979f commit 23ed789

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Jenkinsfile

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -139,13 +139,6 @@ pipeline {
139139
}
140140
}
141141
}
142-
stage('make test-with-kind') {
143-
steps {
144-
dir(path: "$REPO_DIR") {
145-
sh "make test-with-kind REG=intel/ TAG=devel"
146-
}
147-
}
148-
}
149142
stage('push images') {
150143
when { not { changeRequest() } }
151144
steps {

0 commit comments

Comments
 (0)