@@ -49,7 +49,6 @@ automated solution. Below you can find a summary of all the needed manual steps;
4949I am quite sure after reading them, you will want to automate them with Packit!
5050
5151- Build an RPM package with your pull request changes through ** COPR** , go to https://copr.fedorainfracloud.org
52-
5352 1 . Install ` copr-cli ` .
5453 2 . Create your account and service token.
5554 3 . Add your token to `~ /.config/copr.
@@ -58,25 +57,23 @@ I am quite sure after reading them, you will want to automate them with Packit!
5857 6 . ** WAIT for the build to finish** .
5958
6059- Create a new cloud image through the ** Image Builder console** , go to https://console.redhat.com/insights/image-builder
61-
62- 7 . Login with your _ Red Hat developer_ account.
63- 8 . Click on the ` Create Image ` button, choose _ AWS image_ type and follow the wizard.
64- 9 . ** WAIT for the build to finish** .
65- 10 . Open the ` Launch ` link for the builded image.
60+ 1 . Login with your _ Red Hat developer_ account.
61+ 2 . Click on the ` Create Image ` button, choose _ AWS image_ type and follow the wizard.
62+ 3 . ** WAIT for the build to finish** .
63+ 4 . Open the ` Launch ` link for the builded image.
6664
6765- Launch and access the AWS image through the ** AWS management console** , go to https://aws.amazon.com/console/
68-
69- 11 . The previous link will open an AWS console tab with the
70- _ Launch an Instance_ wizard preset to use the builded image.
71- You need to login into the _ AWS management console_ using an _ AWS Account ID_
72- allowed to access the _ AMI Image_ you just created.
73- 12 . Select a ** Key pair** , or create one if you don't have it already,
74- to be able to ssh the image later.
75- 13 . Click on ` Launch Instance `
76- 14 . Connect to instance using an ssh client
77- 15 . Add the previously created COPR repo to the list of available dnf repositories.
78- 16 . Install the package you have created at step number 4.
79- 17 . Now you are ready to test your code in a real cloud image.
66+ 1 . The previous link will open an AWS console tab with the
67+ _ Launch an Instance_ wizard preset to use the builded image.
68+ You need to login into the _ AWS management console_ using an _ AWS Account ID_
69+ allowed to access the _ AMI Image_ you just created.
70+ 2 . Select a ** Key pair** , or create one if you don't have it already,
71+ to be able to ssh the image later.
72+ 3 . Click on ` Launch Instance `
73+ 4 . Connect to instance using an ssh client
74+ 5 . Add the previously created COPR repo to the list of available dnf repositories.
75+ 6 . Install the package you have created at step number 4.
76+ 7 . Now you are ready to test your code in a real cloud image.
8077
8178For every new pull request you want to test directly in a cloud image you have to repeat
8279steps 4-16 or automate them through Packit!
0 commit comments