-
Notifications
You must be signed in to change notification settings - Fork 25
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
Test deployment locally with tmt (from packit branch) #581
Commits on Sep 10, 2024
-
Test deployment locally with tmt
Using a Vagrant libvirt based virtual machine and OpenShift Local.
Configuration menu - View commit details
-
Copy full SHA for 660f7cb - Browse repository at this point
Copy the full SHA 660f7cbView commit details -
Run packit-service deployment test inside tmt
This commit breaks vagrant test! To be able to run OpenShift Local inside a local provisione tmt virtual machine you need to change tmt sources: change DEFAULT_CPU_COUNT in tmt/steps/provision/testcloud.py to 6 2 cpus are not enough for Openshift Local and is is not custumizable (will open an issue in tmt but our goal is to provision the machine in the cloud so this is not strictly necessary, for local usage is probably better to make vagrant work again)
Configuration menu - View commit details
-
Copy full SHA for 37346b7 - Browse repository at this point
Copy the full SHA 37346b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 83f273e - Browse repository at this point
Copy the full SHA 83f273eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a9e5bb - Browse repository at this point
Copy the full SHA 1a9e5bbView commit details
Commits on Sep 11, 2024
-
Manually repeat changes in deploy role and update deploy test after r…
…ebase Before using the deploy role in the deploy playbook. Wait for the deploy tests to be reviewed, up and running. Every change in the deploy playbook has to be repeated manually back in the deploy role, in the meantime. Co-authored-by: Laura Barcziová <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 006a156 - Browse repository at this point
Copy the full SHA 006a156View commit details -
Create Makefile for Vagrant related targets
Co-authored-by: Matej Focko <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6968837 - Browse repository at this point
Copy the full SHA 6968837View commit details -
Always install python3-cryptography
Instead of python-cryptography. CentOS 8 Stream was not able to resolve python-cryptography. We don't need to support old CentOS versions anymore, so we can use the python3 package.
Configuration menu - View commit details
-
Copy full SHA for 8673ec1 - Browse repository at this point
Copy the full SHA 8673ec1View commit details
Commits on Sep 13, 2024
-
Improve docs related with testing changes
Co-authored-by: Laura Barcziová <[email protected]> Co-authored-by: Matej Focko <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b7b7804 - Browse repository at this point
Copy the full SHA b7b7804View commit details -
Deploy github-app-private-key for worker and service
Tokman is no longer used. The github-app-private-key is now used directly by the service and the workers.
Configuration menu - View commit details
-
Copy full SHA for e906d88 - Browse repository at this point
Copy the full SHA e906d88View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4dcdc99 - Browse repository at this point
Copy the full SHA 4dcdc99View commit details -
Disable by default plans designed to be used manually
Co-authored-by: Matej Focko <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 49425a1 - Browse repository at this point
Copy the full SHA 49425a1View commit details -
Do not call deploy test from zuul
Now we are using testing farm for it.
Configuration menu - View commit details
-
Copy full SHA for 9702af0 - Browse repository at this point
Copy the full SHA 9702af0View commit details