Skip to content

Commit 9b0a994

Browse files
committed
test with external cluster domain name
1 parent 93204ba commit 9b0a994

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/e2e-base.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ jobs:
3535
3636
- name: Setup project
3737
env:
38-
HOPSWORKS_DOMAIN: hopsworks.glassfish.service.consul
39-
HOPSWORKS_PORT: 8182
38+
HOPSWORKS_DOMAIN: stagingv4.devnet.hops.works
39+
HOPSWORKS_PORT: 443
4040
FIXTURES_PATH: /tmp/fixtures.json
4141
run: |
4242
cd ${{github.workspace}}/loadtest
@@ -49,8 +49,8 @@ jobs:
4949
MARKER: python_quick_e2e
5050
FIXTURES_PATH: /tmp/fixtures.json
5151
USE_LOADTEST_PROJECT_FIXTURE: true
52-
HOPSWORKS_DOMAIN: hopsworks.glassfish.service.consul
53-
HOPSWORKS_PORT: 8182
52+
HOPSWORKS_DOMAIN: stagingv4.devnet.hops.works
53+
HOPSWORKS_PORT: 443
5454
run: |
5555
# export REST_ENDPOINT=https://$HOPSWORKS_DOMAIN:$HOPSWORKS_PORT
5656
# echo "REST_ENDPOINT=$REST_ENDPOINT"

0 commit comments

Comments
 (0)