-
Notifications
You must be signed in to change notification settings - Fork 524
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
Create catalog-info file #11373
Merged
Merged
Create catalog-info file #11373
Conversation
This file contains 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
💚 CLA has been signed |
This pull request does not have a backport label. Could you fix it @elastic-backstage-prod[bot]? 🙏
NOTE: |
mergify
bot
added
the
backport-skip
Skip notification from the automated backport with mergify
label
Aug 10, 2023
kruskall
approved these changes
Aug 10, 2023
run elasticsearch-ci/docs |
v1v
added a commit
that referenced
this pull request
Aug 16, 2023
…om-jenkins * upstream/main: buildkite: package definition (#11399) chore: ran shell command ".ci/scripts/update-beats.sh 59529de17b77" (#11398) [updatecli] Bump elastic stack version to 8.10.0-8527fe43 (#11395) Create catalog-info file (#11373) Temporary workaround to disable aggregation on GOARCH=386 (#11393) Add back aggregation overflow logging (#11392) chore: ran shell command ".ci/scripts/update-beats.sh 6b76cfef012c" (#11391) [updatecli] Bump elastic stack version to 8.10.0-0aabd193 (#11389) Update apm-data and apm-aggregation (#11386) chore: ran shell command ".ci/scripts/update-beats.sh 4506e55d50f9" (#11384) [updatecli] Bump elastic stack version to 8.10.0-22c6ae41 (#11382) chore: ran shell command ".ci/scripts/update-beats.sh 942cd60d984b" (#11378) [updatecli] Bump elastic stack version to 8.10.0-46c2dc52 (#11377)
bmorelli25
pushed a commit
to bmorelli25/apm-server
that referenced
this pull request
Sep 5, 2023
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.
If you already have a
./catalog-info.yaml
file defined in your repository, you probably want to close this PR.If not - this PR provides you with the scaffolding for one. The
catalog-info.yaml
file is where you can define your infrastructure needs (such as Buildkite pipelines) in the form of Real Resource Entities.If you already have a Buildkite pipeline defined in the elastic/ci repository, you can copy its definition in this
catalog-info.yaml
file (see instructions).Once the pipeline definition is ingested into Backstage, Terrazzo will emit a warning about a duplicate definition with a warning similar to:
🙈 Ignoring remote manifest in favour of local one: buildkite.elastic.dev/v1=>Pipeline=> your-pipeline
At this point, it is safe for you to delete the Pipeline definition from the
elastic/ci
repository.