File tree Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Original file line number Diff line number Diff line change 42
42
- TEST_NAME : " Backward Compatibility"
43
43
ARGS : CLIENT_INSTALLATION_BRANCH=rel-v8r0 PILOT_INSTALLATION_BRANCH=rel-v8r0
44
44
- TEST_NAME : " TestDIRACX"
45
- ARGS : TEST_DIRACX=Yes
45
+ ARGS : TEST_DIRACX=Yes DIRACX_REPO=${DIRACX_REPO} DIRACX_BRANCH=${DIRACX_BRANCH}
46
46
47
47
steps :
48
48
- uses : actions/checkout@v4
62
62
pyyaml \
63
63
requests \
64
64
typer
65
- - name : Set DIRACX args
66
- if : ${{ contains(matrix.ARGS, 'TEST_DIRACX=Yes') }}
67
- run : |
68
- if [ "${DIRACX_REPO}" != "default" ]; then
69
- echo "DIRACX_REPO=${DIRACX_REPO}" >> $GITHUB_ENV
70
- echo "DIRACX_BRANCH=${DIRACX_BRANCH}" >> $GITHUB_ENV
71
- else
72
- echo "DIRACX_ARGS=" >> $GITHUB_ENV
73
- fi
74
-
75
65
- name : Prepare environment
76
66
run : |
77
- ./integration_tests.py prepare-environment ${{ matrix.ARGS }} ${DIRACX_ARGS}
67
+ ./integration_tests.py prepare-environment ${{ matrix.ARGS }}
78
68
- name : Install server
79
69
run : ./integration_tests.py install-server
80
70
- name : Install client
You can’t perform that action at this time.
0 commit comments