[Skiboot] [PATCH 3/3] Drop old Coverity jobs (we build via separate .travis.yml in a branch)
Stewart Smith
stewart at linux.ibm.com
Tue Mar 5 17:19:15 AEDT 2019
Signed-off-by: Stewart Smith <stewart at linux.ibm.com>
---
.travis.yml | 26 ++------------------------
1 file changed, 2 insertions(+), 24 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index e027d3c29793..b48d6fbe97ba 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -36,27 +36,5 @@ services: docker
dist: trusty
script:
- - if [ ${COVERITY_SCAN_BRANCH} != 1 ]; then
- docker build --pull -t ${RUN_ON_CONTAINER} -f opal-ci/Dockerfile-${RUN_ON_CONTAINER} . &&
- docker run --volume $HOME/.ccache:/root/.ccache --volume `pwd`:/build --rm -t $RUN_ON_CONTAINER bash -c "./opal-ci/build-${RUN_ON_CONTAINER}.sh";
- fi
- - if [ ${COVERITY_SCAN_BRANCH} == 1 ]; then
- sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test &&
- sudo apt-get update -qq &&
- sudo apt-get install -y gcc-4.8 libstdc++6 valgrind expect xterm &&
- sudo apt-get install -y gcc-arm-linux-gnueabi gcc-powerpc64le-linux-gnu gcc &&
- sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.8 50 &&
- wget https://www.kernel.org/pub/tools/crosstool/files/bin/x86_64/4.8.0/x86_64-gcc-4.8.0-nolibc_powerpc64-linux.tar.xz &&
- sudo mkdir /opt/cross &&
- sudo tar -C /opt/cross -xvf x86_64-gcc-4.8.0-nolibc_powerpc64-linux.tar.xz;
- fi
-
-addons:
- coverity_scan:
- project:
- name: "open-power/skiboot"
- description: "Build submitted via Travis CI"
- notification_email: stewart at linux.vnet.ibm.com
- build_command_prepend: "cov-configure --comptype gcc --compiler powerpc64-linux-gcc --template; cov-configure --comptype gcc --compiler powerpc64le-linux-gnu-gcc; cov-configure --comptype gcc --compiler arm-linux-gnueabi-gcc; cov-configure --comptype gcc --compiler x86_64-linux-gnu-gcc"
- build_command: "make -j4 all check"
- branch_pattern: coverity_scan
+ - docker build --pull -t ${RUN_ON_CONTAINER} -f opal-ci/Dockerfile-${RUN_ON_CONTAINER} . &&
+ docker run --volume $HOME/.ccache:/root/.ccache --volume `pwd`:/build --rm -t $RUN_ON_CONTAINER bash -c "./opal-ci/build-${RUN_ON_CONTAINER}.sh";
--
2.20.1
More information about the Skiboot
mailing list