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

Initial commit for zuulv3 jobs #1

Open
wants to merge 10,000 commits into
base: devel
Choose a base branch
from
Open

Conversation

pabelanger
Copy link

Lets start testing our github integration!

Signed-off-by: Paul Belanger pabelanger@redhat.com

SUMMARY
ISSUE TYPE
  • Feature Pull Request
  • New Module Pull Request
  • Bugfix Pull Request
  • Docs Pull Request
COMPONENT NAME
ANSIBLE VERSION

ADDITIONAL INFORMATION

@pabelanger
Copy link
Author

recheck

1 similar comment
@pabelanger
Copy link
Author

recheck

@pabelanger pabelanger closed this Jul 27, 2017
@pabelanger pabelanger reopened this Jul 27, 2017
@pabelanger
Copy link
Author

recheck

2 similar comments
@pabelanger
Copy link
Author

recheck

@pabelanger
Copy link
Author

recheck

@pabelanger pabelanger closed this Jul 28, 2017
@pabelanger pabelanger reopened this Jul 28, 2017
@pabelanger
Copy link
Author

recheck

@pabelanger pabelanger closed this Jul 28, 2017
@pabelanger pabelanger reopened this Jul 28, 2017
@opendev-zuul
Copy link

opendev-zuul bot commented Jul 28, 2017

Build failed.

@opendev-zuul
Copy link

opendev-zuul bot commented Jul 28, 2017

Build failed.

@opendev-zuul
Copy link

opendev-zuul bot commented Jul 28, 2017

Build failed.

@opendev-zuul
Copy link

opendev-zuul bot commented Jul 28, 2017

Build succeeded.

@emonty
Copy link

emonty commented Aug 24, 2017

recheck

2 similar comments
@pabelanger
Copy link
Author

recheck

@pabelanger
Copy link
Author

recheck

@pabelanger pabelanger closed this Nov 21, 2017
mattclay and others added 25 commits August 11, 2021 17:47
* user - Remove unused code.
* Replace deprecated abstractproperty decorator.
* Fix __all__ to be a tuple.
* Use a generator in subelements lookup.
* Use from import in basic.py
* Add changelog fragment.
* Fix selinux unit test.
* Use rsplit with maxsplit in BaseCacheModule.
* Use maxsplit for accessing first item.
* ansible-test - More efficient splitting.
Some job names contain '/' which causes the download job to fail.

Example job name: `Post-job: Checkout ansible/ansible@refs/pull/75445/merge to ansible.log`
* ansible-test - Upgrade `pylint` to 2.9.3.
* Update pylint ignores due to rule name change.
* Disable pylint deprecated-class for compat code.
* Add pylint ignores for test support content.
* Add ignores for arguments-renamed in lib/ansible/
* Add pylint ignores for collection_loader.
* ansible-test - Ignore deprecations in legacy collection loader.
* ansible-test - Suppress pylint consider-using-with
* ansible-test - Suppress pylint false positive.
* ansible-test - Suppress pylint consider-using-with.
* ansible-test - Suppress pylint deprecated-module
* Disable some of the new pylint suggestions.
* Remove unnecessary six usage from string_format pylint plugin.
* Remove obsolete ignore entry.
* Add new comment attribute to template plugin

Add comment_start_string and comment_end_string attribute to template
plugin


Co-authored-by: Hossein Zolfi <h.zolfi@inside.sahab.ir>
* setup module, dont truncate hpux interfaces

  fixes ansible#70533

 no hpux to test so relying on man page and users that reported successful testing

Co-authored-by: Alicia Cozine <acozine@users.noreply.github.com>
Co-authored-by: Toshio Kuratomi <a.badger@gmail.com>
Co-authored-by: Sandra McCann <samccann@redhat.com>
##### SUMMARY
When I used this example it complains with:

ERROR! The tasks/main.yml file for role 'myrole' must contain a list of tasks

The error appears to be in 'ansible/roles/myrole/tasks/main.yml': line 2, column 1, but may
be elsewhere in the file depending on the exact syntax problem.

The offending line appears to be:

---
tasks:
^ here

Removing "tasks:" fixes it.


##### ISSUE TYPE
- Docs Pull Request

+label: docsite_pr
* Add host information to the retry print statement

* Add changelog fragment reflecting retry print change
* Update paths to match relocated files.
* Update ansible-test symlink paths.
* Update path classification.
* Update MANIFEST.in
* Update sanity test context paths.
* Update sanity ignores.
* Update shebang sanity test.
* Update configure-remoting-ps1 sanity test.
* Update BOTMETA.yml to reflect new paths.
* Update paths in collection loader comments.
* Update Makefile for ansible-test.
* Update docs.
* Add changelog fragment.
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
)

* dnf: align the return value of the list argument with yum

Fixes ansible#75483

* Add integration test
* Add keywords to ansible-doc dump

  also fixed issue with async
* add 'file options' for become and connection pass
* implemented getting passwords from file or script
* added config entry
* fixed env var name and noted executable behaviuor

Co-authored-by: Rick Elrod <rick@elrod.me>
* avoid getting delegated vars w/o inventory host

 fixes ansible#75512

 In the case of imports, we don't have a host, so getting host vars for
 the delegated host makes no sense and should be avoided.

* also avoid error on vars_files with per host vars

* test

* testing given case

* oops
…#75452)

Rather than adding further complexity to the regex, preprocess the output to
remove any empty lines. Now the only purpose of the regex is to fix
wrapped lines.

Fixes ansible#70949
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
bcoca and others added 3 commits August 24, 2021 11:16
The GENERATE_CLI command does not take into account a user overriding
the PYTHON variable.

Signed-off-by: Paul Belanger <pabelanger@redhat.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet