File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 with :
2525 repository : epics-containers/example-services
2626 path : example-services
27- ref : ' 2025.8.1 '
27+ ref : ' 2025.8.2 '
2828
2929 - name : Compose devices
3030 uses : hoverkraft-tech/compose-action@40041ff1b97dbf152cd2361138c2b03fa29139df # v2.3.0
4545
4646 - name : Start Blueapi Server
4747 env :
48- EPICS_CA_NAME_SERVERS : 127.0.0.1:5094
49- EPICS_PVA_NAME_SERVERS : 127.0.0.1:5095
50- EPICS_CA_ADDR_LIST : 127.0.0.1:5094
48+ EPICS_CA_NAME_SERVERS : 127.0.0.1:9064
49+ EPICS_PVA_NAME_SERVERS : 127.0.0.1:9075
5150 run : blueapi -c ${{ github.workspace }}/tests/system_tests/config.yaml serve &
5251
5352 - name : Run tests
Original file line number Diff line number Diff line change 7171# $ docker compose up --detach
7272#
7373# Start blueapi server configured to talk via the ca-gateway
74- # $ EPICS_CA_NAME_SERVERS=127.0.0.1:5094 EPICS_PVA_NAME_SERVERS=127.0.0.1:5095 \
75- # EPICS_CA_ADDR_LIST=127.0.0.1:5094 blueapi -c config.yaml serve
74+ # $ EPICS_CA_NAME_SERVERS=127.0.0.1:9064 EPICS_PVA_NAME_SERVERS=127.0.0.1:9075 \
75+ # blueapi -c config.yaml serve
7676#
7777# Run the system tests using tox:
7878# $ tox -e system-test
You can’t perform that action at this time.
0 commit comments