Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Test kubernetes in CI #3482
base: master
Are you sure you want to change the base?
Test kubernetes in CI #3482
Changes from all commits
8e3d7cf
45269ed
7ceec7a
0cdece2
87d3454
954bad7
d3e3828
17a00dd
62e0e36
9086e19
26869e6
16c0a49
b03615a
e122d19
ee14f6e
120cf78
5c55fe6
b56dfd9
dd0f66c
f8f5a27
f4a7300
ffdb021
21711e9
fb1733e
73b3e1d
31bc958
8b39024
4538763
5f43aeb
299de99
68e3a5d
fe3c55e
064b833
9c6a04e
ba5f047
69fbf03
75b7c02
780fbb0
2324744
b75a3ae
2c18d6c
c201ec1
9f6b037
5ec7cdb
c3f6d45
edf870f
811b8e5
7347f64
cd7229f
08f8ce9
5967f01
4938dbf
98d7693
dfc94a8
47378f3
43af8ef
6a32f0f
d4fab6a
21dcae6
e1cce03
4d4b4ba
2e42e5c
3ba7e12
084d797
f34f2b8
60a8611
1f09e5c
83278c2
86ade32
0c4d541
08693ab
415f780
c78defa
54ea143
535289f
fd26ddd
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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 suggest we make the Python version configurable.
E.g.,
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 is a bit weird (something to do with how python is packaged in trixie?). Normally in debian it looks like there's a single OS-level
python3
available (which changes when there's a new code-named release) and it seems unusual that trixie happens to have two. certainly debian isn't traditionally set up to expect you to be able to choose a python version from the OS.there's a couple of things that could happen: i) always use the OS-level default
python3
or ii) use something like Conda to provide a much richer Python environment. Some dependencies like the ndcctools recommends being installed using conda anyway, and so maybe that's the way to go here. I don't think there's any particular reason to want to stick with the OS-level Python, as this is "an image where Parsl works" rather than "an image that looks like a particular debian version".