Skip to content

Commit ba67261

Browse files
committed
Use latest loadtest commit
1 parent 44e7869 commit ba67261

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.github/workflows/e2e-base.yml

+6-7
Original file line numberDiff line numberDiff line change
@@ -35,22 +35,21 @@ jobs:
3535
3636
- name: Setup project
3737
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
4141
run: |
42-
sleep 5
42+
sleep 10
4343
cd ${{github.workspace}}/loadtest
4444
HELPERS_PATH=${{github.workspace}}/loadtest/tests
4545
export PYTHONPATH=$HELPERS_PATH:$PYTHONPATH
46-
sleep 300
4746
$CONDA_ENV_PATH/python tests/setup_project.py
4847
cat $FIXTURES_PATH
4948
5049
- name: Runs only e2e tests suite
5150
env:
52-
MARKER: 'python_quick_e2e'
53-
FIXTURES_PATH: '/tmp/fixtures.json'
51+
MARKER: python_quick_e2e
52+
FIXTURES_PATH: /tmp/fixtures.json
5453
USE_LOADTEST_PROJECT_FIXTURE: true
5554
run: |
5655
cat $FIXTURES_PATH

0 commit comments

Comments
 (0)