Skip to content

Commit 8a8d0d5

Browse files
retragejosephlr
authored andcommitted
CI: Enable coreboot integration tests
Signed-off-by: Akira Moroo <[email protected]>
1 parent a07ad4b commit 8a8d0d5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Jenkinsfile

+5
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ pipeline {
2828
sh "./run_integration_tests.sh"
2929
}
3030
}
31+
stage ('Run coreboot integration tests') {
32+
steps {
33+
sh "./run_coreboot_integration_tests.sh"
34+
}
35+
}
3136
}
3237
}
3338
}

0 commit comments

Comments
 (0)