From 9c732d2406d4901b264fc9ccf707c5f79c35c8f3 Mon Sep 17 00:00:00 2001 From: TVo Date: Fri, 3 Jan 2025 10:01:21 -0700 Subject: [PATCH] AAP-36522 Opened PR to test and fix deprecation error in tower 4.6 checks (#6772) * Opened PR to test AAP-36522. * Test pin specific ansible-core version in the run_awx_devel actions. * Fixed syntax for ansible-core version. * updated makefile to match syntax for ansible version * Reverts makefile changes; fixed syntax for upgrade ansible-core action. --- .github/actions/run_awx_devel/action.yml | 2 +- ISSUES.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/run_awx_devel/action.yml b/.github/actions/run_awx_devel/action.yml index 9ce4a0fbfe..50dfb98a53 100644 --- a/.github/actions/run_awx_devel/action.yml +++ b/.github/actions/run_awx_devel/action.yml @@ -26,7 +26,7 @@ runs: - name: Upgrade ansible-core shell: bash - run: python3 -m pip install --upgrade ansible-core + run: python3 -m pip install --upgrade 'ansible-core<2.18.0' - name: Install system deps shell: bash diff --git a/ISSUES.md b/ISSUES.md index d4b853de83..dc69e63745 100644 --- a/ISSUES.md +++ b/ISSUES.md @@ -5,7 +5,7 @@ Use the GitHub [issue tracker](https://github.com/ansible/awx/issues) for filing bugs. In order to save time, and help us respond to issues quickly, make sure to fill out as much of the issue template as possible. Version information, and an accurate reproducing scenario are critical to helping us identify the problem. -Please don't use the issue tracker as a way to ask how to do something. Instead, use the [mailing list](https://groups.google.com/forum/#!forum/awx-project) , and the `#ansible-awx` channel on irc.libera.chat to get help. +Please don't use the issue tracker as a way to ask how to do something. Instead, use the [Forum](https://groups.google.com/forum/#!forum/awx-project), and the `#ansible-awx` channel Matrix to get help. Before opening a new issue, please use the issue search feature to see if what you're experiencing has already been reported. If you have any extra detail to provide, please comment. Otherwise, rather than posting a "me too" comment, please consider giving it a ["thumbs up"](https://github.com/blog/2119-add-reactions-to-pull-requests-issues-and-comment) to give us an indication of the severity of the problem.