summaryrefslogtreecommitdiffstats
path: root/jjb/ci_gate_security/anteater-report-to-gerrit.sh
blob: a749d1db494a671c507144bd070fb46c56b08a9f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#!/bin/bash
# SPDX-license-identifier: Apache-2.0
set -o pipefail
export PATH=$PATH:/usr/local/bin/
EXITSTATUS=0

# This Log should always exist
if [[ -e securityaudit.log ]] ; then
    echo -e "\nposting security audit report to gerrit...\n"

    #check if log has errors
    if grep ERROR securityaudit.log; then
        EXITSTATUS=1
    fi

    awk -F"ERROR - " '{print $2}' securityaudit.log | sed -e "s/\"/\\\\\"/g;s/\'/\\\\/g"> shortlog

    ssh -p 29418 gerrit.opnfv.org \
        "gerrit review -p $GERRIT_PROJECT \
        -m \"$(cat shortlog)\" \
        $GERRIT_PATCHSET_REVISION \
        --notify NONE"

    exit $EXITSTATUS
fi
description: >- All in one tasks for checking basic functionality of Kubernetes cluster. dependencies: - DEPLOY_SCENARIO: "k8-*" run: name: xrally_kubernetes args: times: 10 concurrency: 4 namespaces_count: 3 - case_name: netperf project_name: functest criteria: 100 blocking: false description: >- A standardized benchmark to measure Kubernetes networking performance on multiple host platforms and network stacks. dependencies: - DEPLOY_SCENARIO: "k8-*" run: name: netperf