Commit 1d4f907
ci: reduce Docker Hub pulls in performance-tests workflow (#1549)
* ci: reduce Docker Hub pulls in performance-tests workflow
The performance-tests job timed out booting BuildKit while pulling
moby/buildkit from Docker Hub (registry-1.docker.io: context deadline
exceeded). The job never runs `docker build`, so the buildx builder it
sets up is unused — remove the step to drop that Docker Hub pull.
Also set TESTCONTAINERS_RYUK_DISABLED=true, matching e2e-tests.yml and
pr.yml. performance-tests.yml was the only testcontainers workflow
missing it, so it uniquely pulled testcontainers/ryuk from Docker Hub on
every run; the fixture cleans up via its `with container:` context
manager, so the reaper is unneeded on ephemeral CI runners.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
* docs(internal): list performance-tests.yml in ryuk-disable cleanup note
The container-cleanup comment in conftest.py enumerated the workflows that
set TESTCONTAINERS_RYUK_DISABLED=true ({pr,e2e-tests}.yml). This PR adds
that env to performance-tests.yml as well, so include it in the list to
keep the cross-reference accurate.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: kingpanther13 <kingpanther13@users.noreply.github.com>
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 94195ee commit 1d4f907
2 files changed
Lines changed: 9 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
32 | 39 | | |
33 | 40 | | |
34 | 41 | | |
| |||
39 | 46 | | |
40 | 47 | | |
41 | 48 | | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | 49 | | |
48 | 50 | | |
49 | 51 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1741 | 1741 | | |
1742 | 1742 | | |
1743 | 1743 | | |
1744 | | - | |
| 1744 | + | |
| 1745 | + | |
1745 | 1746 | | |
1746 | 1747 | | |
1747 | 1748 | | |
| |||
0 commit comments