Skip to content
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-automation: add openstack to tested vendors #502

Merged
merged 2 commits into from
Sep 29, 2022
Merged

Conversation

tormath1
Copy link
Contributor

@tormath1 tormath1 commented Sep 23, 2022

Missing link to enable the tests in the Flatcar test suite.

Signed-off-by: Mathieu Tortuyaux mtortuyaux@microsoft.com


Closes: flatcar/Flatcar#785

CI 🟢 : http://jenkins.infra.kinvolk.io:8080/job/container/job/packages_all_arches/412/cldsv/

Requires:

@tormath1
Copy link
Contributor Author

tormath1 commented Sep 29, 2022

Tests look good on amd64 from the CI:

stack@devstack-flatcar:~$ openstack server list
+--------------------------------------+--------------------------+--------+------------------------------------+------------------------------------+----------------+
| ID                                   | Name                     | Status | Networks                           | Image                              | Flavor         |
+--------------------------------------+--------------------------+--------+------------------------------------+------------------------------------+----------------+
| 06e766c8-ef0c-44d1-95cc-bc99cc47c831 | ci-9999-0-0-o-16bb99ff99 | ACTIVE | public=172.24.4.131, 2001:db8::170 | flatcar-9999.0.0+openstack-testing | flatcar-flavor |
| 0796efd8-97e5-4e17-872b-f3dcf279ec1b | ci-9999-0-0-o-6718a5fe36 | ACTIVE | public=172.24.4.237, 2001:db8::2c7 | flatcar-9999.0.0+openstack-testing | flatcar-flavor |
| 3643cd0e-aca9-4e02-b812-a22d3deb435e | ci-9999-0-0-o-72adf7ce41 | ACTIVE | public=172.24.4.96, 2001:db8::b8   | flatcar-9999.0.0+openstack-testing | flatcar-flavor |
+--------------------------------------+--------------------------+--------+------------------------------------+------------------------------------+----------------+
stack@devstack-flatcar:~$ openstack image list
+--------------------------------------+------------------------------------+--------+
| ID                                   | Name                               | Status |
+--------------------------------------+------------------------------------+--------+
| e1f00e71-ccd3-4e89-b28b-44ce310bad49 | cirros-0.5.2-x86_64-disk           | active |
| 369ce030-bfa9-4d3c-bbed-e8cdc5011295 | flatcar-9999.0.0+openstack-testing | active |
+--------------------------------------+------------------------------------+--------+

@tormath1 tormath1 marked this pull request as ready for review September 29, 2022 08:45
@tormath1 tormath1 requested a review from a team September 29, 2022 08:45

set -x

sudo timeout --signal=SIGQUIT 2h kola run \
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
sudo timeout --signal=SIGQUIT 2h kola run \
timeout --signal=SIGQUIT 2h kola run \

Missing link to enable the tests in the Flatcar test suite.

Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
@tormath1 tormath1 merged commit 6bfaa1d into main Sep 29, 2022
@tormath1 tormath1 deleted the tormath1/openstack branch September 29, 2022 09:26
@tormath1
Copy link
Contributor Author

cherry-picked to:

  • flatcar-3346
  • flatcar-3277
  • flatcar-3227

@pothos
Copy link
Member

pothos commented Sep 29, 2022

We should also cherry pick for flatcar-3374 which is the new Alpha. Do you also want to backport to flatcar-3033?

@tormath1
Copy link
Contributor Author

We should also cherry pick for flatcar-3374 which is the new Alpha. Do you also want to backport to flatcar-3033?

For flatcar-3033, garbage_collect_cloud.sh is not yet created. 🤔 it's ok to skip this commit?

@pothos
Copy link
Member

pothos commented Sep 29, 2022

For flatcar-3033, garbage_collect_cloud.sh is not yet created. thinking it's ok to skip this commit?

Yes, the garbage collection runs only for main (We could copy the file though for easier backporting without conflicts).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[RFE] Add Openstack to Flatcar test coverage
2 participants