-
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 #562
Conversation
a1e23e7
to
90fa14b
Compare
Build failed. ✔️ pre-commit SUCCESS in 1m 48s |
90fa14b
to
8612f88
Compare
Build failed. ✔️ pre-commit SUCCESS in 1m 49s |
Using a Vagrant libvirt based virtual machine and OpenShift Local.
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)
8612f88
to
b77b10c
Compare
Build failed. ✔️ pre-commit SUCCESS in 1m 43s |
Build failed. ✔️ pre-commit SUCCESS in 2m 00s |
99b027f
to
1967919
Compare
Build failed. ✔️ pre-commit SUCCESS in 2m 02s |
[test] |
f96e57a
to
85e4078
Compare
Build failed. ✔️ pre-commit SUCCESS in 1m 59s |
85e4078
to
f2b54fe
Compare
Build failed. ✔️ pre-commit SUCCESS in 2m 00s |
54b4a09
to
019738b
Compare
Build failed. ✔️ pre-commit SUCCESS in 2m 01s |
019738b
to
82a57dc
Compare
Build failed. ✔️ pre-commit SUCCESS in 2m 09s |
82a57dc
to
0f04a16
Compare
Build failed. ✔️ pre-commit SUCCESS in 1m 59s |
0f04a16
to
3147507
Compare
Build failed. ✔️ pre-commit SUCCESS in 2m 06s |
3147507
to
5a17873
Compare
[test] |
Build failed. ✔️ pre-commit SUCCESS in 2m 00s |
Closing in favor of #581 |
Test deployment locally with tmt (from packit branch) To be able to access secrets and test ansible scripts using github secrets in the testing farm github action I need to create a PR from the packit repo itself (and not from a fork). This is the reason why the PR is duplicated at the moment. Should fix #562 #563 #564 #565 Reviewed-by: Laura Barcziová Reviewed-by: Matej Focko Reviewed-by: Maja Massarini
Using a Vagrant libvirt based virtual machine
and OpenShift Local.