-
Notifications
You must be signed in to change notification settings - Fork 20
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
Add /auth/legacy-exchange #112
Conversation
bb66eb9
to
45347e0
Compare
45347e0
to
102a6ed
Compare
Looks like it breaks in the way we expected at least 🤞
|
a9d50e9
to
afbd9a6
Compare
.github/workflows/integration.yml
Outdated
- name: diracx logs | ||
if: ${{ failure() }} | ||
run: docker logs diracx | ||
- name: DIRAC logs | ||
if: ${{ failure() }} | ||
run: cd /tmp/DIRACRepo && ./integration_tests.py logs --no-follow --lines 1000 |
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 makes things much nicer for debugging: https://github.com/DIRACGrid/diracx/actions/runs/6328508346/job/17186827358
6340c92
to
eacb66d
Compare
.github/workflows/integration.yml
Outdated
@@ -30,7 +30,7 @@ jobs: | |||
- name: Prepare environment | |||
run: | | |||
pip install typer pyyaml gitpython packaging | |||
git clone https://github.com/DIRACGrid/DIRAC.git -b "${{ matrix.dirac-branch }}" /tmp/DIRACRepo | |||
git clone https://github.com/chaen/DIRAC.git -b "diracx_sandbox" /tmp/DIRACRepo |
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.
@chaen This is also ready for review modulo this change which will be reverted before merging
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.
👍 I've added just the 2 minor fixes we needed (location for write_credentials and DiracClient taking a Pref object)
98382ae
to
ccdd772
Compare
ccdd772
to
263e0c7
Compare
Needs DIRACGrid/DIRAC#7222