From a85e2254f4e6871d54b46d8f76aa0830c1232b41 Mon Sep 17 00:00:00 2001 From: Peter Mikus Date: Fri, 19 Aug 2022 05:47:11 +0000 Subject: feat(csit): Remove trending job Signed-off-by: Peter Mikus Change-Id: I2221332998db98ccf84b0e16e6b28c6582961f7c --- jjb/csit/csit.yaml | 51 --------------------------------------------------- 1 file changed, 51 deletions(-) diff --git a/jjb/csit/csit.yaml b/jjb/csit/csit.yaml index 8eba7450c..c75e4819b 100644 --- a/jjb/csit/csit.yaml +++ b/jjb/csit/csit.yaml @@ -19,7 +19,6 @@ jobs: - 'csit-docs-merge-{stream}-{os}-{executor-arch}' - 'csit-report-merge-{stream}-{os}-{executor-arch}' - - 'csit-trending-merge-daily-master-{os}-{executor-arch}' project: 'csit' branch: 'master' @@ -163,56 +162,6 @@ - fdio-infra-publish-docs - fdio-infra-publish -- job-template: - name: 'csit-trending-merge-daily-master-{os}-{executor-arch}' - - project-type: freestyle - node: 'builder-{os}-prod-{executor-arch}' - concurrent: false - - properties: - - lf-infra-properties: - build-days-to-keep: "{build-days-to-keep}" - - parameters: - - project-parameter: - project: '{project}' - - gerrit-parameter: - branch: '{branch}' - - scm: - - gerrit-trigger-scm: - credentials-id: 'jenkins-gerrit-credentials' - refspec: '' - choosing-strategy: 'default' - - wrappers: - - fdio-infra-wrappers-non-activity-timeout: - build-timeout: '{build-timeout}' - - triggers: - - timed: '0 14 * * *' - - builders: - - shell: - !include-raw-escape: - - ../scripts/setup_executor_env.sh - - shell: - !include-raw-escape: - - ../scripts/csit/trending.sh - - publishers: - - csit-trending-failed: - branch: 'master' - - csit-trending-failed-job: - branch: 'master' - - csit-trending-progressions: - branch: 'master' - - csit-trending-regressions: - branch: 'master' - - fdio-infra-publish-docs - - fdio-infra-publish - - project: name: csit-info project-name: csit -- cgit 1.2.3-korg