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

retest-failed triggers also successful test runs #1886

Open
TomasTomecek opened this issue Feb 7, 2023 · 3 comments
Open

retest-failed triggers also successful test runs #1886

TomasTomecek opened this issue Feb 7, 2023 · 3 comments
Assignees
Labels
area/general Related to whole service, not a specific part/integration. complexity/single-task Regular task, should be done within days. gain/low This doesn't bring that much value to users. impact/low This issue impacts only a few users. kind/bug Something isn't working.

Comments

@TomasTomecek
Copy link
Member

image

only 37 was failed, the comment triggered testing for 36 and rawhide as well

packit.yaml

specfile_path: ansible-bender.spec
actions:
  create-archive:
    - "python3 setup.py sdist --dist-dir ."
    - "sh -c 'echo ansible-bender-$(python3 setup.py --version).tar.gz'"
  get-current-version:
    - "python3 setup.py --version"
jobs:
- job: copr_build
  targets:
  - fedora-all
  trigger: pull_request
- job: tests
  trigger: pull_request
  targets:
  - fedora-all
- job: propose_downstream
  trigger: release
  dist_git_branches: [rawhide]
srpm_build_deps:
  - python3-pip # "python3 setup.py --version" needs it
  - python3-setuptools_scm
@TomasTomecek TomasTomecek added the kind/bug Something isn't working. label Feb 7, 2023
@Venefilyn
Copy link
Contributor

Just encountered this as well in oamg/convert2rhel#731

@TomasTomecek TomasTomecek added the discuss discuss To be discussed within a team (usually on the so-called Architecture meeting next Thursday) label Feb 7, 2023
@jpopelka jpopelka removed the discuss discuss To be discussed within a team (usually on the so-called Architecture meeting next Thursday) label Feb 16, 2023
@bocekm
Copy link

bocekm commented Feb 20, 2023

FYI, there's a known workaround - go to the Checks tab of the PR and re-run the failed jobs manually one by one.

@lbarcziova lbarcziova added complexity/single-task Regular task, should be done within days. impact/low This issue impacts only a few users. area/general Related to whole service, not a specific part/integration. gain/low This doesn't bring that much value to users. labels Apr 13, 2023
@lbarcziova
Copy link
Member

This especially doesn't work when using identifiers, as we filter only targets and utilise the *_targets_override and do not consider the identifiers at all (encountered in neoave/mrack#262)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/general Related to whole service, not a specific part/integration. complexity/single-task Regular task, should be done within days. gain/low This doesn't bring that much value to users. impact/low This issue impacts only a few users. kind/bug Something isn't working.
Projects
Status: in-progress
Development

No branches or pull requests

6 participants