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
The script has a set of scenarios that simulate what the end user would be doing as part of the demo. Currently there is a lot of repeated code so modularising it and simplifying it, is the gist of the RFE.
In addition, there is a section where it starts a build and I used a while loop to watch the build status and wait for it to complete, simply changing this to watch the build log would have been a simpler implementation.
Improve script, includes a lot of repeated steps, move to functions.
Fix the build wait to use
oc log -f build/monster-<x>
insteadThe text was updated successfully, but these errors were encountered: