Skip to content

Commit

Permalink
ci: Disable interop for now
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
  • Loading branch information
magik6k committed Aug 7, 2018
1 parent 9cbad0a commit d4f2b08
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions ci/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -267,16 +267,16 @@ ansiColor('xterm') { withEnv(['TERM=xterm-color']) {
)
}

reportedStage('interop') {
def steps = [:]
js_api_platforms.each {os ->
js_api_node_versions.each { nodeVer ->
steps["interop-${os}-${nodeVer}"] = jsTestStep(os, nodeVer, 'https://github.com/ipfs/interop', interop_commit)
}
}

parallel steps
}
//reportedStage('interop') {
// def steps = [:]
// js_api_platforms.each {os ->
// js_api_node_versions.each { nodeVer ->
// steps["interop-${os}-${nodeVer}"] = jsTestStep(os, nodeVer, 'https://github.com/ipfs/interop', interop_commit)
// }
// }
//
// parallel steps
//}

reportedStage('apis') {
def steps = [:]
Expand Down

0 comments on commit d4f2b08

Please sign in to comment.