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
It is requested to add the following parameters in the qa-ctl script:
--skip-deployment
--skip-provisioning
--skip-testing
In order to launch qa-ctl with custom configuration files, and skip the indicated stages. This is useful when the user wants to re-run a build, since if he ran it with the --persistent option, the environment will not be destroyed and he will be able to relaunch the build using the configuration file created in the previous build, but in this case, skipping the deployment and provisioning phases.
Estimated tasks
Add --skip-deployment parameter.
Add --skip-provisioning parameter.
Add --skip-testing parameter.
Update qa-ctl tool to filter the execution phases according to the new parameters.
Test all changes.
Regards.
The text was updated successfully, but these errors were encountered:
Hello team,
It is requested to add the following parameters in the
qa-ctl
script:--skip-deployment
--skip-provisioning
--skip-testing
In order to launch
qa-ctl
with custom configuration files, and skip the indicated stages. This is useful when the user wants to re-run a build, since if he ran it with the--persistent
option, the environment will not be destroyed and he will be able to relaunch the build using the configuration file created in the previous build, but in this case, skipping the deployment and provisioning phases.Estimated tasks
--skip-deployment
parameter.--skip-provisioning
parameter.--skip-testing
parameter.qa-ctl
tool to filter the execution phases according to the new parameters.Regards.
The text was updated successfully, but these errors were encountered: