Skip to content

Run meta job from git triggers #116

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

Merged
merged 1 commit into from
Feb 27, 2025

Conversation

yosifkit
Copy link
Member

The current git commit to image on library/ build and publish pipeline looks like this:

meta -> trigger -> build -> meta -> deploy -> put-shared

With meta needing to reconcile souces.json and builds.json so that builds can be triggered and so that deploy can push from staging to arch-specific namespaces, if we run it more often, we can improve the "time to pullable" from library on Docker Hub.

Still a TODO: skipping behavior since this will no longer be guaranteed hourly triggers (and often could be more than hourly)

@yosifkit yosifkit requested a review from a team as a code owner February 27, 2025 23:37
@tianon tianon merged commit fceb68f into docker-library:main Feb 27, 2025
1 check passed
@tianon tianon deleted the faster-reconcile branch February 27, 2025 23:46
@@ -3,13 +3,14 @@ properties([
disableResume(),
durabilityHint('PERFORMANCE_OPTIMIZED'),
pipelineTriggers([
cron('@hourly'),
githubPush(),
cron('@daily'), // check periodically, just in case
Copy link
Member

Choose a reason for hiding this comment

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

We have to move this back to @hourly for now so we can pick up completed builds (until we figure out / implement a better way to have those triggers make their way back into the system).

tianon added a commit that referenced this pull request Feb 28, 2025
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.

2 participants