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
Sebastiaan van Steenis
7383d9e5e5
Clean/speed up Drone
2024-01-10 11:09:42 +01:00
Chirayu Kapoor
c357a2cb8a
Add support for v1.5
and branch release/v2.8
...
Signed-off-by: Chirayu Kapoor <chirayu.kapoor@suse.com>
2023-09-27 14:23:59 +05:30
Sebastiaan van Steenis
79ccc45842
Move to BCI
2023-09-13 10:36:31 +02:00
vardhaman
d318ea9370
fix ci
2023-05-03 16:51:27 +05:30
Jiaqi Luo
4741eb8fb1
fix golangci-lint's compatibility issue when using GO 1.19
2022-11-22 12:03:45 -07:00
Sebastiaan van Steenis
e1db8c04b3
Update dispatch event to release/v2.7 branch
2022-09-13 15:32:56 +02:00
Sebastiaan van Steenis
0e5bd2bfb8
Add workflow to create PR in Rancher on tag
2022-05-09 12:30:44 +02:00
Sebastiaan van Steenis
0ad1a24236
Merge pull request #2844 from superseb/v13_integration_test_default
...
[release/v1.3] Check if default k8s version is among all versions
2022-03-04 17:24:24 +01:00
Sebastiaan van Steenis
a95f2aa529
Add pre release notes with k8s versions included
2022-02-25 10:23:46 +01:00
Sebastiaan van Steenis
4ae8b9381d
Check if default k8s version is among all versions
2022-02-17 12:10:07 +01:00
Sebastiaan van Steenis
a4533e74c3
Add GitHub Actions workflow for go-generate
2022-01-03 20:40:47 +01:00
Sebastiaan van Steenis
501927ed8f
Add job complete check in integration
2021-12-16 21:55:40 +01:00
Sebastiaan van Steenis
50de3f2918
Clean up Drone CI steps
2021-06-26 14:06:16 +02: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
0bad4db7b2
Merge pull request #2574 from superseb/improve_validate
...
Improve validate
2021-06-18 18:07:43 +02:00
Sebastiaan van Steenis
3ac1f0d5cf
No longer needed after adding version negotiation
2021-06-12 17:32:44 +02:00
Sebastiaan van Steenis
52cb9552d4
Move validate to first ci script
2021-06-12 14:03:47 +02:00
Sebastiaan van Steenis
e4270a423e
Add go commands to validate script
2021-06-12 13:44:36 +02:00
Sebastiaan van Steenis
9c711e669c
Use golangci-lint v0.40.1
2021-06-06 14:20:54 +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
Darren Shepherd
6220341b4a
Move rke types from rancher/types to ./types
2020-07-11 23:29:33 -07:00
Daishan
d2d72767a7
Move rke away from kdm vendor
2020-02-24 10:14:25 -07: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
Alena Prokharchyk
ba46b8c288
test commit
2019-03-28 17:24:41 -07:00
jianghang8421
8a219b5c50
Support deploying arm64 k8s and modify cross build script
2019-03-08 14:09:39 -07:00
Jason Greathouse
5647588cb7
rke basic integration test
2019-01-07 12:07:46 -08:00
Sebastiaan van Steenis
22a339ea33
Update to Golang 1.11
2018-10-18 09:27:46 -07:00
Sebastiaan van Steenis
1639bcdbd6
Publish archives in release
2018-10-18 09:27:25 -07:00
galal-hussein
ed026469ab
Add Windows to build script
2018-05-02 22:15:57 +02:00
Bill Maxwell
7f5cfc8b13
Pass tag to dapper container
...
Drone does a git clone with `--no-tags` so the normal version script
does not work.
2018-01-05 12:11:18 -07:00
galal-hussein
9775641430
Remove k8s unit test
2017-12-13 21:37:35 +02:00
Daishan Peng
1fd6129757
enable cross build
2017-11-14 15:24:48 -08:00
galal-hussein
a3e0d7203b
unit tests and go lint fixes
...
Add k8s operation test
2017-11-07 23:27:30 +02:00
Alena Prokharchyk
60574a70bb
Initial Commit
2017-10-25 17:02:49 -07:00