Skip to content
Snippets Groups Projects
Unverified Commit 7fdffcaa authored by Martin Weinelt's avatar Martin Weinelt
Browse files

Jenkinsfile: require gluon-vmx label for qemu testing

This allows us to make use of builders that can't run virtual machines.

Drop the TMUX environemnt variable, it's not needed anymore.
parent 5e35fa1a
No related branches found
No related tags found
No related merge requests found
......@@ -44,10 +44,7 @@ pipeline {
}
}
stage('test') {
agent { label 'gluon-docker-v2' }
environment {
TMUX = "notmux"
}
agent { label 'gluon-vmx' }
steps {
sh label: 'Identify runner', script: 'echo $SLAVE_NAME'
unstash 'gluon-x86-64-factory'
......@@ -79,4 +76,7 @@ pipeline {
- gluon-docker-v2:
- add qemu-testlab testing, requires KVM virtualization support
- require rsync dependency to be able to build the next branch
- gluon-vmx
- splits the qemu testing from the gluon-docker-v2 label to accomodate
nodes without the vmx cpu flag
*/
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