Skip to content

Commit 93204ba

Browse files
committed
Check whether loadbalancerips can be resolved if using calico bgp
1 parent d0a5932 commit 93204ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/e2e-base.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ jobs:
5252
HOPSWORKS_DOMAIN: hopsworks.glassfish.service.consul
5353
HOPSWORKS_PORT: 8182
5454
run: |
55-
export REST_ENDPOINT=https://$HOPSWORKS_DOMAIN:$HOPSWORKS_PORT
56-
echo "REST_ENDPOINT=$REST_ENDPOINT"
55+
# export REST_ENDPOINT=https://$HOPSWORKS_DOMAIN:$HOPSWORKS_PORT
56+
# echo "REST_ENDPOINT=$REST_ENDPOINT"
5757
HELPERS_PATH=${{github.workspace}}/loadtest/tests
5858
export PYTHONPATH=$HELPERS_PATH:$PYTHONPATH
5959
cd ${{github.workspace}}/loadtest/tests

0 commit comments

Comments
 (0)