Compare commits

...

2 commits

Author SHA1 Message Date
Jeremy Cline
18dec91847
Temporarily avoid updating to azure-mgmt-compute 38
Some checks failed
/ test (push) Failing after 34s
It's got a massive list of breaking changes and at least one of them
impact us.

Signed-off-by: Jeremy Cline <jeremycline@microsoft.com>
2026-06-10 11:15:47 -04:00
Jeremy Cline
faf71a4c50
Update LISA to 20260521.1
Signed-off-by: Jeremy Cline <jeremycline@microsoft.com>
2026-06-10 11:10:13 -04:00
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@ RUN cd /srv/fedora-image-uploader-messages && hatchling build -d /srv/dist/ --ta
# Currently LISA isn't on PyPI, but I'm working on it
RUN git clone https://github.com/microsoft/lisa.git /srv/lisa
WORKDIR /srv/lisa
RUN git checkout 20260330.1 && \
RUN git checkout 20260521.1 && \
git config --global user.email "cloud@lists.fedoraproject.org" && \
git config --global user.name "Fedora Cloud SIG" && \
sed -i 's/PyGObject <= 3.50.0/PyGObject <= 3.55.0/g' pyproject.toml && \

View file

@ -27,7 +27,7 @@ aws = [
]
azure = [
"azure-identity",
"azure-mgmt-compute",
"azure-mgmt-compute ~= 37.2.0",
"azure-storage-blob",
]
gcp = [