Skip to content

Conversation

@assignUser
Copy link
Collaborator

@assignUser assignUser commented Nov 8, 2025

Closes #15411

@meta-cla meta-cla bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Nov 8, 2025
@assignUser assignUser changed the title Add workflow to push weekly tags build(CI): Add workflow to push weekly tags Nov 8, 2025
@netlify
Copy link

netlify bot commented Nov 8, 2025

Deploy Preview for meta-velox canceled.

Name Link
🔨 Latest commit cdf51a6
🔍 Latest deploy log https://app.netlify.com/projects/meta-velox/deploys/690f9e3976cac5000869d0b5

@assignUser assignUser force-pushed the tag-weekly branch 4 times, most recently from cefe4d2 to 88f3675 Compare November 8, 2025 19:42
@assignUser
Copy link
Collaborator Author

  • A run that tags a good commit.
  • A run that fails because CI failed on the commit.
  • A run that fails because the tag already exists (can be tagged over via patch version, or manual tagging).

@assignUser assignUser marked this pull request as ready for review November 8, 2025 19:47
@assignUser assignUser requested a review from czentgr November 8, 2025 19:55

- name: Create and push date-version tag
env:
PATCH_VERSION: ${{ inputs.patch-version || '00' }}
Copy link
Contributor

Choose a reason for hiding this comment

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

Is patch version a pipeline argument passed when you invoke it manually ?

# If the workflow wasn't success full the array will be empty which we check for
# using `grep` -q = set exit code -v = invert match
gh run list --commit "$COMMIT" \
--workflow "Linux Build using GCC" \
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: Pipeline names are brittle and can change, if there was a more formal way to say this pipeline depends on results of this other pipeline that would be great.

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

Labels

CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add workflow that tags weekly 'releases'

3 participants