[CLIENT-3541] CI/CD: Add workflows to run QE bob tests for performance regression targeting the Python / C client - #930
Draft
juliannguyen4 wants to merge 176 commits into
Conversation
…in permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
…ssion-tests-using-asmikas-qe-env
juliannguyen4
force-pushed
the
CLIENT-3541-cicd-performance-regression-tests-using-asmikas-qe-env
branch
from
January 22, 2026 23:51
5b3b948 to
b2864d7
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## dev #930 +/- ##
=======================================
Coverage 85.38% 85.38%
=======================================
Files 101 101
Lines 14609 14609
=======================================
Hits 12474 12474
Misses 2135 2135 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
This reverts commit ff465a0.
…rmance-regression-tests-using-asmikas-qe-env
for more information, see https://pre-commit.ci
…rmance-regression-tests-using-asmikas-qe-env
Collaborator
Author
|
Workflow is outdated due to release bundle changes... |
…rmance-regression-tests-using-asmikas-qe-env
juliannguyen4
commented
Jul 22, 2026
| do | ||
| cat <<-EOF >> credentials | ||
| [$section] | ||
| aws_access_key_id = ${{ secrets.QE_TEST_ENQUEUE_AWS_ACCESS_KEY_ID }} |
Collaborator
Author
There was a problem hiding this comment.
this might be revoked
juliannguyen4
commented
Jul 22, 2026
|
|
||
| - name: Environment variable overrides | ||
| run: | | ||
| yq eval ".perf_regression/client_centered.environment.MODE = \"${{ inputs.insert_mode }}\"" -i ${{ env.REGISTER_FILE_PATH_IN_REPO }} |
Collaborator
Author
There was a problem hiding this comment.
can use shared var
… the python client pipeline. Address all actionlint errors in new workflows
juliannguyen4
commented
Jul 22, 2026
| build: | ||
| repo: citrusleaf/aerospike-server | ||
| ref: | ||
| - 8.0.0.8 |
Collaborator
Author
There was a problem hiding this comment.
Should update server version? Still non-EOL
…he manylinux wheel
…rmance-regression-tests-using-asmikas-qe-env
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.
We limit the scope of this PR / ticket to add the infrastructure for running performance workloads, which has been verified to work end to end.
Old PR: #798