Skip to content

chore(ci): enable load test job#2002

Open
adityathebe wants to merge 4 commits intomainfrom
enable-load-test-ci
Open

chore(ci): enable load test job#2002
adityathebe wants to merge 4 commits intomainfrom
enable-load-test-ci

Conversation

@adityathebe
Copy link
Member

@adityathebe adityathebe commented Mar 16, 2026

Summary by CodeRabbit

  • Chores
    • Enabled the load test workflow so load testing jobs run consistently.
    • Added environment setup steps to ensure required test tooling is installed before running load tests.
    • Parameterized load-testing tooling versions to make builds configurable and easier to maintain.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Mar 16, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 9777d273-b56d-4608-beb1-fa3bb1f2a980

📥 Commits

Reviewing files that changed from the base of the PR and between 08e20c3 and b1a3e8d.

📒 Files selected for processing (2)
  • .github/workflows/test.yml
  • fixtures/load/Makefile
🚧 Files skipped from review as they are similar to previous changes (1)
  • .github/workflows/test.yml

Walkthrough

Enabled the test-load CI job and added steps to install etcd/kube-apiserver/kubectl and run make envtest; also parameterized k6/xk6 version variables in the load fixture Makefile to replace hard-coded versions.

Changes

Cohort / File(s) Summary
GitHub Actions Workflow Configuration
.github/workflows/test.yml
Removed the if: false guard so test-load runs unconditionally; added an Install deps step (flanksource/deps) to install etcd, kube-apiserver, and kubectl with GITHUB_TOKEN; added a Setup envtest step that runs make envtest.
Load fixtures / Makefile
fixtures/load/Makefile
Introduced version variables (K6_VERSION, XK6_VERSION, XK6_KUBERNETES_VERSION, XK6_FILE_VERSION) and replaced hard-coded k6/xk6 versions in targets (k6, with-spec, etc.). Minor command flow adjustments to use those variables.
🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The pull request title 'chore(ci): enable load test job' accurately summarizes the main change: removing the 'if: false' guard from the test-load job in the GitHub Actions workflow, which enables it to run unconditionally.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch enable-load-test-ci
📝 Coding Plan
  • Generate coding plan for human review comments

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@adityathebe adityathebe requested a review from moshloop March 17, 2026 11:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant