Skip to content
This repository was archived by the owner on Feb 7, 2023. It is now read-only.

roles: implement retries and remove version check#190

Merged
mike-nguyen merged 1 commit intoprojectatomic:masterfrom
miabbott:atomic_retries_version
Jun 22, 2017
Merged

roles: implement retries and remove version check#190
mike-nguyen merged 1 commit intoprojectatomic:masterfrom
miabbott:atomic_retries_version

Conversation

@miabbott
Copy link
Copy Markdown
Collaborator

We no longer need to check the version of the atomic command in
order to determine how to list images with the command, since all the
platforms we test against are at version 1.12+ of atomic.

Additionally, I added a retry loop on the atomic pull in order to
mitigate any failures due to network problems.

This address a small sliver of #156

We no longer need to check the version of the `atomic` command in
order to determine how to list images with the command, since all the
platforms we test against are at version 1.12+ of `atomic`.

Additionally, I added a retry loop on the `atomic pull` in order to
mitigate any failures due to network problems.

This address a small sliver of projectatomic#156
register: apb
retries: 5
delay: 60
until: apb|success
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

I love the shortcut for the retries here!

@mike-nguyen
Copy link
Copy Markdown
Collaborator

LGTM

@mike-nguyen mike-nguyen merged commit 019cd69 into projectatomic:master Jun 22, 2017
@miabbott
Copy link
Copy Markdown
Collaborator Author

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants