Skip to content
This repository was archived by the owner on Mar 11, 2022. It is now read-only.

Commit 2d506a4

Browse files
committed
Disable testing matrix
This a is a temporary change while our matrix test environment is unavailable.
1 parent a6511f3 commit 2d506a4

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

Jenkinsfile

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -78,15 +78,15 @@ stage('QA') {
7878
// and Cloudant Local
7979
if (env.BRANCH_NAME == "master") {
8080
axes.putAll(
81-
Couch1_6: {
82-
runTests(COUCH1_6_ENV, false)
83-
},
84-
Couch2_0: {
85-
runTests(COUCH2_0_ENV, false)
86-
},
87-
CloudantLocal: {
88-
runTests(CLOUDANT_LOCAL_ENV, false)
89-
},
81+
// Couch1_6: {
82+
// runTests(COUCH1_6_ENV, false)
83+
// },
84+
// Couch2_0: {
85+
// runTests(COUCH2_0_ENV, false)
86+
// },
87+
// CloudantLocal: {
88+
// runTests(CLOUDANT_LOCAL_ENV, false)
89+
// },
9090
CloudantIam: {
9191
runTests(CLOUDANT_IAM_ENV, true)
9292
}

0 commit comments

Comments
 (0)