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
test: build diracx containers from source in integration tests
Replace --diracx-dist-dir with --diracx-src-dir which uses
docker-compose build instead of injecting wheels via the entrypoint.
Also fix stale /opt/conda and micromamba references from the old
container images.
Copy file name to clipboardExpand all lines: docs/source/DeveloperGuide/CodeTesting/index.rst
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -360,13 +360,11 @@ To deactivate a service from being used with DiracX, you can add it in `integrat
360
360
"WorkloadManagement/JobMonitoring",
361
361
]
362
362
363
-
By setting `TEST_DIRACX=Yes` only, it will take the last version of DiracX by default. If you want to provide your own, you have to build your DiracX project, and provide the `dist` folder path when calling `prepare-client`. This path has to be absolute.
363
+
By setting `TEST_DIRACX=Yes` only, it will take the last version of DiracX by default. If you want to test against a local DiracX checkout, provide the source directory path when calling `prepare-environment`. This will build the DiracX container images from source and build wheels for the DIRAC containers.
0 commit comments