Skip to content

Commit 40844f8

Browse files
authored
Merge pull request #1503 from mythi/PR-2023-037
ci: drop kind tests from Jenkins too
2 parents 9d8afa3 + 23ed789 commit 40844f8

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)