Configure CLD App binary publishing - #1
Draft
cld-bot-testing-oneplatform[bot] wants to merge 1 commit into
Draft
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🚀 Welcome to CLD
You're seeing this PR because the CLD GitHub App was just installed on this repository. This draft PR is your guided onboarding — once you merge it, your repository will be wired into the CLD platform's binary publishing pipeline.
What is CLD?
CLD (Chainlink Level Deployments) is the platform that publishes your project's compiled binaries so that deployments can download them instead of rebuilding from source. When a workflow run completes successfully, the CLD App pulls the binary artifact from that run and publishes it to the releases layout in S3.
To opt in, each repository needs a small config file at
.github/cld-app.yamlthat tells the App:prediction-markets),This PR creates that config file with TODO placeholders so you can fill it in.
How to complete this PR (3 steps)
You don't need to edit any files by hand. Instead, drive the setup by leaving comments on this PR — the CLD App listens for
/cld-appcommands here and updates the config file for you.Step 1 — Configure your binary
Post a comment on this PR with your binary details:
Here's what each part means:
--domainprediction-markets--workflow.github/workflows/) that builds and uploads the binary.build.yml--jobbuild--platform/.linux/amd64--artifactprediction-markets-linux-amd64--binary-pathdist/chainlink-prediction-marketsA real example:
After you post the comment, the App will reply with a ✅ confirmation, update
.github/cld-app.yamlon thecld-app/onboardingbranch, and run a healthcheck.Step 2 — Check the healthcheck
Look for the CLD App Config Healthcheck comment and Check Run on this PR. It verifies that:
If the healthcheck is red, the reply comment will explain what's wrong — fix the issue and re-run
/cld-app configure.Step 3 — Merge
Once the healthcheck is green and the config looks correct, merge this PR. After merge, the CLD App will automatically publish binaries whenever the configured workflow completes successfully.
All available commands
/cld-app configure .../cld-app validate/cld-app helpGood to know
.github/cld-app.yamldirectly on thecld-app/onboardingbranch — the App will still validate it. Posting/cld-app validateafterward will run the healthcheck against your manual edits.publishers.yamlregistry before publishing anything — so a misconfigured repo fails closed instead of publishing unexpectedly. Contact the platform team to register your domain→repo mapping.