Skip to content
Closed
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
8 changes: 4 additions & 4 deletions ci/docker-tags.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
flashinfer/flashinfer-ci-cu126: 20260203-9b5901e
flashinfer/flashinfer-ci-cu128: 20260203-9b5901e
flashinfer/flashinfer-ci-cu129: 20260203-9b5901e
flashinfer/flashinfer-ci-cu130: 20260203-9b5901e
flashinfer/flashinfer-ci-cu126: 20260203-fb671fd
flashinfer/flashinfer-ci-cu128: 20260203-fb671fd
flashinfer/flashinfer-ci-cu129: 20260203-fb671fd
flashinfer/flashinfer-ci-cu130: 20260203-fb671fd
Comment on lines +1 to +4
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

medium

To improve maintainability and reduce redundancy, you can use YAML anchors to define the tag once and reuse it. This makes it easier to update the tag in the future, as it only needs to be changed in one place. If this file is auto-generated, it would be beneficial to update the generation script to produce this more maintainable format.

flashinfer/flashinfer-ci-cu126: &tag 20260203-fb671fd
flashinfer/flashinfer-ci-cu128: *tag
flashinfer/flashinfer-ci-cu129: *tag
flashinfer/flashinfer-ci-cu130: *tag