-
Notifications
You must be signed in to change notification settings - Fork 21
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
Commits on Oct 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6fdfc44 - Browse repository at this point
Copy the full SHA 6fdfc44View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d6d0ab - Browse repository at this point
Copy the full SHA 5d6d0abView commit details -
Configuration menu - View commit details
-
Copy full SHA for d4a379c - Browse repository at this point
Copy the full SHA d4a379cView commit details -
Configuration menu - View commit details
-
Copy full SHA for be53b13 - Browse repository at this point
Copy the full SHA be53b13View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2acf3db - Browse repository at this point
Copy the full SHA 2acf3dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for d5d3fd3 - Browse repository at this point
Copy the full SHA d5d3fd3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f5a76a - Browse repository at this point
Copy the full SHA 9f5a76aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 624017f - Browse repository at this point
Copy the full SHA 624017fView commit details -
Configuration menu - View commit details
-
Copy full SHA for adaefaf - Browse repository at this point
Copy the full SHA adaefafView commit details -
Configuration menu - View commit details
-
Copy full SHA for c77229c - Browse repository at this point
Copy the full SHA c77229cView commit details -
Configuration menu - View commit details
-
Copy full SHA for b258b6e - Browse repository at this point
Copy the full SHA b258b6eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 72e025d - Browse repository at this point
Copy the full SHA 72e025dView commit details -
Configuration menu - View commit details
-
Copy full SHA for f867aa6 - Browse repository at this point
Copy the full SHA f867aa6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d60228 - Browse repository at this point
Copy the full SHA 9d60228View commit details -
Configuration menu - View commit details
-
Copy full SHA for 11910b4 - Browse repository at this point
Copy the full SHA 11910b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 80d8890 - Browse repository at this point
Copy the full SHA 80d8890View commit details -
Configuration menu - View commit details
-
Copy full SHA for 32e0a98 - Browse repository at this point
Copy the full SHA 32e0a98View commit details -
Configuration menu - View commit details
-
Copy full SHA for 884e6b6 - Browse repository at this point
Copy the full SHA 884e6b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0dcb37d - Browse repository at this point
Copy the full SHA 0dcb37dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d946465 - Browse repository at this point
Copy the full SHA d946465View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b05b72 - Browse repository at this point
Copy the full SHA 3b05b72View commit details -
Configuration menu - View commit details
-
Copy full SHA for d1759b6 - Browse repository at this point
Copy the full SHA d1759b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 822a27e - Browse repository at this point
Copy the full SHA 822a27eView commit details -
Configuration menu - View commit details
-
Copy full SHA for afc1c45 - Browse repository at this point
Copy the full SHA afc1c45View commit details -
Configuration menu - View commit details
-
Copy full SHA for d127c35 - Browse repository at this point
Copy the full SHA d127c35View commit details -
Configuration menu - View commit details
-
Copy full SHA for 333ce47 - Browse repository at this point
Copy the full SHA 333ce47View commit details -
Configuration menu - View commit details
-
Copy full SHA for de46813 - Browse repository at this point
Copy the full SHA de46813View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for b10c47f - Browse repository at this point
Copy the full SHA b10c47fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f6376cf - Browse repository at this point
Copy the full SHA f6376cfView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.