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

ci: Rewrite e2e test suite from bash to golang #217

Merged
merged 29 commits into from
Oct 7, 2024
Merged

Commits on Oct 7, 2024

  1. Configuration menu
    Copy the full SHA
    6fdfc44 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d6d0ab View commit details
    Browse the repository at this point in the history
  3. fix(ci): Adjust paths

    konrad-ohms committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    d4a379c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    be53b13 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2acf3db View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d5d3fd3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9f5a76a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    624017f View commit details
    Browse the repository at this point in the history
  9. ci: Fixup script path

    konrad-ohms committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    adaefaf View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c77229c View commit details
    Browse the repository at this point in the history
  11. fixup

    konrad-ohms committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    b258b6e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    72e025d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f867aa6 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    9d60228 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    11910b4 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    80d8890 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    32e0a98 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    884e6b6 View commit details
    Browse the repository at this point in the history
  19. test: Cleanup test API

    konrad-ohms committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    0dcb37d View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    d946465 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    3b05b72 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    d1759b6 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    822a27e View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    afc1c45 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    d127c35 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    333ce47 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    de46813 View commit details
    Browse the repository at this point in the history
  28. chore: Add support for local podman build via buildkit

    If running on podman, the Dockerfile syntax is not accepted in all cases
    and the build might behave differently compared to Docker. Buildkit is
    the foundation of the docker build logic and can be used in isolation,
    also as part of a running container. Therefore, the Makefile now detects
    podman on docker on demand and installs the buildctl command line if
    necessary. The build is always executed via buildctl now, which should
    provide a consistent build behavior.
    konrad-ohms committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    b10c47f View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    f6376cf View commit details
    Browse the repository at this point in the history