Skip to content

Commit ebd1a91

Browse files
ci: disable temporarily
Signed-off-by: Tiago Castro <[email protected]>
1 parent b630a99 commit ebd1a91

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Jenkinsfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ def dockerId() {
5959

6060
// TODO: Use multiple choices
6161
run_linter = true
62-
rust_test = true
63-
grpc_test = true
64-
pytest_test = true
62+
rust_test = false
63+
grpc_test = false
64+
pytest_test = false
6565
// WA https://issues.jenkins.io/browse/JENKINS-41929
6666
// on the first run of new parameters, they are set to null.
6767
run_tests = params.run_tests == null ? true : params.run_tests

0 commit comments

Comments
 (0)