Skip to content

Commit 3e87796

Browse files
committed
Set rest endpoint to connect to services via cluster dns
1 parent 3e801cd commit 3e87796

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/e2e-base.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,16 @@ jobs:
4343
HELPERS_PATH=${{github.workspace}}/loadtest/tests
4444
export PYTHONPATH=$HELPERS_PATH:$PYTHONPATH
4545
$CONDA_ENV_PATH/python tests/setup_project.py
46-
cat $FIXTURES_PATH
47-
46+
4847
- name: Runs only e2e tests suite
4948
env:
5049
MARKER: python_quick_e2e
5150
FIXTURES_PATH: /tmp/fixtures.json
5251
USE_LOADTEST_PROJECT_FIXTURE: true
52+
HOPSWORKS_DOMAIN: hopsworks.glassfish.service.consul
53+
HOPSWORKS_PORT: 8182
5354
run: |
54-
cat $FIXTURES_PATH
55+
export REST_ENDPOINT=https://$HOPSWORKS_DOMAIN:$HOPSWORKS_PORT/hopsworks-api/api
5556
HELPERS_PATH=${{github.workspace}}/loadtest/tests
5657
export PYTHONPATH=$HELPERS_PATH:$PYTHONPATH
5758
cd ${{github.workspace}}/loadtest/tests

0 commit comments

Comments
 (0)