[WFLY-18745] introduced new single-step profile for integration tests…
… with provisioned server
Issue: https://issues.redhat.com/browse/WFLY-18781
Hi @istudens. Thanks for your PR.
I'm waiting for a wildfly member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.
Once the patch is verified, the new status will be reflected by the ok-to-test label.
I understand the commands that are listed here.
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.
We absolutely need this.
There are use cases where a single step profile won't work, e.g. quickstarts which needs to add users, so I believe that we need is to support both use cases, the current manual multi step way, and an optimized single step way. By support I mean that both the share-docs and CI should allow a QS to easily opt between those 2 ways, for instance by including asciidoc "A" or "B" and sending an input param in the QS CI yml. Honestly I would prefer this work to be done once we are done with all the current ongoing enhancements, so we have a full picture of what each "way" needs to support.