From 4a7505e53904db7908b808fa78e77dc989ef29fc Mon Sep 17 00:00:00 2001 From: "Pavlos Emm. Katsoulakis" Date: Tue, 2 Apr 2019 09:10:01 +0200 Subject: [PATCH] netdata/packaging/ci: style --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index df9efdcafa0ab6..5ad9b5d3df0616 100644 --- a/.travis.yml +++ b/.travis.yml @@ -80,6 +80,7 @@ jobs: - docker run -it -v "${PWD}:/code:rw" -w /code "netdata/os-test:ubuntu1804" make distclean - stage: Artifacts validation + name: Unit Testing script: - fakeroot ./netdata-installer.sh --install $HOME --dont-wait --dont-start-it --enable-plugin-nfacct --enable-plugin-freeipmi --disable-lto @@ -104,6 +105,7 @@ jobs: - stage: Packaging for release + name: Create release (only on special commit msg) install: - sudo apt-get install -y gnupg libcap2-bin zlib1g-dev uuid-dev fakeroot python-pip @@ -122,6 +124,7 @@ jobs: # This is the nightly pre-execution step - stage: Nightly operations + - name: Run coverity scan script: ./coverity-install.sh && ./coverity-scan.sh || echo "Coverity failed :(" @@ -139,6 +142,7 @@ jobs: # This is the nightly execution step # - stage: Nightly release + before_install: openssl aes-256-cbc -K $encrypted_8daf19481253_key -iv $encrypted_8daf19481253_iv -in .travis/gcs-credentials.json.enc -out .travis/gcs-credentials.json -d install: - sudo apt install -y --only-upgrade docker-ce