stop caching benchmarking Jenkins CI task (#3599)
This commit is contained in:
parent
d0dbc4a8f9
commit
1f7e6c7342
|
@ -18,15 +18,11 @@ node("metal") {
|
|||
sh "git submodule update --init --recursive"
|
||||
}
|
||||
|
||||
cache(maxCacheSize: 250, caches: [
|
||||
[$class: "ArbitraryFileCache", excludes: "", includes: "**/*", path: "${WORKSPACE}/vendor/nimbus-build-system/vendor/Nim/bin"],
|
||||
]) {
|
||||
stage("Build") {
|
||||
sh """#!/bin/bash
|
||||
set -e
|
||||
make -j${env.NPROC} update # to allow a newer Nim version to be detected
|
||||
"""
|
||||
}
|
||||
stage("Build") {
|
||||
sh """#!/bin/bash
|
||||
set -e
|
||||
make -j${env.NPROC} update # to allow a newer Nim version to be detected
|
||||
"""
|
||||
}
|
||||
|
||||
stage("Benchmark") {
|
||||
|
|
Loading…
Reference in New Issue