We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e801cd commit 3e87796Copy full SHA for 3e87796
.github/workflows/e2e-base.yml
@@ -43,15 +43,16 @@ jobs:
43
HELPERS_PATH=${{github.workspace}}/loadtest/tests
44
export PYTHONPATH=$HELPERS_PATH:$PYTHONPATH
45
$CONDA_ENV_PATH/python tests/setup_project.py
46
- cat $FIXTURES_PATH
47
-
+
48
- name: Runs only e2e tests suite
49
env:
50
MARKER: python_quick_e2e
51
FIXTURES_PATH: /tmp/fixtures.json
52
USE_LOADTEST_PROJECT_FIXTURE: true
+ HOPSWORKS_DOMAIN: hopsworks.glassfish.service.consul
53
+ HOPSWORKS_PORT: 8182
54
run: |
55
+ export REST_ENDPOINT=https://$HOPSWORKS_DOMAIN:$HOPSWORKS_PORT/hopsworks-api/api
56
57
58
cd ${{github.workspace}}/loadtest/tests
0 commit comments