Merge pull request 'Fix CI disk exhaustion: docker system prune at job start' (#37) from fix/stage-source-check into dev
Dev — Build & local smoke test / build-smoke (push) Failing after 24s
Dev — Build & local smoke test / build-smoke (push) Failing after 24s
This commit was merged in pull request #37.
This commit is contained in:
@@ -75,6 +75,11 @@ jobs:
|
|||||||
if: github.event_name != 'pull_request'
|
if: github.event_name != 'pull_request'
|
||||||
run: gcloud auth configure-docker us-central1-docker.pkg.dev --quiet
|
run: gcloud auth configure-docker us-central1-docker.pkg.dev --quiet
|
||||||
|
|
||||||
|
- name: Prune Docker to reclaim disk
|
||||||
|
run: |
|
||||||
|
docker system prune -f
|
||||||
|
df -h /
|
||||||
|
|
||||||
# ── El SDK setup ──────────────────────────────────────────────────────
|
# ── El SDK setup ──────────────────────────────────────────────────────
|
||||||
# Push builds: extract elb + elc + runtime from ci-base (always latest).
|
# Push builds: extract elb + elc + runtime from ci-base (always latest).
|
||||||
# PR builds: use committed bin/elb-linux-amd64 + bin/elc-linux-amd64 + runtime/.
|
# PR builds: use committed bin/elb-linux-amd64 + bin/elc-linux-amd64 + runtime/.
|
||||||
|
|||||||
@@ -96,6 +96,11 @@ jobs:
|
|||||||
- name: Configure docker auth for Artifact Registry
|
- name: Configure docker auth for Artifact Registry
|
||||||
run: gcloud auth configure-docker us-central1-docker.pkg.dev --quiet
|
run: gcloud auth configure-docker us-central1-docker.pkg.dev --quiet
|
||||||
|
|
||||||
|
- name: Prune Docker to reclaim disk
|
||||||
|
run: |
|
||||||
|
docker system prune -f
|
||||||
|
df -h /
|
||||||
|
|
||||||
- name: Compute image tag
|
- name: Compute image tag
|
||||||
id: tag
|
id: tag
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user