You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
get the cluster based on the cloud computing ticket
go to daq-deployments and source the p38/.env file to get the env constants
get into the local k8s CLI with module load $CLUSTER
run .deploy.sh inside daq-deploy to execute the helm command
check if the blueapi url works /docs
make sure maybe ingress point is needed to get the url into DNS
but should work with ip addresss without dns
then make sure blueapi lists the plans from i22-bluesky (loaded in /dls_sw/p38/software/blueapi/scratch)
make sure that dodal is also checked out (at the right branch) in this location
then we have 1 blueapi which loads 2 dodal device and 3 plans
now you can run the new plan with POST /task endpoint. remember that first the plan needs to be visible in the listed plans and you need to call it with the right arguments.
let's just run from the swagger ui for now, let's set aside the GDA interface for later
the plan should test the cell to various pressures and it must return the MsgGenerator type to be listed as a runnable plan
stan-dot
changed the title
Small test plan for the pressure cell alone
Small test plan for the pressure cell in isolation
Jul 18, 2024
based on the draft for the whole plan ( #79 (comment)) , this would be just raising the pressure in the controlllers and then reading back with a different subpart of the cell
tests DiamondLightSource/dodal#658
The text was updated successfully, but these errors were encountered: