Skip to content

Fix cont tag#880

Open
Ciheim wants to merge 11 commits into
mainfrom
fixContTag
Open

Fix cont tag#880
Ciheim wants to merge 11 commits into
mainfrom
fixContTag

Conversation

@Ciheim
Copy link
Copy Markdown
Contributor

@Ciheim Ciheim commented Apr 24, 2026

Describe your changes

Adjusts tag setting logic for container auto-build

Issue ticket number and link (if applicable)

Fixes #XXX (replace XXX with the issue number and GitHub will autolink the PR to the issue)

Checklist before requesting a review

  • I ran my code
  • I tried to make my code readable
  • I tried to comment my code
  • I wrote a new test, if applicable
  • I wrote new instructions/documentation, if applicable
  • I ran pytest and inspected it's output
  • I ran pylint and attempted to implement some of it's feedback
  • No print statements; all user-facing info uses logging module

Note: If you are a code maintainer updating the tag or releasing a new fre-cli version, please use the release_procedure.md template. To quickly use this template, open a new pull request, choose your branch, and add ?template=release_procedure.md to the end of the url.

@Ciheim Ciheim self-assigned this Apr 24, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented May 6, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 84.36%. Comparing base (705f6cf) to head (267383d).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #880   +/-   ##
=======================================
  Coverage   84.36%   84.36%           
=======================================
  Files          71       71           
  Lines        5003     5003           
=======================================
  Hits         4221     4221           
  Misses        782      782           
Flag Coverage Δ
unittests 84.36% <ø> (ø)

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


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 705f6cf...267383d. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@Ciheim Ciheim requested review from ceblanton, ilaflott and singhd789 May 6, 2026 17:31
Comment thread .github/workflows/update_container_image.yaml Outdated
Comment thread .github/workflows/update_container_image.yaml Outdated
Comment thread .github/workflows/update_container_image.yaml
Comment thread .github/workflows/update_container_image.yaml Outdated
Copy link
Copy Markdown
Contributor

@ceblanton ceblanton left a comment

Choose a reason for hiding this comment

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

Could you link the issue that this PR addresses, and check the PR template boxes?

It's a CI-only update but is good practice!


- name: Update fre-cli version in cylc-flow-tools.yaml
run: |
sed -i 's/^[[:space:]]*-[[:space:]]*noaa-gfdl::fre-cli==.*/ - noaa-gfdl::fre-cli==${{ steps.set_tag.outputs.docker_tag }}/' ./container-files/cylc-flow-tools.yaml
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.

cylc-flow-tools.yaml still contains this old tag

dependencies:
  - noaa-gfdl::fre-cli==2025.04

Why not commit the version change update to cylc-flow-tools.yaml?

Copy link
Copy Markdown
Contributor

@singhd789 singhd789 May 22, 2026

Choose a reason for hiding this comment

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

Going off of this - the hsm package could also be tagged to 1.4.0 for that hsm update (though the container that is built won't work due to the lack of fregrid)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants