chore: green the videogen branch CI (pre-commit + copyright) - #26
Merged
Merged
Conversation
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
temporarily deployed
to
external_collaborator
July 28, 2026 23:50 — with
GitHub Actions
Inactive
This was referenced Aug 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Greens the one genuinely code-fixable CI check on
deep-main-v1.1.1-videogenand adds correct SPDX headers. Video/Wan2.2 PRs (e.g. dynamo#25) inherit the pre-commit fix on rebase.Real fix
ltx23/bake_bench.py: black/isort +# noqa: E402on the two imports that must followsys.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)
ltx23/bake_bench.py,Dockerfile.dreamverse,ltx23/streaming_speed.yaml(the only checked-type files missing them, percopyright-check.ps1).NOT fixable by code — fork / upstream gates, merge past
docker pull ghcr.io/deepinfra/dynamo/helm-tester:0.1.1→manifest unknownon our fork, so the header script never runs. Fails on every deepinfra/dynamo PR regardless of content.github.com/ai-dynamo/dynamo/blob/main/docs/..., opensource.org, cncf, eksctl, sglang) — none in the videogen docs.🤖 Generated with Claude Code