Feature/lab10#1398
Open
Dnau15 wants to merge 17 commits into
Open
Conversation
Signed-off-by: Dmitrii <15dnau@gmail.com>
Signed-off-by: Dmitrii <15dnau@gmail.com>
Signed-off-by: Dmitrii <15dnau@gmail.com>
Signed-off-by: Dmitrii <15dnau@gmail.com>
Feature/lab1
Signed-off-by: Dmitrii <15dnau@gmail.com>
Signed-off-by: Dmitrii <15dnau@gmail.com>
…blickey-denied pitfalls Signed-off-by: Dmitrii Creed <creeed22@gmail.com>
…n; set honest cache expectations - 2.2: matrixed jobs report as 'test (1.23)' etc.; the old required 'test'/'vet' contexts hang at 'Expected' and block every student PR. Document both fixes (rename required checks / require a single ci-ok aggregation job with if: always()) - 2.4: QuickNotes has zero deps, so cache on/off won't move wall-clock; ask students to explain why + compare per-step timings instead - pitfalls for both Signed-off-by: Dmitrii Creed <creeed22@gmail.com>
Signed-off-by: Dmitrii <15dnau@gmail.com>
Signed-off-by: Dmitrii <15dnau@gmail.com>
…ook, Checkly Signed-off-by: Dmitrii <15dnau@gmail.com>
Signed-off-by: Dmitrii <15dnau@gmail.com>
Signed-off-by: Dmitrii <15dnau@gmail.com>
Signed-off-by: Dmitrii <15dnau@gmail.com>
…rison Signed-off-by: Dmitrii <15dnau@gmail.com>
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.
Goal
Ship QuickNotes to a real cloud: tag-triggered CI release to ghcr.io, deploy on Hugging Face Spaces, and compare against a Cloudflare Tunnel exposure with real latency measurements.
Changes
.github/workflows/release.yml— new release workflow:v*tag push → buildapp/forlinux/amd64→ pushv0.1.0+latesttoghcr.io/dnau15/devops-intro/quicknotes; permissions scoped tocontents: read+packages: write, all actions pinned by 40-char SHAcloud/Dockerfile+cloud/README.md— HF Space files (Docker SDK,app_port: 8080): single-lineFROMof the CI-built ghcr imagev0.1.0cloud/teardown.md— teardown instructions for the Space, the ghcr package, the quick tunnel, and the local containersubmissions/lab10.md— full report: registry evidence, Space URL +curl -v, warm/cold latency, HF-vs-Tunnel comparison table, design questions a–iTesting
v0.1.0: https://github.com/Dnau15/DevOps-Intro/actions/runs/28896505596docker pullsucceeds; both tags resolve to digestsha256:7d3cbde2…/healthreturns200 {"notes":4,"status":"ok"},/notesreturns seed datahyperfine(50 runs each): HF Space warm p50=617 ms / p95=645 ms; tunnel p50=148 ms / p95=211 ms; 3 forced cold starts 6.1–11.5 s (methodology in the report — current HF free tier sleeps after 48 h, not ~30 min, so cold boots were forced via pause→restart API)Checklist
git log --show-signature)submissions/labN.mdupdated