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

ceph-rgw: use match instead of equalto from jinja2 (bp #5341) #5342

Merged
merged 1 commit into from May 6, 2020

Conversation

mergify[bot]
Copy link

@mergify mergify bot commented May 6, 2020

This is an automated backport of pull request #5341 done by Mergify

Mergify commands and options

More conditions and actions can be found in the documentation.

You can also trigger Mergify actions by commenting on this pull request:

  • @Mergifyio refresh will re-evaluate the rules
  • @Mergifyio rebase will rebase this PR on its base branch
  • @Mergifyio update will merge the base branch into this PR
  • @Mergifyio backport <destination> will backport this PR on <destination> branch

Additionally, on Mergify dashboard you can:

  • look at your merge queues
  • generate the Mergify configuration with the simulator.

Finally, you can contact us on https://mergify.io/

@dsavineau dsavineau changed the title ceph-rgw: use match instead of equalto from jinja2 (bp #5341) [skip ci] ceph-rgw: use match instead of equalto from jinja2 (bp #5341) May 6, 2020
The '==' jinja2 operator (or 'equalto') has been introduced in jinja2
2.8.
On EL7, jinja2 version is 2.7 so the operator isn't present creating
templating error like:

The error was: TemplateRuntimeError: no test named '=='

Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1747206

Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
(cherry picked from commit 34e6e8e)
@dsavineau dsavineau force-pushed the mergify/bp/stable-4.0/pr-5341 branch from f8d8e19 to 6dadb3d Compare May 6, 2020 18:26
@dsavineau dsavineau changed the title [skip ci] ceph-rgw: use match instead of equalto from jinja2 (bp #5341) ceph-rgw: use match instead of equalto from jinja2 (bp #5341) May 6, 2020
@dsavineau
Copy link
Contributor

jenkins test centos-non_container-rgw_multisite

@dsavineau
Copy link
Contributor

jenkins test centos-container-rgw_multisite

@dsavineau dsavineau merged commit 487dcdc into stable-4.0 May 6, 2020
@dsavineau dsavineau deleted the mergify/bp/stable-4.0/pr-5341 branch May 6, 2020 19:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant