tests: Add a Jenkins stage for AArch64 integration test

This commit adds a Jenkins stage for AArch64 integration test,
and the test is carried out using the GNU toolchain.

Signed-off-by: Henry Wang <Henry.Wang@arm.com>
This commit is contained in:
Henry Wang 2020-06-30 08:45:13 +08:00 committed by Rob Bradford
parent 33c5d6bb98
commit 603445e0a5

5
Jenkinsfile vendored
View File

@ -88,6 +88,11 @@ pipeline{
sh "scripts/dev_cli.sh tests --unit"
}
}
stage ('Run integration tests') {
steps {
sh "scripts/dev_cli.sh tests --integration"
}
}
}
}
stage ('Worker build (musl)') {