Skip to content
Snippets Groups Projects
Commit 844bcb7f authored by Frédéric Dalleau's avatar Frédéric Dalleau
Browse files

Disable extra jobs during test

parent 52bf7845
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,7 @@ def uploadDirectory(source, target, upload = true) {
return
}
sshagent (credentials: [ "5a23cd79-e26d-41bf-9f91-d756c131b811", ] ) {
env.NSS_WRAPPER_PASSWD = "/tmp/passwd"
env.NSS_WRAPPER_GROUP = '/dev/null'
......@@ -239,14 +240,8 @@ def production = env.JOB_NAME.startsWith("apertis-")
def images = [:]
images["Sdk"] = buildImage("amd64", "sdk", "sdk",
"--scratchsize 10G",
false, false, production)
// Types for all boards, common debos arguments, sysroots and ospacks
def types = [ [ "minimal", "", false, true],
[ "target", "", false, true],
[ "development", "--scratchsize 10G", true, false]
]
images += types.collectEntries { [ "Amd64 ${it[0]}": buildImage("amd64",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment