Skip to content

Conversation

@ssbarnea
Copy link
Member

No description provided.

@ssbarnea ssbarnea requested a review from a team as a code owner April 30, 2023 17:17
@github-actions github-actions bot added the bug Something isn't working label Apr 30, 2023
@ssbarnea ssbarnea enabled auto-merge May 1, 2023 06:42
@ssbarnea ssbarnea added major and removed bug Something isn't working labels May 1, 2023
@ssbarnea ssbarnea disabled auto-merge May 1, 2023 08:13
@ssbarnea ssbarnea merged commit ff385f6 into main May 1, 2023
@ssbarnea ssbarnea deleted the fix/yaml branch May 1, 2023 08:13
asmacdo added a commit to asmacdo/molecule that referenced this pull request May 1, 2023
asmacdo added a commit to asmacdo/molecule that referenced this pull request May 8, 2023
asmacdo added a commit to asmacdo/molecule that referenced this pull request May 8, 2023
asmacdo added a commit to asmacdo/molecule that referenced this pull request May 8, 2023
4.0.2 dropped the use of `run`, needs to be replaced with `exec`

Fixes ansible#3903

ansible/ansible-compat#256
openstack-mirroring pushed a commit to openstack/kayobe that referenced this pull request May 10, 2023
Molecule job failed with an error:
AttributeError: 'Runtime' object has no attribute 'exec'
since 4.x ansible-compat were bring the breaking changes [1].
so we pin the 3.x version for molecule.

1. ansible/ansible-compat#256

Change-Id: I5f0b97fec565036fb48654113d356cc947e1bbb8
Signed-off-by: Maksim Malchuk <[email protected]>
openstack-mirroring pushed a commit to openstack/openstack that referenced this pull request May 10, 2023
* Update kayobe from branch 'master'
  to 805414ef9d29deddd432fd3f591734a5f05da174
  - CI: fix molecule job
    
    Molecule job failed with an error:
    AttributeError: 'Runtime' object has no attribute 'exec'
    since 4.x ansible-compat were bring the breaking changes [1].
    so we pin the 3.x version for molecule.
    
    1. ansible/ansible-compat#256
    
    Change-Id: I5f0b97fec565036fb48654113d356cc947e1bbb8
    Signed-off-by: Maksim Malchuk <[email protected]>
asmacdo added a commit to asmacdo/molecule that referenced this pull request May 16, 2023
4.0.2 dropped the use of `exec`, needs to be replaced with `run`

Fixes ansible#3903

ansible/ansible-compat#256
zhan9san pushed a commit to ansible/molecule that referenced this pull request Jun 7, 2023
* Use run, not exec, for ansible-compat 4.0.2

4.0.2 dropped the use of `exec`, needs to be replaced with `run`

Fixes #3903

ansible/ansible-compat#256

* bump ansible-compat 4.1.2

ansible-compat 4.0.1 included a breaking change. If we want to use
latest, minimum version must be at least 4.0.1.

ansible-compat < 4.1.2 has an issue that causes an unhandled exception
for certain log levels. ansible/ansible-lint#3522
Since this issue caused CI trouble, we go ahead and bump to 4.1.2.

* fixup

* [DATALAD RUNCMD] recompile requirements.lock.txt

=== Do not change lines below ===
{
 "chain": [],
 "cmd": "pip-compile --no-annotate --output-file=.config/requirements-lock.txt --resolver=backtracking --strip-extras --unsafe-package=ruamel-yaml-clib pyproject.toml",
 "exit": 0,
 "extra_inputs": [],
 "inputs": [],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^

* fix tests for command init role and init scenario

Currently the tests fail for `test_command_init_role` and
`test_command_init_scneario`. The tests execute `ansible-lint` on the
newly-created roles and the linter recently got more restrictive, so we
now have to adapt.

* [DATALAD RUNCMD] recompile requirements.txt

=== Do not change lines below ===
{
 "chain": [],
 "cmd": "pip-compile --extra=docs --extra=test --no-annotate --output-file=.config/requirements.txt --resolver=backtracking --strip-extras pyproject.toml",
 "exit": 0,
 "extra_inputs": [],
 "inputs": [],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^

* Fake 3.9 for autogenerated files

I used 3.10, but CI will run this on 3.9, and fail if there is a diff.
This means it is safe to change this by hand, since it will be checked.

---------

Co-authored-by: Daniel Ziegenberg <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant