Skip to content

chore: green the videogen branch CI (pre-commit + copyright) - #26

Merged
Johan-de-R merged 1 commit into
deep-main-v1.1.1-videogenfrom
johan/videogen-ci-cleanup
Jul 29, 2026
Merged

chore: green the videogen branch CI (pre-commit + copyright)#26
Johan-de-R merged 1 commit into
deep-main-v1.1.1-videogenfrom
johan/videogen-ci-cleanup

Conversation

@Johan-de-R

@Johan-de-R Johan-de-R commented Jul 28, 2026

Copy link
Copy Markdown

Greens the one genuinely code-fixable CI check on deep-main-v1.1.1-videogen and adds correct SPDX headers. Video/Wan2.2 PRs (e.g. dynamo#25) inherit the pre-commit fix on rebase.

Real fix

  • pre-commit ✅ — ltx23/bake_bench.py: black/isort + # noqa: E402 on the two imports that must follow sys.path.insert (reordering breaks them). This was the only red check on video PRs that any code can green — now green here.

Hygiene (correct, though the check can't verify it on this fork — see below)

  • SPDX headers added to ltx23/bake_bench.py, Dockerfile.dreamverse, ltx23/streaming_speed.yaml (the only checked-type files missing them, per copyright-check.ps1).

NOT fixable by code — fork / upstream gates, merge past

  • copyright-checks dies at container init: docker pull ghcr.io/deepinfra/dynamo/helm-tester:0.1.1manifest unknown on our fork, so the header script never runs. Fails on every deepinfra/dynamo PR regardless of content.
  • lychee: 112 pre-existing broken links in NVIDIA's upstream docs (github.com/ai-dynamo/dynamo/blob/main/docs/..., opensource.org, cncf, eksctl, sglang) — none in the videogen docs.
  • ok-to-test: maintainer/label gate.

🤖 Generated with Claude Code

Pre-existing CI debt on deep-main-v1.1.1-videogen that fails on every PR to this
base (including the Wan2.2 dynamo#25 PR), none of it introduced by those PRs:

- examples/diffusers/ltx23/bake_bench.py: black/isort formatting + `# noqa: E402`
  on the two imports that must follow the sys.path.insert (reordering would break
  them), and the missing SPDX header.
- examples/diffusers/Dockerfile.dreamverse: add the SPDX-FileCopyrightText line
  (it had only SPDX-License-Identifier).
- examples/diffusers/ltx23/streaming_speed.yaml: add the SPDX header.

Fixes pre-commit + copyright-checks. lychee has no broken *internal* links in the
videogen docs (verified); any remaining lychee red is live external-URL flakiness
/ pre-existing upstream markdown. ok-to-test is a maintainer gate (not code).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@Johan-de-R
Johan-de-R temporarily deployed to external_collaborator July 28, 2026 23:50 — with GitHub Actions Inactive
@github-actions github-actions Bot added the chore label Jul 28, 2026
@Johan-de-R
Johan-de-R merged commit b49ab05 into deep-main-v1.1.1-videogen Jul 29, 2026
16 of 18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant