Speed up tests

This commit is contained in:
retropikzel 2025-09-15 16:39:54 +03:00
parent 88924af602
commit 9f061cc5e6
1 changed files with 3 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -13,8 +13,10 @@ pipeline {
stages { stages {
stage('Cache warmup') { stage('Cache warmup') {
steps {
sh "docker build --build-arg IMAGE=chibi:head --build-arg SCHEME=chibi --tag=foreign-c-test-chibi -f Dockerfile.test ." sh "docker build --build-arg IMAGE=chibi:head --build-arg SCHEME=chibi --tag=foreign-c-test-chibi -f Dockerfile.test ."
} }
}
stage('Tests') { stage('Tests') {
steps { steps {