You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are no CI tests being run on PRs. It'd be nice to have a way for us to quickly run "integration tests" to changes made to workloads does not introduce errors. This has happened a few times already when users updated so and nyc_taxis, which affected other users using OSB (see example issue here). This would reduce the turn-around-time required for maintainers to dive into the code base to understand where the bug was introduced.
What solution would you like?
Utilize Github Actions to run the following:
Run a "lint" on formatting of all official workload's files
Run an OSB command with --test-mode appended for the official workload that's having the proposed change
What alternatives have you considered?
Using docker image but the issue there is that it would be using the changes already incorporated in official OSB workloads. However, we could get around this by pointing it to the user forked workload repository in benchmark.ini
Is your feature request related to a problem?
There are no CI tests being run on PRs. It'd be nice to have a way for us to quickly run "integration tests" to changes made to workloads does not introduce errors. This has happened a few times already when users updated
so
andnyc_taxis
, which affected other users using OSB (see example issue here). This would reduce the turn-around-time required for maintainers to dive into the code base to understand where the bug was introduced.What solution would you like?
Utilize Github Actions to run the following:
--test-mode
appended for the official workload that's having the proposed changeWhat alternatives have you considered?
Do you have any additional context?
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: