Skip to content

Commit 10c4d7d

Browse files
authored
[iris] Remove obsolete CoreWeave CI workflows and configs (#4197)
Delete the ephemeral smoke-cw workflow, dev-restart workflow, multihost canary config and script, and smoke-cw cluster config. All replaced by the always-on coreweave-ci cluster added in #4174. Rewrite run_smoke_cw.sh as a thin kubectl port-forward wrapper over pytest tests/integration/iris/. Deleted: iris-cloud-smoke-cw.yaml, iris-coreweave-dev-restart.yaml, smoke-cw.yaml, coreweave-canary-multihost.yaml, coreweave_multihost.py.
1 parent 809e471 commit 10c4d7d

9 files changed

Lines changed: 62 additions & 1267 deletions

File tree

.github/workflows/iris-cloud-smoke-cw.yaml

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

.github/workflows/iris-coreweave-ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,16 +76,16 @@ jobs:
7676
echo "${{ secrets.CW_KUBECONFIG }}" > ~/.kube/coreweave-iris
7777
chmod 600 ~/.kube/coreweave-iris
7878
79+
- name: Set up Docker Buildx
80+
uses: docker/setup-buildx-action@v3
81+
7982
- name: Log in to GitHub Container Registry
8083
uses: docker/login-action@v3
8184
with:
8285
registry: ghcr.io
8386
username: ${{ github.actor }}
8487
password: ${{ secrets.GITHUB_TOKEN }}
8588

86-
- name: Set up Docker Buildx
87-
uses: docker/setup-buildx-action@v3
88-
8989
# Delete stale worker pods so the autoscaler recreates them with fresh images.
9090
# Nodepools (and their underlying nodes) survive — this is the "warm start".
9191
- name: Reset worker pods

.github/workflows/iris-coreweave-dev-restart.yaml

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

lib/iris/examples/coreweave-canary-multihost.yaml

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

0 commit comments

Comments
 (0)