Skip to content

Commit

Permalink
ci: Remove x86-64 Linux tests from Jenkinsfile
Browse files Browse the repository at this point in the history
Signed-off-by: Rob Bradford <[email protected]>
  • Loading branch information
rbradford committed Jan 25, 2024
1 parent 0edb224 commit 70d0dd1
Showing 1 changed file with 0 additions and 31 deletions.
31 changes: 0 additions & 31 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,37 +3,6 @@ pipeline {
stages {
stage ('Build') {
parallel {
stage ('Linux guest Tests') {
agent { node { label 'focal-fw' } }
stages {
stage ('Checkout') {
steps {
checkout scm
}
}
stage('Run unit tests') {
steps {
sh "scripts/dev_cli.sh tests --unit"
}
}
stage('Run integration tests') {
options {
timeout(time: 1, unit: 'HOURS')
}
steps {
sh "scripts/dev_cli.sh tests --integration"
}
}
stage('Run coreboot integration tests') {
options {
timeout(time: 1, unit: 'HOURS')
}
steps {
sh "scripts/dev_cli.sh tests --integration-coreboot"
}
}
}
}
stage ('Windows guest Tests') {
agent { node { label 'focal-fw' } }
environment {
Expand Down

0 comments on commit 70d0dd1

Please sign in to comment.