Kubernetes Prow Robot
821ebaf0c6
Merge pull request #87448 from YuikoTakada/fix_81657_t_integ_dep
...
Fix static check failures in test/integration/deployment
2020-04-02 21:39:45 -07:00
Mike Danese
25651408ae
generated: run refactor
2020-02-08 12:30:21 -05:00
Mike Danese
3aa59f7f30
generated: run refactor
2020-02-07 18:16:47 -08:00
YuikoTakada
03974c1ea4
Fix static check failures in test/integration/deployment
2020-01-28 06:08:37 +00:00
Kubernetes Prow Robot
2cfd4a5eb9
Merge pull request #79168 from tnozicka/fix-sigapps-owners
...
Update Sig-Apps OWNERS to aliases in places that were missed in #76669
2019-07-08 17:30:01 -07:00
Jordan Liggitt
6ca80760fd
Switch test manifests to apps/v1, remove beta workloads calls
2019-06-22 13:58:07 -07:00
Tomas Nozicka
d4261ba741
Update Sig-Apps OWNERS in places that were missed in #76669
2019-06-19 15:36:16 +02:00
Roy Lenferink
b43c04452f
Updated OWNERS files to include link to docs
2019-02-04 22:33:12 +01:00
Jordan Liggitt
fd9e9b01b1
Remove uses of extensions/v1beta1 clients
2018-12-19 11:18:53 -05:00
Weibin Lin
842bd1e1ec
update deployment, daemonset, replicaset, statefulset to apps/v1
2018-12-19 10:46:45 -05:00
Jordan Liggitt
ff9dc86b3c
Drop generated clients for Scale types
2018-11-01 14:49:51 -04:00
mooncake
4894f5583d
Remove the duplicated words in test files
...
Signed-off-by: mooncake <xcoder@tenxcloud.com>
2018-10-05 22:55:16 +08:00
Davanum Srinivas
9b43d97cd4
Add Labels to various OWNERS files
...
Will reduce the burden of manually adding labels. Information pulled
from:
https://github.com/kubernetes/community/blob/master/sigs.yaml
Change-Id: I17e661e37719f0bccf63e41347b628269cef7c8b
2018-08-21 13:59:08 -04:00
Dr. Stefan Schimanski
e8300dea52
pkg/util/metrics: idem-potent registration of RateLimiterMetric and never cleanup
2018-08-17 09:15:33 +02:00
stewart-yu
f1343af5d7
auto-generated file
2018-07-28 07:54:17 +08:00
stewart-yu
55251c716a
update the import file for move util/pointer to k8s.io/utils
2018-07-27 19:47:02 +08:00
Janet Kuo
666a41c2ea
Safe encode template hash value to make it consistent with resource name
2018-07-13 09:52:26 -07:00
Jeff Grafton
23ceebac22
Run hack/update-bazel.sh
2018-06-22 16:22:57 -07:00
Anthony Yeh
680bc4b4b5
test/integration: Use apps/v1 Deployment/ReplicaSet.
...
This must be done at the same time as the controller update,
since they share code.
2018-05-22 13:43:07 -07:00
Janet Kuo
7899fb477d
Only check hash labels of non-adopted resources in integration tests
2018-03-26 17:08:31 -07:00
Anthony Yeh
f3ba27a500
ReplicaSet: Use apps/v1 RS in integration test.
2018-03-20 11:15:36 -07:00
Anthony Yeh
b27836032a
ReplicaSet: Use apps/v1 RS in e2e test.
2018-03-20 09:10:40 -07:00
Jeff Grafton
ef56a8d6bb
Autogenerated: hack/update-bazel.sh
2018-02-16 13:43:01 -08:00
Jun Xiang Tee
18289cc0df
fix deployment's collision avoidance mechanism
2018-02-07 11:28:43 -08:00
Jun Xiang Tee
1334b61029
add basic functionality deployment integration tests
2018-02-01 16:21:07 -08:00
Jeff Grafton
efee0704c6
Autogenerate BUILD files
2017-12-23 13:12:11 -08:00
supereagle
032416c75d
use core client with explicit version
...
fix more usage of deprecated core client
2017-11-25 08:14:10 +08:00
Jun Xiang Tee
25469e9b44
convert testScaledRolloutDeployment e2e test to integration test
2017-11-20 15:36:27 -08:00
Kubernetes Submit Queue
77e5e2f9fc
Merge pull request #54819 from janetkuo/dep-inte-rolling
...
Automatic merge from submit-queue (batch tested with PRs 54493, 52501, 55172, 54780, 54819). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md ">here</a>.
Add integration test for deployment rolling update, rollback, rollover
**What this PR does / why we need it**:
**Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: ref #52113
**Special notes for your reviewer**:
**Release note**:
```release-note
NONE
```
2017-11-08 15:41:26 -08:00
Janet Kuo
26afcdbe73
Add integration test for deployment rolling update, rollback, rollover
2017-11-02 14:22:03 -07:00
Janet Kuo
98d26aeb23
Wait for markPodsReady goroutine to finish
2017-11-02 14:22:03 -07:00
Janet Kuo
3233a07ec1
Integration test keeps marking pods ready until deployment is complete
2017-11-02 14:22:03 -07:00
Ferran Rodenas
d67898b875
Check RegisterMetricAndTrackRateLimiterUsage error when starting controllers
...
Signed-off-by: Ferran Rodenas <rodenasf@vmware.com>
2017-11-01 12:46:07 +01:00
Jun Xiang Tee
131f7e1469
convert testOverlappingDeployment e2e test to integration test
2017-10-31 11:39:27 -07:00
Kubernetes Submit Queue
84284c0ba4
Merge pull request #54331 from crimsonfaith91/dfailed
...
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md ">here</a>.
convert testFailedDeployment e2e test to integration test
**What this PR does / why we need it**:
This PR convert a deployment e2e test named "testFailedDeployment" to integration test.
**Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: xref #52113
**Release note**:
```release-note
NONE
```
/assign
2017-10-27 15:19:20 -07:00
Jun Xiang Tee
21bc54508b
convert testFailedDeployment e2e test to integration test
2017-10-27 13:19:50 -07:00
Kevin
4c8539cece
use core client with explicit version globally
2017-10-27 15:48:32 +08:00
Janet Kuo
f7f1f17c89
Move deployment e2e test for hash label adoption to integration
2017-10-23 21:35:19 -07:00
Janet Kuo
1ca6120af3
Move deployment e2e test for rollback with no revision to integration
2017-10-23 18:58:05 -07:00
Jeff Grafton
aee5f457db
update BUILD files
2017-10-15 18:18:13 -07:00
Kubernetes Submit Queue
52f96dae45
Merge pull request #52896 from janetkuo/deploy-hash-inte
...
Automatic merge from submit-queue (batch tested with PRs 52721, 53057, 52493, 52998, 52896). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md ">here</a>.
Move deployment collision avoidance e2e test to integration
**What this PR does / why we need it**:
**Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: ref #52113
**Special notes for your reviewer**:
**Release note**:
```release-note
NONE
```
2017-09-26 15:51:25 -07:00
Janet Kuo
24eb21e6cf
Use PollImmediate and shorter interval in integration test
2017-09-25 14:17:43 -07:00
Janet Kuo
3a0dabcaea
Refactor function
2017-09-25 10:27:31 -07:00
Janet Kuo
241f4fbc98
Move deployment collision avoidance e2e test to integration
2017-09-25 10:27:31 -07:00
Jeff Grafton
04b0468464
add tags to e2e and integration tests
2017-09-21 15:53:23 -07:00
Michail Kargakis
a702742d31
Remove kargakis from OWNERS, add tnozicka
...
Signed-off-by: Michail Kargakis <mkargaki@redhat.com>
2017-09-19 11:05:23 +02:00
Janet Kuo
b646a72938
Address comments
2017-09-07 13:09:05 -07:00
Janet Kuo
124344a1a4
Move paused deployment e2e tests to integration
2017-09-06 18:12:28 -07:00
crimsonfaith91
9929e03f87
ignore selector changes for deployment, replicaset and daemonset prior update
2017-08-30 13:15:19 -07:00
Jeff Grafton
a7f49c906d
Use buildozer to delete licenses() rules except under third_party/
2017-08-11 09:32:39 -07:00