-
Notifications
You must be signed in to change notification settings - Fork 772
ci: ARC load test [do not merge] #3980
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
Conversation
.github/workflows/k8s-load-tests.yml
Outdated
on: | ||
workflow_dispatch: | ||
inputs: | ||
scenario: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this a placeholder for something?
.github/workflows/k8s-load-tests.yml
Outdated
- uses: ./.github/actions/run-monitored-tmpnet-cmd | ||
with: | ||
run: ./scripts/run_task.sh test-load | ||
artifact_prefix: load-manual-${{ github.run_number }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This prefix can be omitted, it's only necessary when a workflow uses this custom action more than once so that the resulting artifacts can be differentiated.
@maru-ava this is test branch I'll dispose it, something is wrong with the GH token it seems. |
Why this should be merged
How this works
How this was tested
Need to be documented in RELEASES.md?