set expected_capabilities=40 when running GHA

This commit is contained in:
sha7khan 2021-12-05 08:58:02 +05:30 committed by GitHub
parent ae3c77d578
commit b5840de352
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,7 +41,7 @@ test_privileged_nomad_job() {
# depending on the execution environment.
expected_capabilities="37"
if [[ "$GITHUB_ACTIONS" == "true" ]]; then
expected_capabilities="39"
expected_capabilities="40"
fi
actual_capabilities=$(nomad alloc exec -job privileged capsh --print|grep -i bounding|cut -d '=' -f 2|awk '{split($0,a,","); print a[length(a)]}')