-
Notifications
You must be signed in to change notification settings - Fork 199
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
120 additions
and
230 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 |
---|---|---|
|
@@ -24,54 +24,6 @@ jobs: | |
fail-fast: false | ||
matrix: | ||
include: | ||
- name: Ans_27_210 | ||
tox_env: py27-mode_ansible-ansible2.10 | ||
- name: Ans_27_4 | ||
tox_env: py27-mode_ansible-ansible4 | ||
|
||
- name: Ans_36_210 | ||
python_version: '3.6' | ||
tox_env: py36-mode_ansible-ansible2.10 | ||
- name: Ans_36_4 | ||
python_version: '3.6' | ||
tox_env: py36-mode_ansible-ansible4 | ||
|
||
- name: Ans_311_210 | ||
python_version: '3.11' | ||
tox_env: py311-mode_ansible-ansible2.10 | ||
- name: Ans_311_3 | ||
python_version: '3.11' | ||
tox_env: py311-mode_ansible-ansible3 | ||
- name: Ans_311_4 | ||
python_version: '3.11' | ||
tox_env: py311-mode_ansible-ansible4 | ||
- name: Ans_311_5 | ||
python_version: '3.11' | ||
tox_env: py311-mode_ansible-ansible5 | ||
- name: Ans_313_6 | ||
python_version: '3.13' | ||
tox_env: py313-mode_ansible-ansible6 | ||
- name: Ans_313_7 | ||
python_version: '3.13' | ||
tox_env: py313-mode_ansible-ansible7 | ||
- name: Ans_313_8 | ||
python_version: '3.13' | ||
tox_env: py313-mode_ansible-ansible8 | ||
- name: Ans_313_9 | ||
python_version: '3.13' | ||
tox_env: py313-mode_ansible-ansible9 | ||
- name: Ans_313_10 | ||
python_version: '3.13' | ||
tox_env: py313-mode_ansible-ansible10 | ||
- name: Van_313_10 | ||
python_version: '3.13' | ||
tox_env: py313-mode_ansible-ansible10-strategy_linear | ||
|
||
- name: Mito_27 | ||
tox_env: py27-mode_mitogen | ||
- name: Mito_36 | ||
python_version: '3.6' | ||
tox_env: py36-mode_mitogen | ||
- name: Mito_313 | ||
python_version: '3.13' | ||
tox_env: py313-mode_mitogen | ||
|
@@ -164,23 +116,15 @@ jobs: | |
fail-fast: false | ||
matrix: | ||
include: | ||
- name: Mito_27 | ||
tox_env: py27-mode_mitogen | ||
- name: Mito_313 | ||
- name: Loc_313_old | ||
python_version: '3.13' | ||
tox_env: py313-mode_mitogen | ||
|
||
- name: Loc_27_210 | ||
tox_env: py27-mode_localhost-ansible2.10 | ||
- name: Loc_313_10 | ||
tox_env: py313-mode_localhost-old | ||
- name: Loc_313_new | ||
python_version: '3.13' | ||
tox_env: py313-mode_localhost-ansible10 | ||
|
||
- name: Van_27_210 | ||
tox_env: py27-mode_localhost-ansible2.10-strategy_linear | ||
- name: Van_313_10 | ||
tox_env: py313-mode_localhost-new | ||
- name: Loc_313_bisect | ||
python_version: '3.13' | ||
tox_env: py313-mode_localhost-ansible10-strategy_linear | ||
tox_env: py313-mode_localhost-bisect | ||
|
||
steps: | ||
- uses: actions/checkout@v4 | ||
|
@@ -260,8 +204,53 @@ jobs: | |
PYTHON="/Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7" | ||
fi | ||
export old_rev=2f647e9617067802647d2a461906c1241c5cac00 | ||
export new_rev=a1a6550daf305ec9815a7b12db42c68b63426878 | ||
# if [[ "${{ matrix.tox_env }}" == "py313-mode_localhost-bisect" ]]; then | ||
# cd .. | ||
# git clone https://github.com/ansible/ansible | ||
# cd ansible | ||
# git checkout $old_rev | ||
# cd ../mitogen | ||
# fi | ||
export FOO_OVERRIDE=1 | ||
"$PYTHON" -m tox -e "${{ matrix.tox_env }}" | ||
# if [[ "${{ matrix.tox_env }}" != "py313-mode_localhost-bisect" ]]; then | ||
# exit 0 | ||
# fi | ||
# cd ../ansible | ||
# cat << EOF > bisect.sh | ||
# #!/usr/bin/env bash | ||
# set -o errexit -o nounset -o pipefail | ||
# sudo -K | ||
# rm -rf build dist | ||
# cd ../mitogen | ||
# rm -rf .tox | ||
# export FOO_OVERRIDE=1 | ||
# "$PYTHON" -m tox -r -e "${{ matrix.tox_env }}" && rc=\$? || rc=\$? | ||
# if [[ \$rc -ne 0 ]]; then | ||
# exit 0 | ||
# else | ||
# exit \$rc | ||
# fi | ||
# EOF | ||
# chmod +x bisect.sh | ||
# git bisect start | ||
# git bisect good $old_rev | ||
# git bisect bad $new_rev | ||
# git bisect run ./bisect.sh | ||
# https://github.com/marketplace/actions/alls-green | ||
check: | ||
if: always() | ||
|
@@ -273,3 +262,32 @@ jobs: | |
- uses: re-actors/alls-green@release/v1 | ||
with: | ||
jobs: ${{ toJSON(needs) }} | ||
|
||
|
||
# alex@uv2204:~/src/ansible$ git show --summary 2f647e9617067802647d2a461906c1241c5cac00 | ||
# commit 2f647e9617067802647d2a461906c1241c5cac00 | ||
# Author: Felix Fontein <[email protected]> | ||
# Date: Fri Mar 31 23:14:35 2023 +0200 | ||
|
||
# Implement semantic markup support for Ansible documentation in validate-modules. (#80243) | ||
|
||
# create mode 100644 changelogs/fragments/80243-validate-modules.yml | ||
# create mode 100644 test/integration/targets/ansible-test-sanity-validate-modules/ansible_collections/ns/col/plugins/modules/semantic_markup.py | ||
# alex@uv2204:~/src/ansible$ git bisect good a1a6550daf305ec9815a7b12db42c68b63426878 | ||
# You need to start by "git bisect start" | ||
|
||
# Do you want me to do it for you [Y/n]? ^C | ||
# alex@uv2204:~/src/ansible$ git show --summary a1a6550daf305ec9815a7b12db42c68b63426878 | ||
# commit a1a6550daf305ec9815a7b12db42c68b63426878 | ||
# Author: Abhijeet Kasurde <[email protected]> | ||
# Date: Mon Sep 18 07:50:50 2023 -0700 | ||
|
||
# inventory_ini: Handle SyntaxWarning in ini parsing (#81707) | ||
|
||
# * handle SyntaxWarning ini inventory parsing | ||
|
||
# Fixes: #81328 | ||
|
||
# Signed-off-by: Abhijeet Kasurde <[email protected]> | ||
|
||
# create mode 100644 changelogs/fragments/inventory_ini.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
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,6 +1,2 @@ | ||
- import_playbook: setup/all.yml | ||
tags: setup | ||
- import_playbook: regression/all.yml | ||
tags: regression | ||
- import_playbook: integration/all.yml | ||
tags: integration |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1 @@ | ||
|
||
- import_playbook: su_password.yml | ||
- import_playbook: sudo_flags_failure.yml | ||
- import_playbook: sudo_nonexistent.yml | ||
- import_playbook: sudo_nopassword.yml | ||
- import_playbook: sudo_password.yml | ||
- import_playbook: sudo_requiretty.yml | ||
- import_playbook: templated_by_inv.yml | ||
- import_playbook: templated_by_play_keywords.yml | ||
- import_playbook: templated_by_play_vars.yml | ||
- import_playbook: templated_by_task_keywords.yml |
Oops, something went wrong.