Skip to content

Commit

Permalink
Update docker test script to skip acceptance tests when running units
Browse files Browse the repository at this point in the history
Signed-off-by: Amelia Downs <amelia.downs@broadcom.com>
Signed-off-by: Geoff Franks <geoff.franks@broadcom.com>
  • Loading branch information
geofffranks authored and ameowlia committed Jul 9, 2024
1 parent b501fc2 commit 01df550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/docker/test.bash
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ pushd / > /dev/null
if [[ -n "${1:-}" ]]; then
test "src/code.cloudfoundry.org/${1}" "${2:-}"
else
internal_repos=$(yq -r '.internal_repos|.[].name' "/ci/$REPO_NAME/index.yml")
internal_repos=$(yq -r '.internal_repos[] | select(.acceptance != true) | .name' "/ci/$REPO_NAME/index.yml")
for component in $internal_repos; do
test "src/code.cloudfoundry.org/${component}"
done
Expand Down

0 comments on commit 01df550

Please sign in to comment.