summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Ball <eball@linuxfoundation.org>2022-10-18 17:39:24 +0000
committerGerrit Code Review <gerrit@fd.io>2022-10-18 17:39:24 +0000
commitff855631053003e4afd11451807a35016fa30359 (patch)
treec67470ec5098c8467226079bd1506cc1ec03080a
parent6d7bd795f0ddd70683feb4495ce143b1ef8073c1 (diff)
parent7d9c0de9c63cb9483b80f5deedb7920cffbedcb6 (diff)
Merge "Fix: Robot Framework logging"
-rw-r--r--jjb/hicn/hicn.yaml2
-rwxr-xr-xjjb/scripts/post_build_deploy_archives.sh4
2 files changed, 5 insertions, 1 deletions
diff --git a/jjb/hicn/hicn.yaml b/jjb/hicn/hicn.yaml
index 135ee6a0..ab41a8a3 100644
--- a/jjb/hicn/hicn.yaml
+++ b/jjb/hicn/hicn.yaml
@@ -318,7 +318,7 @@
name: "hicn-verify-functest-{stream}-{os}-{executor-arch}"
project-type: freestyle
- node: "centos7-docker-4c-4g"
+ node: "ubuntu2004-docker-4c-4g"
concurrent: true
properties:
diff --git a/jjb/scripts/post_build_deploy_archives.sh b/jjb/scripts/post_build_deploy_archives.sh
index 02a56f13..a332f21e 100755
--- a/jjb/scripts/post_build_deploy_archives.sh
+++ b/jjb/scripts/post_build_deploy_archives.sh
@@ -19,6 +19,10 @@ set +e # Do not affect the build result if some part of archiving fails.
WS_ARCHIVES_DIR="$WORKSPACE/archives"
BUILD_ENV_LOG="$WS_ARCHIVES_DIR/_build-enviroment-variables.log"
+if curl --output robot-plugin.zip "$BUILD_URL/robot/report/*zip*/robot-plugin.zip"; then
+ unzip -d ./archives robot-plugin.zip
+fi
+
# Generate gdb-command script to output vpp stack traceback from core files.
gdb_cmdfile="/tmp/gdb-commands"
cat >$gdb_cmdfile <<'__END__'