Remove References to Securedlab 15/55015/2
authorTrevor Bramwell <tbramwell@linuxfoundation.org>
Thu, 5 Apr 2018 20:01:24 +0000 (13:01 -0700)
committerAlexandru Avadanii <Alexandru.Avadanii@enea.com>
Sun, 23 Sep 2018 21:15:11 +0000 (23:15 +0200)
PDF/IDFs have been moved out of securedlab to the Pharos repo. Any
references to pulling the files from securedlab have been changed to
look in pharos.

Change-Id: I04608da51afdbe9ec55e3dd23c501c99946b58bb
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
jjb/daisy4nfv/daisy-deploy.sh
jjb/securedlab/check-jinja2.yaml [deleted file]

index ea57ab1..950b9be 100755 (executable)
@@ -17,7 +17,7 @@ if [[ ! "$NODE_NAME" =~ "-virtual" ]] && [[ ! "$LAB_NAME" =~ (zte) ]]; then
     exit $deploy_ret
 fi
 
-# clone the securedlab repo
+# clone the securedlab/pharos repo
 cd $WORKSPACE
 
 # There are no PDFs in euphrates branch of pharos repo.
diff --git a/jjb/securedlab/check-jinja2.yaml b/jjb/securedlab/check-jinja2.yaml
deleted file mode 100644 (file)
index f7a7941..0000000
+++ /dev/null
@@ -1,85 +0,0 @@
----
-########################
-# Job configuration to validate jinja2 files
-########################
-- project:
-
-    name: validate-templates
-
-    project: 'securedlab'
-
-    jobs:
-      - 'validate-jinja2-templates-{stream}'
-
-    stream:
-      - master:
-          branch: '{stream}'
-          disabled: false
-      - fraser:
-          branch: 'stable/{stream}'
-          disabled: false
-
-########################
-# job templates
-########################
-
-- job-template:
-    name: 'validate-jinja2-templates-{stream}'
-
-    disabled: '{obj:disabled}'
-
-    concurrent: true
-
-    parameters:
-      - project-parameter:
-          project: $GERRIT_PROJECT
-          branch: '{branch}'
-      - node:
-          name: SLAVE_NAME
-          description: Slave to execute jnija template test
-          default-slaves:
-            - lf-build1
-          allowed-multiselect: true
-          ignore-offline-nodes: true
-
-    scm:
-      - git-scm-gerrit
-
-    triggers:
-      - gerrit:
-          server-name: 'gerrit.opnfv.org'
-          trigger-on:
-            - patchset-created-event:
-                exclude-drafts: 'false'
-                exclude-trivial-rebase: 'false'
-                exclude-no-code-change: 'false'
-            - draft-published-event
-            - comment-added-contains-event:
-                comment-contains-value: 'recheck'
-            - comment-added-contains-event:
-                comment-contains-value: 'reverify'
-          projects:
-            - project-compare-type: 'REG_EXP'
-              project-pattern: '{project}'
-              branches:
-                - branch-compare-type: 'ANT'
-                  branch-pattern: '**/{branch}'
-              file-paths:
-                - compare-type: ANT
-                  pattern: '**/*.yaml'
-                - compare-type: ANT
-                  pattern: 'check-jinja2.sh'
-          skip-vote:
-            successful: true
-            failed: true
-            unstable: true
-            notbuilt: true
-
-    builders:
-      - check-jinja
-
-- builder:
-    name: check-jinja
-    builders:
-      - shell: |
-          $WORKSPACE/check-jinja2.sh