Skip to content
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

New guide chapter: Efficient Metadata Handling #1721

Open
psss opened this issue Nov 30, 2022 · 1 comment
Open

New guide chapter: Efficient Metadata Handling #1721

psss opened this issue Nov 30, 2022 · 1 comment
Labels
documentation Improvements or additions to documentation

Comments

@psss
Copy link
Collaborator

psss commented Nov 30, 2022

Discussed yesterday with @lukaszachy that it would be nice to summarize all features which are available for efficient metadata handling and preventing data duplication. The new guide chapter should cover these:

  • using fmf inheritance
  • adjust based on context
  • yaml referencing features
  • sharing tests across repositories
@psss psss added the documentation Improvements or additions to documentation label Nov 30, 2022
@psss
Copy link
Collaborator Author

psss commented Nov 30, 2022

Simple example demonstrating yaml referencing:

discover:
  - name: upstream
    how: fmf
    filter: &selection tier:1 & tag:container
    url: https://github.com/teemtee/tmt
  - name: fedora
    how: fmf
    filter: *selection
    url: https://src.fedoraproject.org/rpms/tmt/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant