-
Notifications
You must be signed in to change notification settings - Fork 183
[9.1?] Add pilot logging #8280
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: integration
Are you sure you want to change the base?
[9.1?] Add pilot logging #8280
Conversation
| CLIENT_UPLOAD_LFN: LFN:/vo/test_lfn.txt | ||
| CLIENT_UPLOAD_FILE: test_lfn.txt | ||
| PILOT_INSTALLATION_COMMAND: dirac-pilot.py --modules /home/dirac/LocalRepo/ALTERNATIVE_MODULES/DIRAC -M 2 -N jenkins.cern.ch -Q jenkins-queue_not_important -n DIRAC.Jenkins.ch --pilotUUID=whatever12345 --CVMFS_locations=/home/dirac/ -o diracInstallOnly --wnVO=vo --debug | ||
| PILOT_INSTALLATION_COMMAND: dirac-pilot.py --modules /home/dirac/LocalRepo/ALTERNATIVE_MODULES/DIRAC -M 2 -N jenkins.cern.ch -Q jenkins-queue_not_important -n DIRAC.Jenkins.ch --pilotUUID=whatever12345 --CVMFS_locations=/home/dirac/ -o diracInstallOnly --wnVO=vo --debug --diracx_URL=http://diracx:8000 --clientID=072afab5-ed92-46e0-a61d-4ecbc96e0770 -z |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be added in the equivalent file in LHCbDIRAC
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will need to be done in 2 PRs: add legacy adaptor tests in LHCBDirac, then modify this
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- https://gitlab.cern.ch/lhcb-dirac/LHCbDIRAC/-/merge_requests/1803 (needs credentials)
| if pilotReference: | ||
| return self.pilotManager.getPilotOutput(pilotReference) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If we remove it from here then we should probably remove it from anywhere else.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TODO: #8233
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
Maybe this PR can be for 9.0 |
0db9852 to
31734fd
Compare
31734fd to
635f226
Compare

BEGINRELEASENOTES
Please follow the template:
*Integration Tests
NEW: Add pilot logs into the integration tests
ENDRELEASENOTES