summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorJames Mills <prologic@shortcircuit.net.au>2020-03-14 16:22:52 +1000
committerGitHub <noreply@github.com>2020-03-14 16:22:52 +1000
commitc999f89754072128d7efcf5581ad145ad8af5026 (patch)
tree804607e8819869d18960d44632934efc64038269 /.travis.yml
parente39469af22553ad4841d53c6d76570ce640ad7e1 (diff)
Migrate Tests from Travis CI to Github Workflows (#8331)
* Migrate Tests from Travis CI to Github Workflows * Use GHA path filters * Make a unit test fail * Run new cmocka based unit tests * Revert "Make a unit test fail" This reverts commit 15500c59e4d49cb478ef27289de0366a543815c5. * Make a cmocka unit test fail * Work around a bug in libbson-1.0 on Ubuntu 18.04 * Add DCMAKE_BUILD_TYPE=Debug to make dbengine tests pass * Upload LastTest.log to GHA Artifact storage * Revert "Make a cmocka unit test fail" This reverts commit 920f56a03d0479bec1a67dc8c242df189f702177. * Remove Artifacts Validation stage
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml11
1 files changed, 0 insertions, 11 deletions
diff --git a/.travis.yml b/.travis.yml
index 8d590eb0af..eda5361352 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -47,7 +47,6 @@ notifications:
stages:
# Mandatory runs, we always want these executed
- name: Build process
- - name: Artifacts validation
# Nightly operations
- name: Nightly operations
@@ -107,16 +106,6 @@ jobs:
env: DEVEL="true"
after_failure: post_message "TRAVIS_MESSAGE" "Docker build process failed"
- - stage: Artifacts validation
- name: Unit Testing
- script:
- - .travis/run-unit-tests.sh
- env: CFLAGS='-O1 -DNETDATA_INTERNAL_CHECKS=1 -DNETDATA_VERIFY_LOCKS=1'
- # We need a full deep clone for the checks done by the unit testing script to work.
- git:
- depth: false
- after_failure: post_message "TRAVIS_MESSAGE" "Unit testing failed"
-
- name: Build/Install for ubuntu 18.04 (not containerized)
script: fakeroot ./netdata-installer.sh --dont-wait --dont-start-it --install $HOME
after_failure: post_message "TRAVIS_MESSAGE" "Build/Install failed on ubuntu 18.04"