summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVratko Polak <vrpolak@cisco.com>2020-01-28 16:20:39 +0100
committerVratko Polak <vrpolak@cisco.com>2020-01-28 16:20:39 +0100
commit1e9d2e1cccbd85b358f8385744666185ed987df1 (patch)
tree5ac6cb1244330a4c4562732725362439c3fda892
parenta3bacd7d0dc542009ff7df66a74d572e648b85d0 (diff)
TRex: Remove unneeded jobs
Change-Id: If6886cbe1bda13cbe3496150b7cb3df4194b1e31 Signed-off-by: Vratko Polak <vrpolak@cisco.com>
-rw-r--r--jjb/trex/include-raw-trex-build.sh26
-rw-r--r--jjb/trex/trex.yaml104
2 files changed, 4 insertions, 126 deletions
diff --git a/jjb/trex/include-raw-trex-build.sh b/jjb/trex/include-raw-trex-build.sh
deleted file mode 100644
index 4fe22b556..000000000
--- a/jjb/trex/include-raw-trex-build.sh
+++ /dev/null
@@ -1,26 +0,0 @@
-#!/bin/bash -ex
-
-# building core
-
-cd linux_dpdk
-./b configure
-./b build
-cd -
-
-cd linux
-./b configure
-./b build
-cd -
-
-# building docs
-# Commented out to trex-docs is integrated into trex repo
-
-#cd trex-doc
-#./b configure
-#./b build
-#cd -
-
-echo "*******************************************************************"
-echo "* TREX BUILD SUCCESSFULLY COMPLETED"
-echo "*******************************************************************"
-
diff --git a/jjb/trex/trex.yaml b/jjb/trex/trex.yaml
index 0d8cea906..a72634c64 100644
--- a/jjb/trex/trex.yaml
+++ b/jjb/trex/trex.yaml
@@ -1,19 +1,9 @@
----
-- project:
- name: trex
- jobs:
- - 'trex-verify-{stream}-{os}'
- - 'trex-merge-{stream}-{os}'
- project: 'trex'
- os:
- - ubuntu1404
- - ubuntu1604
- - centos7
+---
+# TRex project has moved to github long time ago.
+# https://github.com/cisco-system-traffic-generator/trex-core/blob/master/CONTRIBUTING.md
- stream:
- - master:
- branch: 'master'
+# TODO: Do we even need the INFO.yaml job if fd.io git is outdated?
- project:
name: trex-view
@@ -21,92 +11,6 @@
- project-view
project-name: trex
-- job-template:
- name: 'trex-verify-{stream}-{os}'
-
- project-type: freestyle
- node: '{os}-builder-4c-4g'
- concurrent: true
-
- build-discarder:
- daysToKeep: '{build-days-to-keep}'
- numToKeep: '{build-num-to-keep}'
- artifactDaysToKeep: '{build-artifact-days-to-keep}'
- artifactNumToKeep: '{build-artifact-num-to-keep}'
-
- parameters:
- - project-parameter:
- project: '{project}'
- - gerrit-parameter:
- branch: '{branch}'
- - os-parameter:
- os: '{os}'
-
- scm:
- - gerrit-trigger-scm:
- credentials-id: 'jenkins-gerrit-credentials'
- refspec: '$GERRIT_REFSPEC'
- choosing-strategy: 'gerrit'
-
- wrappers:
- - fdio-infra-wrappers:
- build-timeout: '{build-timeout}'
-
- triggers:
- - gerrit-trigger-patch-submitted:
- name: '{project}'
- branch: '{branch}'
-
- builders:
- - shell:
- !include-raw-escape: include-raw-trex-build.sh
-
- publishers:
- - lf-infra-publish
-
-- job-template:
- name: 'trex-merge-{stream}-{os}'
-
- project-type: freestyle
- node: '{os}-builder-4c-4g'
- concurrent: true
-
- build-discarder:
- daysToKeep: '{build-days-to-keep}'
- numToKeep: '{build-num-to-keep}'
- artifactDaysToKeep: '{build-artifact-days-to-keep}'
- artifactNumToKeep: '{build-artifact-num-to-keep}'
-
- parameters:
- - project-parameter:
- project: '{project}'
- - gerrit-parameter:
- branch: '{branch}'
- - os-parameter:
- os: '{os}'
-
- scm:
- - gerrit-trigger-scm:
- credentials-id: 'jenkins-gerrit-credentials'
- refspec: '$GERRIT_REFSPEC'
- choosing-strategy: 'gerrit'
-
- wrappers:
- - fdio-infra-wrappers:
- build-timeout: '{build-timeout}'
-
- triggers:
- - gerrit-trigger-patch-merged:
- name: '{project}'
- branch: '{branch}'
-
- builders:
- - shell:
- !include-raw-escape: include-raw-trex-build.sh
-
- publishers:
- - lf-infra-publish
-
- project:
name: trex-info
project-name: trex