Skip to content

Commit

Permalink
Don't need MAKE_JOBS for falco-tester.
Browse files Browse the repository at this point in the history
  • Loading branch information
mstemm committed Apr 26, 2019
1 parent 3d54424 commit 3914f51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/jenkins/build-pipeline/run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ set -xeuo pipefail
export FALCO_VERSION=0.1.$((2700+BUILD_NUMBER))dev

docker pull falcosecurity/falco-tester
docker run -v /boot:/boot:ro -v /var/run/docker.sock:/var/run/docker.sock -v /etc/passwd:/etc/passwd:ro -e FALCO_VERSION=${FALCO_VERSION} -e MAKE_JOBS=4 -v ${WORKSPACE}:/source -v ${WORKSPACE}/build:/build falcosecurity/falco-tester
docker run -v /boot:/boot:ro -v /var/run/docker.sock:/var/run/docker.sock -v /etc/passwd:/etc/passwd:ro -e FALCO_VERSION=${FALCO_VERSION} -v ${WORKSPACE}:/source -v ${WORKSPACE}/build:/build falcosecurity/falco-tester

exit 0

0 comments on commit 3914f51

Please sign in to comment.