Skip to content

Commit

Permalink
always check smoker results, not only for nightly
Browse files Browse the repository at this point in the history
we've been running nightly with smoker on for a year now (the old
"nightly" only code was added in c112bb8)
which makes me assume all releases since then should be clean
  • Loading branch information
evgeni authored and ekohl committed Jan 4, 2024
1 parent f26db23 commit 7d5a7f2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions pipelines/install/06-smoker.yml
Expand Up @@ -20,5 +20,3 @@
become: true
- podman
- role: smoker
vars:
pytest_project_ignore_errors: "{{ (pipeline_version != 'nightly') }}"
2 changes: 0 additions & 2 deletions pipelines/upgrade/11-smoker.yml
Expand Up @@ -20,5 +20,3 @@
become: true
- podman
- role: smoker
vars:
pytest_project_ignore_errors: "{{ (pipeline_version != 'nightly') }}"

0 comments on commit 7d5a7f2

Please sign in to comment.