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

Make blocking wait on running workers/deployments optional #618

Open
Tracked by #616
mfocko opened this issue Nov 28, 2024 · 0 comments
Open
Tracked by #616

Make blocking wait on running workers/deployments optional #618

mfocko opened this issue Nov 28, 2024 · 0 comments
Labels
kind/internal Doesn't affect users directly, may be e.g. infrastructure, DB related.

Comments

@mfocko
Copy link
Member

mfocko commented Nov 28, 2024

- name: Wait for worker-long-running-0 to be running
vars:
pod_name: packit-worker-long-running-0
ansible.builtin.include_tasks: tasks/wait_for_pod.yml
when: workers_long_running > 0

Currently somewhat broken, expects the CLI to be switched to the correct project + does not really make sense to be present in the playbook?

Notes

  • Testing Farm deployment tests depend on this, could be just moved around
  • Usefulness during manual deployments is questionable…
  • We could probably keep it as an optional thing via tag / variable, such as wait/blocking
  • Keep in mind testing the deployment on the TF when refactoring this
@mfocko mfocko added the kind/internal Doesn't affect users directly, may be e.g. infrastructure, DB related. label Nov 28, 2024
@mfocko mfocko moved this from new to backlog in Packit Kanban Board Nov 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/internal Doesn't affect users directly, may be e.g. infrastructure, DB related.
Projects
Status: backlog
Development

No branches or pull requests

1 participant