ci: isolate gateway lock refresh tooling
refresh-image-locks / refresh (push) Successful in 26s
prd-number-check / require-numbered-prds (pull_request) Successful in 8s
test / image-input-builds (pull_request) Failing after 9s
tracker-policy-pr / check-pr (pull_request) Successful in 8s
test / integration-docker (pull_request) Failing after 37s
test / unit (pull_request) Successful in 46s
test / coverage (pull_request) Has been skipped

This commit is contained in:
2026-07-26 09:40:48 +00:00
parent 4597548f07
commit 023b23de6a
+5 -2
View File
@@ -37,8 +37,11 @@ jobs:
- name: Compile gateway Python lock - name: Compile gateway Python lock
run: | run: |
python3 -m pip install pip==25.2 pip-tools==7.5.1 python3 -m venv /tmp/image-lock-tools
python3 -m piptools compile \ /tmp/image-lock-tools/bin/python -m pip install \
pip==25.2 \
pip-tools==7.5.1
/tmp/image-lock-tools/bin/python -m piptools compile \
--generate-hashes \ --generate-hashes \
--output-file requirements.gateway.lock \ --output-file requirements.gateway.lock \
requirements.gateway.in requirements.gateway.in