File tree 1 file changed +6
-7
lines changed
1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -35,22 +35,21 @@ jobs:
35
35
36
36
- name : Setup project
37
37
env :
38
- HOPSWORKS_DOMAIN : ' hopsworks.glassfish.service.consul'
39
- HOPSWORKS_PORT : ' 8182'
40
- FIXTURES_PATH : ' /tmp/fixtures.json'
38
+ HOPSWORKS_DOMAIN : hopsworks.glassfish.service.consul
39
+ HOPSWORKS_PORT : 8182
40
+ FIXTURES_PATH : /tmp/fixtures.json
41
41
run : |
42
- sleep 5
42
+ sleep 10
43
43
cd ${{github.workspace}}/loadtest
44
44
HELPERS_PATH=${{github.workspace}}/loadtest/tests
45
45
export PYTHONPATH=$HELPERS_PATH:$PYTHONPATH
46
- sleep 300
47
46
$CONDA_ENV_PATH/python tests/setup_project.py
48
47
cat $FIXTURES_PATH
49
48
50
49
- name : Runs only e2e tests suite
51
50
env :
52
- MARKER : ' python_quick_e2e'
53
- FIXTURES_PATH : ' /tmp/fixtures.json'
51
+ MARKER : python_quick_e2e
52
+ FIXTURES_PATH : /tmp/fixtures.json
54
53
USE_LOADTEST_PROJECT_FIXTURE : true
55
54
run : |
56
55
cat $FIXTURES_PATH
You can’t perform that action at this time.
0 commit comments