Skip to content

Commit

Permalink
feat: Cluster-scoped Rollouts support
Browse files Browse the repository at this point in the history
Signed-off-by: Jayendra Parsai <jparsai@jparsai-thinkpadp1gen4i.remote.csb>
  • Loading branch information
Jayendra Parsai committed Mar 27, 2024
1 parent 1baf43e commit ff15941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/run-rollouts-manager-e2e-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ if [ "$NAMESPACE_SCOPED_ARGO_ROLLOUTS" == "true" ]; then

else

go test -v -p=1 -timeout=30m -race -count=1 -coverprofile=coverage.out ./tests/e2e/cluster-scoped
go test -v -p=1 -timeout=30m -race -count=1 -coverprofile=coverage.out ./tests/e2e/cluster-scoped

fi

Expand Down

0 comments on commit ff15941

Please sign in to comment.