Skip to content

chore(ci): shallow OBS clones + remove dead legacy pieces#84

Closed
styler wants to merge 1 commit into
masterfrom
jacob/ci-cleanup-dead-legacy
Closed

chore(ci): shallow OBS clones + remove dead legacy pieces#84
styler wants to merge 1 commit into
masterfrom
jacob/ci-cleanup-dead-legacy

Conversation

@styler

@styler styler commented Jul 25, 2026

Copy link
Copy Markdown
Member

Mechanical cleanup from the pipeline review — no behavior change to what ships.

  • Shallow OBS clones: --depth 1 --branch $CHECKOUT --recursive --shallow-submodules on both platforms instead of full-history clone + checkout. Should save several minutes per job.
  • Legacy HMAC uploader removed: the Setup GCS uploader step wrote a static GCS key (GS_KEY_BASE64) to key.json and npm-installed CI/gcs — nothing invokes it anymore; all uploads use WIF-authenticated google-github-actions. The GS_* secrets can be deleted from the repo after this merges; the CI/gcs directory can go with the AppVeyor cleanup (CORE-272).
  • No-op GITHUB_WORKSPACE env override removed (the runner ignores GITHUB_* overrides).
  • Dead RELEASE_NOTES.md download removed from the installer — the GCS object doesn't exist, so every build saved a 404 XML body to disk; the release_notes job reads the repo checkout.
  • Uninstaller Debug step removed.

Related: #81, #83. Found with Jacob's assistant.

- Clone obs-studio with --depth 1 --branch $CHECKOUT --shallow-submodules
  on both platforms instead of a full recursive clone + checkout; saves
  several minutes per job.
- Remove the legacy HMAC GCS uploader setup (CI/gcs npm tool + key.json
  from GS_KEY_BASE64) — uploads have gone through WIF-authenticated
  google-github-actions for a while; the step only planted a static key
  on disk. GS_ACCESS_KEY_ID/GS_KEY_BASE64/GS_SECRET_ACCESS_KEY envs go
  with it. The CI/gcs directory itself can be deleted with the AppVeyor
  cleanup (CORE-272).
- Remove the no-op GITHUB_WORKSPACE env override (the runner ignores
  attempts to set GITHUB_* vars).
- Remove the installer's RELEASE_NOTES.md download from core/latest —
  the object does not exist (404 XML saved to disk every build) and the
  release_notes job reads the repo checkout instead.
- Remove the uninstaller's leftover Debug step.
@zavitax

zavitax commented Jul 26, 2026

Copy link
Copy Markdown
Collaborator

Rejecting this one since savings are negligible compared to possible future issues this might introduce with a project which is not under our control

@zavitax zavitax closed this Jul 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants