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

move ansible-test-sanity-docker on f34 #1169

Merged
merged 1 commit into from Oct 8, 2021
Merged

move ansible-test-sanity-docker on f34 #1169

merged 1 commit into from Oct 8, 2021

Conversation

goneri
Copy link
Collaborator

@goneri goneri commented Oct 8, 2021

Move to Fedora 34 to avoid the reliability issue with Ubuntu kubic
repository.

Move to Fedora 34 to avoid the reliability issue with Ubuntu kubic
repository.
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 72283f0 into ansible:master Oct 8, 2021
ansible-zuul bot pushed a commit to ansible-collections/community.vmware that referenced this pull request Oct 8, 2021
Fix check-ignores-order

Depends-On: ansible/ansible-zuul-jobs#1172
Depends-On: ansible/ansible-zuul-jobs#1169
Depends-On: ansible/ansible-zuul-jobs#1171
SUMMARY
check-ignores-order keeps failing ansible-tox-linters in the CI for #1068. I don't know why, I haven't touched anything in tests/sanity/... maybe something new in the CI?
ISSUE TYPE

Bugfix Pull Request

COMPONENT NAME
tests/sanity/ignore-2.9.txt
tests/sanity/ignore-2.10.txt
tests/sanity/ignore-2.11.txt
tests/sanity/ignore-2.12.txt
ADDITIONAL INFORMATION
Now:
$ LANG=C ./check-ignores-order
+ tmp_file=/tmp/_sorted_file9578
+ trap clean_up EXIT
++ find tests/sanity -name 'ignore-*.txt'
+ for i in $(find tests/sanity -name 'ignore-*.txt')
+ sort -u tests/sanity/ignore-2.10.txt
+ diff -s tests/sanity/ignore-2.10.txt /tmp/_sorted_file9578
Files tests/sanity/ignore-2.10.txt and /tmp/_sorted_file9578 are identical
+ for i in $(find tests/sanity -name 'ignore-*.txt')
+ sort -u tests/sanity/ignore-2.13.txt
+ diff -s tests/sanity/ignore-2.13.txt /tmp/_sorted_file9578
Files tests/sanity/ignore-2.13.txt and /tmp/_sorted_file9578 are identical
+ for i in $(find tests/sanity -name 'ignore-*.txt')
+ sort -u tests/sanity/ignore-2.11.txt
+ diff -s tests/sanity/ignore-2.11.txt /tmp/_sorted_file9578
Files tests/sanity/ignore-2.11.txt and /tmp/_sorted_file9578 are identical
+ for i in $(find tests/sanity -name 'ignore-*.txt')
+ sort -u tests/sanity/ignore-2.12.txt
+ diff -s tests/sanity/ignore-2.12.txt /tmp/_sorted_file9578
Files tests/sanity/ignore-2.12.txt and /tmp/_sorted_file9578 are identical
+ for i in $(find tests/sanity -name 'ignore-*.txt')
+ sort -u tests/sanity/ignore-2.9.txt
+ diff -s tests/sanity/ignore-2.9.txt /tmp/_sorted_file9578
Files tests/sanity/ignore-2.9.txt and /tmp/_sorted_file9578 are identical
+ clean_up
+ ARG=0
+ rm /tmp/_sorted_file9578
+ exit 0

cc @goneri

Reviewed-by: Abhijeet Kasurde <None>
Reviewed-by: None <None>
Reviewed-by: Gonéri Le Bouder <goneri@lebouder.net>
ansible-zuul bot pushed a commit to ansible-collections/community.vmware that referenced this pull request Oct 8, 2021
Clean up changelogs/fragments/

Depends-On: ansible/ansible-zuul-jobs#1172
Depends-On: ansible/ansible-zuul-jobs#1169
Depends-On: ansible/ansible-zuul-jobs#1171
Depends-On: #1072
#1062 didn't clean up changelogs/fragments/so I'll do this manually. For now, Id like to do this manually and work on a fix later. I already have an idea...

Reviewed-by: Gonéri Le Bouder <goneri@lebouder.net>
Reviewed-by: None <None>
Reviewed-by: Abhijeet Kasurde <None>
ansible-zuul bot pushed a commit to ansible-collections/kubernetes.core that referenced this pull request Oct 15, 2021
[backport/2.2] common/_wait_for: ensure label_selectors is optional (#239)

Depends-On: ansible/ansible-zuul-jobs#1170
Depends-On: ansible/ansible-zuul-jobs#1169
Depends-On: ansible/ansible-zuul-jobs#1171
common/_wait_for: ensure label_selectors is optional
The label_selectors is a new parameter for _wait_for that was
introduced in #158.
The value is new and it can be set to None to make it optional. It should
not be mandatory a non optional parameter.
Reviewed-by: None 
Reviewed-by: Alina Buzachis 
Reviewed-by: None 
(cherry picked from commit 938f7e1)

Reviewed-by: None <None>
Reviewed-by: Gonéri Le Bouder <goneri@lebouder.net>
Reviewed-by: None <None>
@goneri goneri deleted the move-ansible-test-sanity-docker-on-f34_18672 branch December 13, 2021 15:36
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