-
Notifications
You must be signed in to change notification settings - Fork 22
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
Update the dynamic test name in the scheduled workflow #21
Comments
Please assign me this |
Sure. Here you go. |
Hey @varunsaral checking in if you're still working on this?? |
yes @piyushsingariya i'm working on it , we can connect on slack if you want to discuss about it. |
Sure, I'm excited to see some work on this. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
I will implement this in my PR about scheduled benchmark on self-hosted runner. |
PR merged, close it. |
Current Behavior
The Scheduled Benchmark Tests workflow creates dynamic test names based on the configuration of the test. Current format is shown below.
https://github.com/layer5io/meshery-smp-action/blob/b999f0aec563c79590a640050e8d691315116582/.github/workflows/scheduled-benchmarks.yml#L59
So, a sample test name now is:
istio-fortio-load-test.yaml
Desired Behavior
Remove the
.yaml
from the test name and only include the rest of the file name.Contributor Guide
The text was updated successfully, but these errors were encountered: