Skip to content

ci: fix gator image for ghcr#3700

Merged
sozercan merged 1 commit into
open-policy-agent:masterfrom
sozercan:ci-fix-gator-image
Nov 14, 2024
Merged

ci: fix gator image for ghcr#3700
sozercan merged 1 commit into
open-policy-agent:masterfrom
sozercan:ci-fix-gator-image

Conversation

@sozercan
Copy link
Copy Markdown
Member

@sozercan sozercan commented Nov 14, 2024

What this PR does / why we need it:

  • rearranged makefile to be consistent
  • fixed gator image name

Which issue(s) this PR fixes (optional, using fixes #<issue number>(, fixes #<issue_number>, ...) format, will close the issue(s) when the PR gets merged):
Fixes #

Special notes for your reviewer:

Signed-off-by: Sertac Ozercan <sozercan@gmail.com>
@sozercan sozercan requested a review from a team as a code owner November 14, 2024 19:26
@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Nov 14, 2024

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 47.72%. Comparing base (3350319) to head (a504dee).
⚠️ Report is 652 commits behind head on master.

❗ There is a different number of reports uploaded between BASE (3350319) and HEAD (a504dee). Click for more details.

HEAD has 1 upload less than BASE
Flag BASE (3350319) HEAD (a504dee)
unittests 2 1
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3700      +/-   ##
==========================================
- Coverage   54.49%   47.72%   -6.78%     
==========================================
  Files         134      236     +102     
  Lines       12329    19846    +7517     
==========================================
+ Hits         6719     9471    +2752     
- Misses       5116     9485    +4369     
- Partials      494      890     +396     
Flag Coverage Δ
unittests 47.72% <ø> (-6.78%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Comment thread Makefile
$(if $(filter true,$(PUSH_TO_GHCR)),-t $(GHCR_REPOSITORY):$(VERSION)) .

docker-buildx-release: docker-buildx-builder
docker-buildx-crds-dev: build-crds docker-buildx-builder
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: This rule is getting swapped with docker-buildx-release and vice versa without any change.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yea i just shuffled the makefile so it goes dev -> release for each image

@sozercan sozercan merged commit 4c2ff74 into open-policy-agent:master Nov 14, 2024
@sozercan sozercan deleted the ci-fix-gator-image branch November 14, 2024 20:43
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.

3 participants