vardhaman22
0df656d98a
updated kubectl download url for ci
2024-10-03 23:29:22 +05:30
vardhaman22
d2bb835527
skip testing clusters v1.30.0 and above with weave in CI
2024-07-01 22:40:35 +05:30
Sergey Nasovich
1288fd9c93
Merge pull request #3591 from mitulshah-suse/move-to-gha-1.6
...
Move from drone to Github Actions for 1.6
2024-06-11 19:32:49 -04:00
mitulshah-suse
7fc13c0e14
Move from drone to Github Actions for 1.6
2024-06-10 11:14:35 +05:30
Jiaqi Luo
4613cce211
Avoid allocating empty strings in the Env slice
...
Previously, we declared the Env slice with the size of the `c.Services.KubeAPI.ExtraEnv` field, which leads to empty strings at the beginning of the Env slice because we use Golang's append function to add new elements, and Docker is not happy with that.
We fix this issue by declaring the Env variable as an empty slice. We also enhance the `getUniqStringList` function to properly trim leading and trailing spaces in each element and to ignore empty strings. We add unit tests for the `getUniqStringList` function and update the integration tests.
2024-06-04 16:59:55 -07:00
vardhaman
d318ea9370
fix ci
2023-05-03 16:51:27 +05:30
Sebastiaan van Steenis
4ae8b9381d
Check if default k8s version is among all versions
2022-02-17 12:10:07 +01:00
Sebastiaan van Steenis
501927ed8f
Add job complete check in integration
2021-12-16 21:55:40 +01:00
Sebastiaan van Steenis
af3a22ab33
Fix checking exit code in CI
2021-06-25 20:39:53 +02:00
Sebastiaan van Steenis
969b8e70dd
Test all CNI in CI
2021-06-24 13:36:56 +02:00
Sebastiaan van Steenis
3ac1f0d5cf
No longer needed after adding version negotiation
2021-06-12 17:32:44 +02:00
Kinara Shah
f7489e196a
output pods of all ns if rollout fails for tests
2021-05-19 14:46:54 -07:00
Sebastiaan van Steenis
7cfd94af7b
Add upgrade tests to integration
2020-09-26 10:07:04 +02:00
Sebastiaan van Steenis
421b40fa1f
Check rollout status in integration test
2020-09-23 17:22:11 +02:00
Luther Monson
3d73507880
added rke --quiet and config --list-version, linting refactor
2019-08-27 13:07:48 -07:00
Luther Monson
0a92b0604f
changed to Debugf, removed unneeded grep
2019-08-22 16:36:15 -07:00
galal-hussein
9937142abb
Fix docker api version for dind
2019-08-21 11:47:42 -07:00
Jason Greathouse
5647588cb7
rke basic integration test
2019-01-07 12:07:46 -08:00