Create test for using a manual project #15754
Draft
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
SUMMARY
Let me explain:
I am only doing this in support of another objective - which will involve:
requirements.yml
This was looking like a lot of steps, so I wanted to start on some infrastructure to put more and more of these all in the same place - which has to be the live tests.
So far this seems to be going rather well to copy the mock repo folders to the projects folders and using them in a job template.
I am so-far unclear about whether requirements.yml could be supported in this way. I actually think it won't...
So the next step would be to try to do
git init
and use the requirements as afile://
git requirement... both for the original project, and for the collection inside of therequirements.yml
(not sure if this is allowed), and this requires patching the isolation paths as well. But baby steps.Right now I mainly need to see what the fallout of patching
playbooks
monkey patch will be.ISSUE TYPE
COMPONENT NAME