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

Fix snippet roundtrip CI #7910

Merged
merged 2 commits into from
Oct 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions docs/snippets/snippets.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@
"cpp", # Blueprint API doesn't exist for C++/Rust
"rust", # Blueprint API doesn't exist for C++/Rust
]
"concepts/app-model" = [ # Uses a non-standard logging workflow
"py",
"cpp",
"rust",
]
views = [
"cpp", # TODO(#5520): C++ views are not yet implemented
"rust", # TODO(#5521): Rust views are not yet implemented
Expand Down Expand Up @@ -131,6 +136,11 @@ views = [
"cpp", # Not implemented
"rust", # Not implemented
]
"tutorials/visualization" = [
"py", # Requires passing RRD as argument
"cpp", # Not implemented
"rust", # Not implemented
]

# These entries will run but their results won't be compared to the baseline.
#
Expand Down
Loading