-
Notifications
You must be signed in to change notification settings - Fork 0
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
fake #27
base: main
Are you sure you want to change the base?
fake #27
Commits on Apr 30, 2024
-
[qe] fix check for condition for a starting cluster behind proxy
A condition to ensure the state of the cluster after starting it behind a proxy was introduce in crc-org@4a9a35b that check is using a function which relies on the shell instance but that instance is not initialize anywhere as so the check is failing with an error showing shell instance is not initialize. This commit initialize the instance and now the check is working as expected Signed-off-by: Adrian Riobo Lorenzo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4200eff - Browse repository at this point
Copy the full SHA 4200effView commit details -
Chocolatey: Update project url for crc spec
https://crc.dev/blog/about is no longer works and `about` section is removed, this pr update to latest valid url It will also fix the issue which described in https://community.chocolatey.org/packages/crc/2.34.1#dependencies one.
Configuration menu - View commit details
-
Copy full SHA for 97972d1 - Browse repository at this point
Copy the full SHA 97972d1View commit details -
telemetry: add no-op functionality
Currently, when telemetry initialization fails, this is a hard failure for the `crc` command and daemon, and they exit. This commit handles this more gracefully, when there's a telemetry initialization failure, an empty `Noop Client` instance is returned, and all `Client` methods check for this `Noop` instance and return early if needed.
Configuration menu - View commit details
-
Copy full SHA for 958210e - Browse repository at this point
Copy the full SHA 958210eView commit details -
[qe] Use ubi8 image as builder for qe images
As part of commit crc-org@ae4e57f we changed the e2e and integration images; as ubi9 based images were used to build the e2e and integration binaries those can not be executed on RHEL8 target hosts. This fix change the builders to use ubi8 based images Signed-off-by: Adrian Riobo Lorenzo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f8b4f1d - Browse repository at this point
Copy the full SHA f8b4f1dView commit details -
[qe] fix integration image scripts
The scripts used to run the integration tests require to set several environment variables to customize the execution; the way the script try to set them and run the integration binary inheriting them was not right. This fix export those variables and execute the integration binary properly Signed-off-by: Adrian Riobo Lorenzo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for be2c439 - Browse repository at this point
Copy the full SHA be2c439View commit details -
[qe] change the httpd image used within e2e to registry.access.redhat…
….com/ubi8/httpd-24:latest This image was partially used within e2e, now we extend its usage to all the remainig places Signed-off-by: Adrian Riobo Lorenzo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for af9b70e - Browse repository at this point
Copy the full SHA af9b70eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c1818d - Browse repository at this point
Copy the full SHA 7c1818dView commit details -
Configuration menu - View commit details
-
Copy full SHA for a569a0e - Browse repository at this point
Copy the full SHA a569a0eView commit details -
Configuration menu - View commit details
-
Copy full SHA for fdef61b - Browse repository at this point
Copy the full SHA fdef61bView commit details -
Signed-off-by: Adrian Riobo Lorenzo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2e6b0d0 - Browse repository at this point
Copy the full SHA 2e6b0d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 77dfcd4 - Browse repository at this point
Copy the full SHA 77dfcd4View commit details