Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

run: Bring back k8s tests for dragonball #5705

Conversation

fidencio
Copy link
Member

@fidencio fidencio commented Jul 7, 2023

Let's do it as GHA is not really stable at the moment

Fixes: #5704

Let's do it as GHA is not really stable at the moment

Fixes: kata-containers#5704

Signed-off-by: Fabiano Fidêncio <[email protected]>
@fidencio
Copy link
Member Author

fidencio commented Jul 7, 2023

/test

@katacontainersbot katacontainersbot added the size/tiny Smallest and simplest task label Jul 7, 2023
@fidencio
Copy link
Member Author

fidencio commented Jul 7, 2023

/retest-ubuntu-metrics

@fidencio
Copy link
Member Author

fidencio commented Jul 7, 2023

/test-ubuntu-metrics
/test-s390x-unit

@fidencio
Copy link
Member Author

fidencio commented Jul 7, 2023

/test-dragonball

2 similar comments
@fidencio
Copy link
Member Author

fidencio commented Jul 7, 2023

/test-dragonball

@fidencio
Copy link
Member Author

fidencio commented Jul 7, 2023

/test-dragonball

fidencio added a commit to fidencio/kata-containers that referenced this pull request Jul 7, 2023
This reverts commit 25d2fb0.

The reason we're reverting the commit is because it to check whether
it's the cause for the regression on devmapper tests.

Fixes: #0000
Depends-on: github.com/kata-containers/tests#5705
@fidencio fidencio force-pushed the topic/bring-back-k8s-tests-for-dragonball branch from 3b73ebb to a51583d Compare July 7, 2023 11:14
fidencio added a commit to fidencio/kata-containers that referenced this pull request Jul 7, 2023
This reverts commit 25d2fb0.

The reason we're reverting the commit is because it to check whether
it's the cause for the regression on devmapper tests.

Fixes: kata-containers#7253
Depends-on: github.com/kata-containers/tests#5705
fidencio added a commit to fidencio/kata-containers that referenced this pull request Jul 7, 2023
This reverts commit 25d2fb0.

The reason we're reverting the commit is because it to check whether
it's the cause for the regression on devmapper tests.

Fixes: kata-containers#7253
Depends-on: github.com/kata-containers/tests#5705
fidencio added a commit to fidencio/kata-containers that referenced this pull request Jul 8, 2023
This reverts commit 25d2fb0.

The reason we're reverting the commit is because it to check whether
it's the cause for the regression on devmapper tests.

Fixes: kata-containers#7253
Depends-on: github.com/kata-containers/tests#5705
@fidencio
Copy link
Member Author

fidencio commented Jul 8, 2023

/test

fidencio added a commit to fidencio/kata-containers that referenced this pull request Jul 8, 2023
This reverts commit 25d2fb0.

The reason we're reverting the commit is because it to check whether
it's the cause for the regression on devmapper tests.

Fixes: kata-containers#7253
Depends-on: github.com/kata-containers/tests#5705

Signed-off-by: Fabiano Fidêncio <[email protected]>
fidencio added a commit to fidencio/kata-containers that referenced this pull request Jul 8, 2023
This reverts commit 25d2fb0.

The reason we're reverting the commit is because it to check whether
it's the cause for the regression on devmapper tests.

Fixes: kata-containers#7253
Depends-on: github.com/kata-containers/tests#5705

Signed-off-by: Fabiano Fidêncio <[email protected]>
@fidencio fidencio force-pushed the topic/bring-back-k8s-tests-for-dragonball branch from 481fe55 to 1b61b71 Compare July 10, 2023 06:19
@fidencio
Copy link
Member Author

/test

@fidencio fidencio force-pushed the topic/bring-back-k8s-tests-for-dragonball branch from 1b61b71 to 14ee963 Compare July 10, 2023 06:38
@fidencio
Copy link
Member Author

/test

YushuoEdge added a commit to openanolis/kata-containers that referenced this pull request Jul 10, 2023
We've noticed this caused regressions with the k8s-oom tests, and then
decided to take a step back and do this in the same way it was done
before 67972ec.

And by doing this we can re-enable the k8s-oom.bats tests, which is done
as part of this PR.

Fixes: kata-containers#7271
Depends-on: github.com/kata-containers/tests#5705

Signed-off-by: Yushuo <[email protected]>
YushuoEdge added a commit to openanolis/kata-containers that referenced this pull request Jul 10, 2023
We've noticed this caused regressions with the k8s-oom tests, and then
decided to take a step back and do this in the same way it was done
before 67972ec.

And by doing this we can re-enable the k8s-oom.bats tests, which is done
as part of this PR.

Fixes: kata-containers#7271
Depends-on: github.com/kata-containers/tests#5705

Signed-off-by: Yushuo <[email protected]>
YushuoEdge added a commit to openanolis/kata-containers that referenced this pull request Jul 10, 2023
We've noticed this caused regressions with the k8s-oom tests, and then
decided to take a step back and do this in the same way it was done
before 67972ec.

Moreover, this step back is also more reasonable in terms of the
controlling logic.

And by doing this we can re-enable the k8s-oom.bats tests, which is done
as part of this PR.

Fixes: kata-containers#7271
Depends-on: github.com/kata-containers/tests#5705

Signed-off-by: Yushuo <[email protected]>
@fidencio
Copy link
Member Author

/retest-s390x

@fidencio
Copy link
Member Author

As all the PRs depending on this one got merged, let's re-run the dragonball test, make sure it's green, and we can finally merge it.

The test was manually re-triggered.

@studychao studychao merged commit 9a84e62 into kata-containers:main Jul 10, 2023
5 checks passed
@studychao
Copy link
Member

@fidencio All tests pass! Thank you so much for bringing runtime-rs test back to normal!

studychao pushed a commit to openanolis/kata-containers that referenced this pull request Nov 22, 2023
This reverts commit 25d2fb0.

The reason we're reverting the commit is because it to check whether
it's the cause for the regression on devmapper tests.

Fixes: kata-containers#7253
Depends-on: github.com/kata-containers/tests#5705

Signed-off-by: Fabiano Fidêncio <[email protected]>
studychao pushed a commit to openanolis/kata-containers that referenced this pull request Nov 22, 2023
We've noticed this caused regressions with the k8s-oom tests, and then
decided to take a step back and do this in the same way it was done
before 67972ec.

Moreover, this step back is also more reasonable in terms of the
controlling logic.

And by doing this we can re-enable the k8s-oom.bats tests, which is done
as part of this PR.

Fixes: kata-containers#7271
Depends-on: github.com/kata-containers/tests#5705

Signed-off-by: Yushuo <[email protected]>
mayamrinal pushed a commit to mayamrinal/kata-containers that referenced this pull request Dec 13, 2023
This reverts commit 25d2fb0.

The reason we're reverting the commit is because it to check whether
it's the cause for the regression on devmapper tests.

Fixes: kata-containers#7253
Depends-on: github.com/kata-containers/tests#5705

Signed-off-by: Fabiano Fidêncio <[email protected]>
mayamrinal pushed a commit to mayamrinal/kata-containers that referenced this pull request Dec 13, 2023
We've noticed this caused regressions with the k8s-oom tests, and then
decided to take a step back and do this in the same way it was done
before 67972ec.

Moreover, this step back is also more reasonable in terms of the
controlling logic.

And by doing this we can re-enable the k8s-oom.bats tests, which is done
as part of this PR.

Fixes: kata-containers#7271
Depends-on: github.com/kata-containers/tests#5705

Signed-off-by: Yushuo <[email protected]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
size/tiny Smallest and simplest task
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bring back kubernetes tests for dragonball
4 participants