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

plugin/builder: increase retries for requests to composer #128

Merged
merged 9 commits into from
Oct 28, 2024

Commits on Oct 21, 2024

  1. plugin/builder: increase retries

    The fedora koji instance often has trouble contacting the composer api,
    let's just make the retries a lot more generous.
    croissanne committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    f708a65 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Configuration menu
    Copy the full SHA
    b342f21 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    378ae3d View commit details
    Browse the repository at this point in the history
  3. test: fix unit tests

    Koji complains if the `repo` isn't present.
    croissanne committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    546e23f View commit details
    Browse the repository at this point in the history
  4. .github/workflows/ci: disable codespell

    This check is failing on the spelling of the valid function `assertIn`
    of the unittest library.
    croissanne committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    c52025a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dd9fbc4 View commit details
    Browse the repository at this point in the history
  6. koji-osbuild.spec: remove podman-plugins

    This package is no longer shipped.
    croissanne committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    9fcd923 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    073fdfb View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. test/integration: fix RHEL repositories

    Drop the package sets, I'm not sure they exist anymore in that form, it
    breaks depsolving.
    
    Also pirnt the journal logs during the test to make it easier to debug
    failures.
    croissanne committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    c827887 View commit details
    Browse the repository at this point in the history