Remove all compass jobs
[releng.git] / jjb / container4nfv / container4nfv-arm64.yaml
index 5e763ae..b72c095 100644 (file)
 ---
 
-- project:
-    name: 'container4nfv-arm64'
-    project: 'container4nfv'
-    installer: 'compass'
-    stream:
-      - master:
-          branch: master
-      - fraser:
-          branch: stable/fraser
-    scenario:
-      - 'k8-multus-nofeature-noha':
-          disabled: false
-      - 'k8-sriov-nofeature-noha':
-          disabled: false
-      - 'k8-vpp-nofeature-noha':
-          disabled: false
-    pod:
-      - virtual:
-          slave-label: arm-packet01
-      - baremetal:
-          slave-label: compass-baremetal-arm
-    jobs:
-      - 'container4nfv-arm-deploy-{pod}-daily-{stream}'
-      - 'container4nfv-{scenario}-{pod}-daily-{stream}'
-
-
-- job-template:
-    name: 'container4nfv-arm-deploy-{pod}-daily-{stream}'
-    disabled: false
-    node: '{slave-label}'
-
-    wrappers:
-      - timeout:
-          timeout: 210
-          fail: true
-
-    scm:
-      - git:
-          url: https://gerrit.opnfv.org/gerrit/compass4nfv
-          branches:
-            - '{branch}'
-          basedir: compass4nfv
-          wipe-workspace: true
-
-    triggers:
-      - 'trigger-deploy-{pod}-{stream}'
-
-    builders:
-      - shell:
-          !include-raw: arm64/compass-build.sh
-      - shell:
-          !include-raw: arm64/compass-deploy.sh
-      - trigger-builds:
-          - project: yardstick-arm64-compass-arm-virtual03-daily-master
-            current-parameters: false
-            same-node: true
-            block: true
-            block-thresholds:
-              build-step-failure-threshold: 'never'
-              failure-threshold: 'never'
-              unstable-threshold: 'Failure'
-          - project: container4nfv-k8-multus-nofeature-noha-{pod}-daily-{stream}
-            current-parameters: true
-            same-node: true
-            block: true
-            block-thresholds:
-              build-step-failure-threshold: 'never'
-              failure-threshold: 'never'
-              unstable-threshold: 'Failure'
-          - project: container4nfv-k8-sriov-nofeature-noha-{pod}-daily-{stream}
-            current-parameters: true
-            same-node: true
-            block: true
-            block-thresholds:
-              build-step-failure-threshold: 'never'
-              failure-threshold: 'never'
-              unstable-threshold: 'Failure'
-          - project: container4nfv-k8-vpp-nofeature-noha-{pod}-daily-{stream}
-            current-parameters: true
-            same-node: true
-            block: true
-            block-thresholds:
-              build-step-failure-threshold: 'never'
-              failure-threshold: 'never'
-              unstable-threshold: 'never'
-
-
 - job-template:
     name: 'container4nfv-{scenario}-{pod}-daily-{stream}'
     disabled: '{obj:disabled}'
+    node: '{slave-label}'
 
     scm:
       - git:
           url: https://gerrit.opnfv.org/gerrit/container4nfv
+          branches:
+            - master
           basedir: container4nfv
           wipe-workspace: true
 
     builders:
-      - shell:
-          !include-raw: arm64/deploy-cni.sh
+      - shell: !include-raw: arm64/deploy-cni.sh
 
 
 - trigger:
     triggers:
       - timed: '0 12 * * *'
 - trigger:
-    name: 'trigger-deploy-virtual-fraser'
+    name: 'trigger-deploy-virtual-hunter'
     triggers:
       - timed: '0 18 * * *'
 - trigger:
     triggers:
       - timed: '0 12 * * *'
 - trigger:
-    name: 'trigger-deploy-baremetal-fraser'
+    name: 'trigger-deploy-baremetal-hunter'
     triggers:
       - timed: '0 18 * * *'