Conversation
for more information, see https://pre-commit.ci
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #1292 +/- ##
===========================================
+ Coverage 87.07% 87.13% +0.05%
===========================================
Files 96 97 +1
Lines 3389 3420 +31
Branches 399 406 +7
===========================================
+ Hits 2951 2980 +29
- Misses 367 368 +1
- Partials 71 72 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
When I deploy this I get: |
|
I did update the deployment template to apply resource limit and request settings as we've done to all other pods |
|
Can you provide suggestions on how to test this? |
| enabled: true | ||
| image: sslhep/servicex-did-finder-atlasopenmagic | ||
| pullPolicy: Always | ||
| tag: develop |
There was a problem hiding this comment.
This tag does not currently exist: https://hub.docker.com/r/sslhep/servicex-did-finder-atlasopenmagic/tags
There was a problem hiding this comment.
It will once PR is accepted
| uses: actions/setup-python@v6.2.0 | ||
| with: | ||
| python-version: ${{ matrix.python-version }} | ||
| python-version: | |
There was a problem hiding this comment.
Why are we removing the template arguments here?
There was a problem hiding this comment.
So I would like this DID finder to use Python 3.14; poetry will complain if it can't set up the appropriate release, so we need both Python 3.14 and 3.10 in the test environment (3.10 for the other servicex containers). Since we pin to specific Python versions by poetry, there is no value in iterating over a matrix of python versions; rather we just need to make all relevant python versions available at once.
I also get this error when setting the image tag to |
|
@BenGalewsky @MattShirley logging issues should be fixed by latest push |
Fixes #1306
Adds an
atlasopenmagicDID finder to the backend (will need a frontend update for proper support in the client). Gives the list of URLs reported by theatlasopenmagicpackage for a givenrelease/dataset[/skim]combination.