Merge "[Functest] Support functest-suite with Alpine containers"
authorMorgan Richomme <morgan.richomme@orange.com>
Fri, 22 Sep 2017 13:28:29 +0000 (13:28 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Fri, 22 Sep 2017 13:28:29 +0000 (13:28 +0000)
jjb/ci_gate_security/anteater-security-audit.sh
jjb/ci_gate_security/opnfv-ci-gate-security.yml
jjb/kvmfornfv/kvmfornfv.yml
utils/test/reporting/docker/nginx.conf

index 35f9354..8a170b0 100644 (file)
@@ -2,6 +2,8 @@
 cd $WORKSPACE
 REPORTDIR='.reports'
 mkdir -p $REPORTDIR
+# Ensure any user can read the reports directory
+chmod 777 $REPORTDIR
 echo "Generating patchset file to list changed files"
 git diff HEAD^1 --name-only | sed "s#^#/home/opnfv/anteater/$PROJECT/#" > $WORKSPACE/patchset
 echo "Changed files are"
index 3317953..e09339a 100644 (file)
@@ -50,7 +50,7 @@
     parameters:
       - label:
           name: SLAVE_LABEL
-          default: 'ericsson-build3'
+          default: 'opnfv-build'
           description: 'Slave label on Jenkins'
       - project-parameter:
           project: $GERRIT_PROJECT
index ad497e9..2055da9 100644 (file)
@@ -8,19 +8,19 @@
       - master:
           branch: '{stream}'
           gs-pathname: ''
-          disabled: false
       - euphrates:
           branch: 'stable/{stream}'
           gs-pathname: '/{stream}'
-          disabled: true
     #####################################
     # patch verification phases
     #####################################
     phase:
       - 'build':
           slave-label: 'opnfv-build-ubuntu'
+          disabled: false
       - 'test':
           slave-label: 'intel-pod10'
+          disabled: true
     #####################################
     # patch verification phases
     #####################################
index 95baf0e..66bd7e4 100644 (file)
@@ -15,7 +15,7 @@ server {
     }
 
     location /api/ {
-        http_pass http://backends/;
+        proxy_pass http://backends/;
     }
 
     location /display/ {