Lab 3 submission#1024
Open
whynotgm wants to merge 8 commits into
Open
Conversation
Signed-off-by: whynotgm <a.shiian@innopolis.university>
…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>
This reverts commit 45b43af.
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
Complete Lab 3 of DevOps-Intro course
Changes
.github/workflows/ci.ymlwith separatevet,test, andlintjobs.ubuntu-24.04and pinned third-party actions by full commit SHA.1.23/1.24matrix coverage forvetandtestwithfail-fast: false.actions/setup-go.app/do not spend CI minutes.ci-okaggregation job for branch protection.submissions/lab3.mdwith design-question answers and placeholders for CI evidence collected from GitHub.Testing
go vet ./...go test -race -count=1 ./...go run github.com/golangci/golangci-lint/v2/cmd/golangci-lint@v2.5.0 rungo run github.com/rhysd/actionlint/cmd/actionlint@v1.7.7 .github/workflows/ci.ymlChecklist
git log --show-signature)submissions/lab3.mdupdated