Skip to content

Commit

Permalink
Revert "Debug permission denied"
Browse files Browse the repository at this point in the history
Change-Id: Ie4806b294b96f18dd312516a81de22cd188913c5
Signed-off-by: Cédric Ollivier <[email protected]>
  • Loading branch information
collivier committed Dec 1, 2023
1 parent a4a755e commit e3203a0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions jjb/functest/functest-kubernetes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -412,9 +412,6 @@
fi
mkdir -p $WORKSPACE/results
chown {uid}:{gid} $WORKSPACE/results
echo 1 $WORKSPACE/results && ls -l $WORKSPACE
echo 2 $WORKSPACE/../$JOB_NAME/results && ls -l $WORKSPACE/../$JOB_NAME
ls -l /home/ /home/jenkins /home/jenkins/agent/ /home/jenkins/agent/workspace /home/jenkins/agent/workspace/functest-kubernetes-opnfv-functest-kubernetes-healthcheck-v1.28-k8s_quick-run/
docker run --rm \
--privileged={privileged} \
--network={network} \
Expand All @@ -430,7 +427,7 @@
-e NODE_NAME=$node \
-e BUILD_TAG=$BUILD_TAG \
-v $WORKSPACE/../$JOB_NAME/results:/var/lib/xtesting/results \
$image ls -l /home/ /home/opnfv/ /home/opnfv/functest/ /home/opnfv/functest/results
$image run_tests -t {test} -p -r
- builder:
name: functest-kubernetes-remove-images
Expand Down

0 comments on commit e3203a0

Please sign in to comment.