Add tiger-bench block to benchmarking pipeline#12178
Merged
lwr20 merged 1 commit intoprojectcalico:masterfrom Mar 19, 2026
Merged
Add tiger-bench block to benchmarking pipeline#12178lwr20 merged 1 commit intoprojectcalico:masterfrom
lwr20 merged 1 commit intoprojectcalico:masterfrom
Conversation
Adds a new Tiger-bench block to the Calico benchmarking pipeline, running tiger-bench (https://github.com/projectcalico/tiger-bench) on aws-kubeadm with the operator installer. Results will feed into the Kibana performance tracking dashboard on Lens. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a new Semaphore CI block to the end-to-end benchmarking pipeline to run tiger-bench against Calico hash releases on an aws-kubeadm cluster using the operator installer, with the goal of feeding performance data into downstream dashboards.
Changes:
- Introduce a new
Tiger-benchblock in the benchmarking pipeline. - Configure the new block to run on
aws-kubeadm+operatorwithUSE_HASH_RELEASE=trueandTEST_TYPE=tiger-bench. - Add task-level secret injection for tiger-bench and a
TIGER_BENCH_VERSIONselector.
You can also share your feedback on Copilot code review. Take the survey.
| - name: TEST_TYPE | ||
| value: "tiger-bench" | ||
| - name: TIGER_BENCH_VERSION | ||
| value: "main" |
fasaxc
approved these changes
Mar 18, 2026
sabags
approved these changes
Mar 18, 2026
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.
Summary
Tiger-benchblock to.semaphore/end-to-end/pipelines/benchmarking.ymlaws-kubeadmwith the operator installer against hash releasesTIGER_BENCH_VERSION: main(the relevant changes landed in PR#37, merged Feb 2026)Test plan
🤖 Generated with Claude Code