From b5321aff06d6ea8d730d62aec2ffd8e9271c1ffc Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 14 Apr 2022 20:12:10 +0200 Subject: Adding upstream version 1.34.0. Signed-off-by: Daniel Baumann --- .travis.yml | 89 ------------------------------------------------------------- 1 file changed, 89 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 32ee455e5..838799f8f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -51,26 +51,6 @@ stages: - name: Build process if: commit_message =~ /^((?!\[Package (amd64|arm64|i386) (DEB|RPM)( .*)?\]).)*$/ - # Nightly operations - - name: Nightly operations - if: branch = master AND type = cron AND env(RUN_NIGHTLY) = yes - - - name: Nightly release - if: branch = master AND type = cron AND env(RUN_NIGHTLY) = yes - - # Scheduled releases - - name: Support activities on main branch - if: branch = master AND type != pull_request AND type != cron AND repo = netdata/netdata - - # We don't run on release candidates - - name: Publish for release - if: >- - branch = master - AND type != pull_request - AND type != cron - AND tag !~ /(-rc)/ - AND commit_message =~ /\[netdata (release candidate|(major|minor|patch) release)\]/ - # Define stage implementation details # @@ -86,72 +66,3 @@ jobs: script: fakeroot ./netdata-installer.sh --install $HOME --dont-wait --dont-start-it --enable-plugin-nfacct --enable-plugin-freeipmi --disable-lto env: CFLAGS='-O1 -Wall -Wextra -Wformat-signedness -fstack-protector-all -fno-common -DNETDATA_INTERNAL_CHECKS=1 -D_FORTIFY_SOURCE=2 -DNETDATA_VERIFY_LOCKS=1' after_failure: post_message "TRAVIS_MESSAGE" " standard netdata build is failing (Still dont know which one, will improve soon)" - - - stage: Support activities on main branch - name: Generate changelog for release (only on special and tagged commit msg) - before_script: post_message "TRAVIS_MESSAGE" "Support activities on main branch initiated" "${NOTIF_CHANNEL}" - script: - - echo "GIT Branch:" && git branch - - echo "Last commit:" && git log -1 - - echo "GIT Describe:" && git describe - - echo "packaging/version:" && cat packaging/version - - if [[ -z "${GIT_TAG}" ]]; then echo "Running set tag for release" && set_tag_for_release; fi; - - .travis/generate_changelog_and_tag_release.sh - after_failure: post_message "TRAVIS_MESSAGE" " Changelog generation and tag of release, failed" - git: - depth: false - if: commit_message =~ /\[netdata (release candidate|(major|minor|patch) release)\]/ AND tag !~ /(-rc)/ OR (env(GIT_TAG) IS present AND NOT env(GIT_TAG) IS blank) - - # We only publish if a TAG has been set during packaging - - stage: Publish for release - name: Trigger release build and draft release creation - script: - - git checkout "${TRAVIS_BRANCH}" && export BUILD_VERSION="$(cat packaging/version)" - - .travis/trigger_artifact_build.sh "${GITHUB_TOKEN}" "${BUILD_VERSION}" "release" - after_failure: post_message "TRAVIS_MESSAGE" " Failed to trigger release artifact build during nightly release" "${NOTIF_CHANNEL}" - - - name: Trigger Docker image build and publish - script: - - git checkout "${TRAVIS_BRANCH}" && export BUILD_VERSION="$(cat packaging/version | cut -d'-' -f1)" - - .travis/trigger_docker_build.sh "${GITHUB_TOKEN}" "${BUILD_VERSION}" - after_failure: post_message "TRAVIS_MESSAGE" " Failed to trigger docker build during release" "${NOTIF_CHANNEL}" - - - name: Trigger DEB and RPM package build - script: - - git checkout "${TRAVIS_BRANCH}" && export BUILD_VERSION="$(cat packaging/version | sed 's/^v//' | cut -d'-' -f1)" - - .travis/trigger_package_build.sh "${GITHUB_TOKEN}" "${BUILD_VERSION}" "release" - after_failure: post_message "TRAVIS_MESSAGE" " Failed to trigger deb and rpm package build during release" "${NOTIF_CHANNEL}" - - - # This is the nightly pre-execution step (Jobs, preparatory steps for nightly, etc) - - stage: Nightly operations - name: Kickstart files integrity testing (extended) - script: ./tests/installer/checksums.sh - - # This is generating the changelog for nightly release and publish it - - name: Generate nightly changelog - script: - - ".travis/nightlies.sh" - - ".travis/check_changelog_last_modification.sh" - after_failure: post_message "TRAVIS_MESSAGE" " Nightly changelog generation failed" - git: - depth: false - - # This is the nightly execution step - # - - stage: Nightly release - name: Trigger nightly artifact build and upload - script: - - git checkout "${TRAVIS_BRANCH}" && export BUILD_VERSION="$(cat packaging/version)" - - .travis/trigger_artifact_build.sh "${GITHUB_TOKEN}" "${BUILD_VERSION}" "nightly" - after_failure: post_message "TRAVIS_MESSAGE" " Failed to trigger release artifact build during nightly release" "${NOTIF_CHANNEL}" - - - name: Trigger Docker image build and publish - script: .travis/trigger_docker_build.sh "${GITHUB_TOKEN}" "nightly" - after_failure: post_message "TRAVIS_MESSAGE" " Failed to trigger docker build during nightly release" "${NOTIF_CHANNEL}" - - - name: Trigger DEB and RPM package build - script: - - git checkout "${TRAVIS_BRANCH}" && export BUILD_VERSION="$(cat packaging/version | sed 's/^v//')" - - .travis/trigger_package_build.sh "${GITHUB_TOKEN}" "${BUILD_VERSION}" "nightly" - after_failure: post_message "TRAVIS_MESSAGE" " Failed to trigger deb and rpm package build during nightly release" "${NOTIF_CHANNEL}" -- cgit v1.2.3