Skip to content

Commit

Permalink
Don't skip pfbExportTest for pelican, tube, cdis-manifest (#1030)
Browse files Browse the repository at this point in the history
  • Loading branch information
haraprasadj authored Feb 12, 2024
1 parent 1a39718 commit a3b69d3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,10 @@ elif ! (g3kubectl get pods --no-headers -l app=hatchery | grep hatchery) > /dev/
donot '@exportToWorkspacePortalHatchery'
fi

if [[ "$service" != "pelican" || "$service" != "tube" || "$service" != "cdis-manifest" ]]; then
if [[ "$service" == "pelican" || "$service" == "tube" || "$service" == "cdis-manifest" ]]; then
echo "Running pfbExportTest since repo is $service"
else
echo "Skipping pfbExportTest since repo is $service"
donot '@pfbExport'
fi

Expand Down

0 comments on commit a3b69d3

Please sign in to comment.