Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change to dynamically switch CI container image tag #2310

Merged
merged 4 commits into from
Jan 29, 2024

Conversation

hlts2
Copy link
Contributor

@hlts2 hlts2 commented Jan 29, 2024

Description:

Currently, we always use the nightly image, even if an image tag is created for the CI container.
The CI fails when the Go version is upgraded, so I changed it so that if a tagged image is created, workflow will use that tag.

The following are the failing workflows.

Related Issue:

Versions:

  • Go Version: 1.21.5
  • Docker Version: 20.10.8
  • Kubernetes Version: v1.28.4
  • NGT Version: 2.1.6

Checklist:

Special notes for your reviewer:

Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
@vdaas-ci
Copy link
Collaborator

[CHATOPS:HELP] ChatOps commands.

  • 🙆‍♀️ /approve - approve
  • 🍱 /format - format codes and add licenses
  • /gen-test - generate test codes
  • 🏷️ /label - add labels
  • 🔚 2️⃣ 🔚 /label actions/e2e-deploy - run E2E deploy & integration test

Copy link

cloudflare-pages bot commented Jan 29, 2024

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: dc5eea7
Status: ✅  Deploy successful!
Preview URL: https://4a412e43.vald.pages.dev
Branch Preview URL: https://refactor-ci-use-ci-container.vald.pages.dev

View logs

Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
Copy link

codecov bot commented Jan 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (73416fc) 30.29% compared to head (dc5eea7) 30.30%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2310   +/-   ##
=======================================
  Coverage   30.29%   30.30%           
=======================================
  Files         391      391           
  Lines       40945    40945           
=======================================
+ Hits        12404    12407    +3     
+ Misses      27876    27874    -2     
+ Partials      665      664    -1     

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

Copy link
Collaborator

@kpango kpango left a comment

Choose a reason for hiding this comment

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

LGTM

@hlts2 hlts2 marked this pull request as ready for review January 29, 2024 08:07
@hlts2 hlts2 requested a review from vankichi January 29, 2024 08:07
@vankichi vankichi merged commit 52ca812 into main Jan 29, 2024
25 of 26 checks passed
@vankichi vankichi deleted the refactor/ci/use-ci-container-image-tag branch January 29, 2024 08:10
This was referenced Feb 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants