-
Notifications
You must be signed in to change notification settings - Fork 105
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Compatibility with ansible-builder v3 (#1503)
* Compatibility with ansible-builder v3 * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Compatibility with ansible-builder v3 * Lint fix * Schema update to reflect minor --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information
1 parent
3e3c419
commit 34d4638
Showing
15 changed files
with
1,214 additions
and
273 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
|
||
# builder context dirs | ||
context | ||
|
||
# test output | ||
/tests/output/ | ||
|
||
# tmux integration test logs | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
21 changes: 18 additions & 3 deletions
21
tests/fixtures/common/builder/test_ee/execution-environment.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,23 @@ | ||
--- | ||
version: 1 | ||
version: 3 | ||
|
||
images: | ||
base_image: | ||
name: registry.fedoraproject.org/fedora:38 | ||
|
||
dependencies: | ||
galaxy: requirements.yml | ||
ansible_core: | ||
package_pip: ansible-core | ||
|
||
ansible_runner: | ||
package_pip: ansible-runner | ||
|
||
galaxy: | | ||
collections: | ||
- ansible.utils | ||
python: | ||
- ansible-lint | ||
additional_build_steps: | ||
append: | ||
append_final: | ||
- RUN echo "Hello from EE" |
This file was deleted.
Oops, something went wrong.
354 changes: 293 additions & 61 deletions
354
tests/fixtures/integration/actions/builder/test_stdout_tmux.py/test/4.json
Large diffs are not rendered by default.
Oops, something went wrong.
354 changes: 293 additions & 61 deletions
354
tests/fixtures/integration/actions/builder/test_stdout_tmux.py/test/5.json
Large diffs are not rendered by default.
Oops, something went wrong.
354 changes: 293 additions & 61 deletions
354
tests/fixtures/integration/actions/builder/test_stdout_tmux.py/test/6.json
Large diffs are not rendered by default.
Oops, something went wrong.
354 changes: 293 additions & 61 deletions
354
tests/fixtures/integration/actions/builder/test_stdout_tmux.py/test/7.json
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters