Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix bug with sandboxing with values from env/settings #978

Merged
merged 4 commits into from Jan 27, 2022

Conversation

Shrews
Copy link
Contributor

@Shrews Shrews commented Jan 27, 2022

Fixes #977

Sandboxing with directory isolation did not work when values were defined via env/settings.

Unit test for this required moving the project_fixtures pytest fixture from the integration directory to the top-level test directory where it could be used by unit tests, as well.

@Shrews Shrews requested a review from a team as a code owner January 27, 2022 17:10
@github-actions github-actions bot added needs_triage New item that needs to be triaged test Changes to test files labels Jan 27, 2022
@eqrx eqrx added the gate label Jan 27, 2022
Copy link
Contributor

@ansible-zuul ansible-zuul bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@ansible-zuul ansible-zuul bot merged commit 996a00d into ansible:devel Jan 27, 2022
@Shrews Shrews deleted the issue/977 branch January 27, 2022 19:00
Shrews added a commit to Shrews/ansible-runner that referenced this pull request Jan 31, 2022
Fix bug with sandboxing with values from env/settings

Fixes ansible#977
Sandboxing with directory isolation did not work when values were defined via env/settings.
Unit test for this required moving the project_fixtures pytest fixture from the integration directory to the top-level test directory where it could be used by unit tests, as well.

Reviewed-by: Alexander Sowitzki <dev@eqrx.net>
Reviewed-by: None <None>
(cherry picked from commit 996a00d)
Shrews added a commit to Shrews/ansible-runner that referenced this pull request Jan 31, 2022
Fix bug with sandboxing with values from env/settings

Fixes ansible#977
Sandboxing with directory isolation did not work when values were defined via env/settings.
Unit test for this required moving the project_fixtures pytest fixture from the integration directory to the top-level test directory where it could be used by unit tests, as well.

Reviewed-by: Alexander Sowitzki <dev@eqrx.net>
Reviewed-by: None <None>
(cherry picked from commit 996a00d)
ansible-zuul bot pushed a commit that referenced this pull request Jan 31, 2022
[backport][release_2.1] Fix bug with sandboxing with values from env/settings (#978)

Backport of PR #978
This also standardizes .gitignore from a change that was not backported to this branch.
(cherry picked from commit 996a00d)

Reviewed-by: Alexander Sowitzki <dev@eqrx.net>
Reviewed-by: None <None>
ansible-zuul bot pushed a commit that referenced this pull request Jan 31, 2022
[backport][release_2.0] Fix bug with sandboxing with values from env/settings (#978)

Backport of PR #978
This also standardizes .gitignore from a change that was not backported to this branch.
(cherry picked from commit 996a00d)

Reviewed-by: Alexander Sowitzki <dev@eqrx.net>
Reviewed-by: None <None>
@sivel sivel removed the needs_triage New item that needs to be triaged label May 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test Changes to test files
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Sandboxing runner with directory isolation only works via CLI options
3 participants