summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorAustin S. Hemmelgarn <austin@netdata.cloud>2020-10-12 08:59:24 -0400
committerGitHub <noreply@github.com>2020-10-12 08:59:24 -0400
commit2fa6e45049373c44c274eee1153d20c26dad6b2d (patch)
treea1c0f8ceae6bef4efe5f5fe6f79fd399a6c42009 /.travis.yml
parent3d9d29fe43ece2fa991fba48f45350d06356958e (diff)
Skip all build checks on packaging builds. (#10058)
Package build runs on Travis only happen as part of release builds. Because they happen _after_ the rest of the release, the build checks have already run at least once because they're run as part of the initial release build. As such, there’s no point in running them again on the packaging builds, especially since they are the primary reason that the packaging builds experience transient errors.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 45c791e170..25510e229d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -48,6 +48,7 @@ notifications:
stages:
# Mandatory runs, we always want these executed
- name: Build process
+ if: commit_message =~ /^((?!\[Package (amd64|arm64|i386) (DEB|RPM)( .*)?\]).)*$/
# Nightly operations
- name: Nightly operations
@@ -163,7 +164,6 @@ jobs:
after_failure: post_message "TRAVIS_MESSAGE" "Netdata updater process failed on bare Fedora 31"
- name: DEB package test
- if: commit_message =~ /^((?!\[Package (amd64|arm64|i386) (DEB|RPM)( .*)?\]).)*$/
git:
depth: false
before_install:
@@ -186,7 +186,6 @@ jobs:
after_failure: post_message "TRAVIS_MESSAGE" "Netdata DEB package build check failed."
- name: RPM package test
- if: commit_message =~ /^((?!\[Package (amd64|arm64|i386) (DEB|RPM)( .*)?\]).)*$/
git:
depth: false
before_install: