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

fix assert of deploymentCircuitBreaker #1217

Merged
merged 1 commit into from
Jun 5, 2022
Merged

fix assert of deploymentCircuitBreaker #1217

merged 1 commit into from
Jun 5, 2022

Conversation

markuman
Copy link
Member

@markuman markuman commented Jun 5, 2022

SUMMARY

fix broken ecs_cluster integration test of #1215

cc @tremble @karcadia

ISSUE TYPE
COMPONENT NAME
ADDITIONAL INFORMATION

@ansibullbot
Copy link

@softwarefactory-project-zuul

This comment was marked as outdated.

@markuman markuman changed the title fix asssert of deploymentCircuitBreaker fix assert of deploymentCircuitBreaker Jun 5, 2022
@tremble
Copy link
Contributor

tremble commented Jun 5, 2022

recheck

@softwarefactory-project-zuul
Copy link
Contributor

Build succeeded.

ansible-galaxy-importer FAILURE in 4m 37s (non-voting)
✔️ build-ansible-collection SUCCESS in 4m 57s
✔️ ansible-test-sanity-docker-devel SUCCESS in 9m 02s (non-voting)
✔️ ansible-test-sanity-docker-milestone SUCCESS in 10m 16s
✔️ ansible-test-sanity-docker-stable-2.9 SUCCESS in 11m 06s
✔️ ansible-test-sanity-docker-stable-2.11 SUCCESS in 9m 59s
✔️ ansible-test-sanity-docker-stable-2.12 SUCCESS in 11m 16s
✔️ ansible-test-units-community-aws-python38 SUCCESS in 6m 24s
✔️ ansible-test-units-community-aws-python39 SUCCESS in 6m 58s
✔️ ansible-test-splitter SUCCESS in 2m 21s
✔️ integration-community.aws-1 SUCCESS in 5m 50s
⚠️ integration-community.aws-2 SKIPPED
⚠️ integration-community.aws-3 SKIPPED
⚠️ integration-community.aws-4 SKIPPED
⚠️ integration-community.aws-5 SKIPPED
⚠️ integration-community.aws-6 SKIPPED
⚠️ integration-community.aws-7 SKIPPED
⚠️ integration-community.aws-8 SKIPPED
⚠️ integration-community.aws-9 SKIPPED
⚠️ integration-community.aws-10 SKIPPED
⚠️ integration-community.aws-11 SKIPPED
⚠️ integration-community.aws-12 SKIPPED
⚠️ integration-community.aws-13 SKIPPED

Copy link
Contributor

@tremble tremble left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Run tests locally and they now pass. I'd missed that they didn't run last time.

@tremble tremble added the mergeit Merge the PR (SoftwareFactory) label Jun 5, 2022
@softwarefactory-project-zuul
Copy link
Contributor

Build succeeded (gate pipeline).

ansible-galaxy-importer FAILURE in 4m 47s (non-voting)
✔️ build-ansible-collection SUCCESS in 6m 02s
✔️ ansible-test-sanity-docker-devel SUCCESS in 11m 32s (non-voting)
✔️ ansible-test-sanity-docker-milestone SUCCESS in 12m 25s
✔️ ansible-test-sanity-docker-stable-2.9 SUCCESS in 14m 19s
✔️ ansible-test-sanity-docker-stable-2.11 SUCCESS in 12m 01s
✔️ ansible-test-sanity-docker-stable-2.12 SUCCESS in 11m 43s
✔️ ansible-test-units-community-aws-python38 SUCCESS in 7m 45s
✔️ ansible-test-units-community-aws-python39 SUCCESS in 6m 08s
✔️ ansible-test-splitter SUCCESS in 2m 48s
✔️ integration-community.aws-1 SUCCESS in 6m 51s
⚠️ integration-community.aws-2 SKIPPED
⚠️ integration-community.aws-3 SKIPPED
⚠️ integration-community.aws-4 SKIPPED
⚠️ integration-community.aws-5 SKIPPED
⚠️ integration-community.aws-6 SKIPPED
⚠️ integration-community.aws-7 SKIPPED
⚠️ integration-community.aws-8 SKIPPED
⚠️ integration-community.aws-9 SKIPPED
⚠️ integration-community.aws-10 SKIPPED
⚠️ integration-community.aws-11 SKIPPED
⚠️ integration-community.aws-12 SKIPPED
⚠️ integration-community.aws-13 SKIPPED

@softwarefactory-project-zuul softwarefactory-project-zuul bot merged commit 1eef1c6 into ansible-collections:main Jun 5, 2022
@karcadia
Copy link
Contributor

karcadia commented Jun 5, 2022

Wow woops thanks for cleaning this up!

Doesn't the PR pipeline run the integration tests? Was there a way for me to tell that it was failing?
Maybe I'll just run my tests offline before submitting next time.

@markuman
Copy link
Member Author

markuman commented Jun 5, 2022

Doesn't the PR pipeline run the integration tests?

ATM not. But work for it is in progress.

Was there a way for me to tell that it was failing? Maybe I'll just run my tests offline before submitting next time.

basically you're place the cloud-config-aws.ini.template into your fork/clone and fill out the credentials

cp ~/.local/lib/python3.10/site-packages/ansible_test/config/cloud-config-aws.ini.template tests/integration/cloud-config-aws.ini

afterwards you can run

ansible-test integration -v ecs_cluster --docker default --allow-unsupported

but somewhere must be also a more detailed manual for it.

softwarefactory-project-zuul bot pushed a commit that referenced this pull request Jun 7, 2022
backport-3: ecs_service deployment_circuit_breaker

SUMMARY
manual backport of

#1215
#1217

there is no version_added, because the module already supports this feature. it was just undocumented.
ISSUE TYPE


Bugfix Pull Request
Docs Pull Request
Feature Pull Request

COMPONENT NAME
ecs_service
ADDITIONAL INFORMATION

Reviewed-by: Alina Buzachis <None>
softwarefactory-project-zuul bot pushed a commit that referenced this pull request Jun 7, 2022
backport-2: ecs_service deployment_circuit_breaker

SUMMARY
manual backport of

#1215
#1217

there is no version_added, because the module already supports this feature. it was just undocumented.
ISSUE TYPE


Bugfix Pull Request
Docs Pull Request
Feature Pull Request

COMPONENT NAME
ecs_service
ADDITIONAL INFORMATION

Reviewed-by: Alina Buzachis <None>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community_review integration tests/integration mergeit Merge the PR (SoftwareFactory) plugins plugin (any type) tests tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants