Skip to content

Commit 8a96cfa

Browse files
authored
ci: Don't depend on cached QNS results (mozilla#3123)
1 parent 8842dcd commit 8a96cfa

3 files changed

Lines changed: 154 additions & 156 deletions

File tree

.github/actions/docker-build-qns/action.yml

Lines changed: 0 additions & 66 deletions
This file was deleted.

.github/actions/quic-interop-runner/action.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,13 @@ runs:
6464
shell: bash
6565

6666
- uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
67+
# FIXME: Turning caching on causes this error:
68+
# `Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>`
69+
# Since this happens for *each* parallel QNS run, it's simply too noisy.
6770
with:
6871
python-version: 3.12
69-
cache: 'pip'
70-
cache-dependency-path: 'quic-interop-runner/requirements.txt'
72+
# cache: 'pip'
73+
# cache-dependency-path: 'quic-interop-runner/requirements.txt'
7174

7275
- name: Install Python packages
7376
run: |

0 commit comments

Comments
 (0)