Skip to content

Commit

Permalink
Fixed make test-gsi-integrations-tests failing
Browse files Browse the repository at this point in the history
on GSI CI

Fixed the make test-gsi-integrations-tests failing
on GSI CI. The CI was failing to get the remote links
and removing the links seems to be working on the CI.

Change-Id: If065254b9bd06bdf560e7d5b0f22c0b30d755cab
Reviewed-on: https://review.couchbase.org/c/testrunner/+/181242
Tested-by: Balakumaran G <balakumaran.gopal@couchbase.com>
Reviewed-by: Balakumaran G <balakumaran.gopal@couchbase.com>
Reviewed-by: Hemant Kumar Rajput <Hemant.rajput@couchbase.com>
  • Loading branch information
bharath-gp committed Oct 13, 2022
1 parent c1ce4fb commit a8c0796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ test-viewmerge-viewci:

# required before merging gsi code
test-gsi-integrations-tests:
git submodule init; git submodule update --init --force --remote
git submodule init; git submodule update --init --force
echo "Running gsi integration tests with 4 node cluster"
scripts/start_cluster_and_run_tests.sh b/resources/dev-4-nodes-xdcr_n1ql_gsi.ini conf/simple_gsi_n1ql.conf 1 1 $(PARAMS)

Expand Down

0 comments on commit a8c0796

Please sign in to comment.