switch to embedded core ITs run for faster result

This commit is contained in:
Hervé Boutemy 2017-03-24 03:28:59 +01:00
parent ad514f5cb5
commit 94c3b600ec
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -20,7 +20,7 @@
properties([buildDiscarder(logRotator(artifactNumToKeepStr: '5', numToKeepStr: env.BRANCH_NAME=='master'?'10':'5'))])
def tests
def CORE_IT_PROFILES='run-its'
def CORE_IT_PROFILES='run-its,embedded'
try {