Commit Graph

7237 Commits (34e4c197a8bdf6ee94333f136a566b9c5cb494ee)

Author SHA1 Message Date
Medya Ghazizadeh 30ba792234
Merge pull request #6294 from afbjorklund/hack-gopogh
Move away from go.mod when installing gopogh tool
2020-01-13 12:06:17 -08:00
Medya Gh 39d17872e7 fix integration test 2020-01-13 12:03:26 -08:00
Anders F Björklund d623f35d55 Move away from go.mod when installing gopogh tool 2020-01-13 20:21:58 +01:00
Medya Ghazizadeh 13e2a3e601
Merge pull request #6276 from tstromberg/qemu-system
Pass --kvm-qemu-uri value into kvm2 health check
2020-01-13 11:16:07 -08:00
Medya Ghazizadeh 5f9261f70f
Merge pull request #6289 from truongnh1992/secure_link
Securing many http links to https links
2020-01-13 11:07:03 -08:00
Anders F Björklund 94b03ff881 Handle empty k8s version in existing profile 2020-01-13 18:33:59 +01:00
Nguyen Hai Truong 20469b44ff Securing many http links to https links
Fix http link to https link for security, modify many link
http to https in the project.

Signed-off-by: Nguyen Hai Truong <truongnh@vn.fujitsu.com>
2020-01-13 14:04:29 +07:00
Anders F Björklund f959a21d87 Make sure to pass runner to UpdateCluster runtime 2020-01-12 22:19:50 +01:00
Anders F Björklund 0e83dd4b4e Use the cgroup-driver from runtime for kubelet 2020-01-12 19:29:07 +01:00
Anders F Björklund 27f8adf912 Add CGroupDriver function to cruntime interface 2020-01-12 18:46:47 +01:00
Medya Gh 62e3bc4b72 add addons for kic 2020-01-10 17:14:47 -08:00
Medya Gh b36bc1ec66 fix integration test for tabular view 2020-01-10 16:39:17 -08:00
tstromberg 1085d47a24 Pass in the value of *kvmQemuURI for behavioral consistency 2020-01-10 16:07:07 -08:00
tstromberg 5008d4cdc9 Explicitly set LIBVIRT_DEFAULT_URI default for health checking 2020-01-10 15:49:01 -08:00
Medya Gh 6c7cadb371 make minikube addons list tabular 2020-01-10 15:39:22 -08:00
Thomas Strömberg 0a9e8b03b8
Merge pull request #6258 from tstromberg/unthread-start
Replace integration-test hacks with mutex locks around shared resources
2020-01-10 13:46:59 -08:00
Medya Ghazizadeh 75082b6f7e
Merge pull request #6242 from afbjorklund/platform-arch
Only print the virtualization system if it exists
2020-01-10 10:39:26 -08:00
tstromberg 0c07e80821 Remove unused import from merge 2020-01-10 09:55:50 -08:00
Thomas Strömberg 5568ab005a
Merge branch 'master' into unthread-start 2020-01-10 09:54:02 -08:00
Medya Ghazizadeh 19c8ddee9f
Merge pull request #6151 from medyagh/kic_exp
Experimental verison of kic
2020-01-10 00:42:01 -08:00
sshukun f98b5b85c7 Fix some typos and improve documents 2020-01-10 17:35:07 +09:00
Thomas Strömberg 885dc8b85b
Merge pull request #6241 from tstromberg/disable-ipv6
Disable IPv6 in the minikube VM until it can be properly supported
2020-01-09 17:17:50 -08:00
Medya Gh 59ecf3fd06 rename verify pkg to kverify 2020-01-09 16:28:23 -08:00
Thomas Strömberg ef7469f3f3
Merge pull request #6261 from tstromberg/ssh_mock_race
ssh_mock: Copy buffer to avoid data race
2020-01-09 16:27:46 -08:00
Medya Gh b92c22ee5b remove debugging message 2020-01-09 16:16:53 -08:00
Thomas Strömberg 010338ff99
Merge pull request #6260 from tstromberg/service_test_race
De-parallelize GetServiceURL unit tests: the mocks are not thread safe
2020-01-09 16:07:25 -08:00
Thomas Stromberg 851d1d5d3a ssh_mock: Copy buffer to avoid data race 2020-01-09 16:04:54 -08:00
Medya Gh 9eb855a9c0 lint code 2020-01-09 15:58:31 -08:00
Medya Gh 7198566db7 fix test data for crio for new tmpl 2020-01-09 15:49:07 -08:00
Medya Gh 381187f339 fix test data for default 2020-01-09 15:43:58 -08:00
Thomas Stromberg 8895dacd1a De-parallelize GetServiceURL tests: the mocks are not thread safe 2020-01-09 15:42:05 -08:00
Medya Gh 2ed25c72af fix dns test data and also add tests for v17 2020-01-09 15:38:37 -08:00
Medya Gh 70f8b96d1f fix test data for options for new tmpl 2020-01-09 15:31:29 -08:00
Medya Gh aea63baa70 fix crio-options test data for new tmpl 2020-01-09 15:25:25 -08:00
Thomas Stromberg 0fee6cbe3a Merge master 2020-01-09 15:16:29 -08:00
Thomas Strömberg 3ae3db5e1b
Merge pull request #6119 from tstromberg/int-ughs
Address low-hanging integration timeout & image list issues
2020-01-09 15:15:30 -08:00
Medya Gh 2f3ad44d78 fix test data for containerd tmpl 2020-01-09 15:14:58 -08:00
Thomas Stromberg 9611d7e7e2 Merge branch 'master' into int-ughs-local 2020-01-09 15:09:46 -08:00
Medya Gh b4fa45fe39 fix testdata for cidr tmpl 2020-01-09 15:08:47 -08:00
Medya Gh 9a16a52e2f fix containerd tmplate unittest 2020-01-09 15:01:22 -08:00
Medya Gh 8403350a17 fix image unittest 2020-01-09 14:52:01 -08:00
Thomas Stromberg 4f3afcd1fa Merge branch 'master' into unthread-start 2020-01-09 14:50:17 -08:00
Thomas Strömberg 4072f17aa2
Merge pull request #6259 from tstromberg/loop-ref
Create explicit var to avoid incorrect loop iterator reference
2020-01-09 14:50:08 -08:00
Thomas Stromberg 418082e368 Log machine name and how long we held the lock for 2020-01-09 14:46:56 -08:00
Medya Ghazizadeh 727beb50c7
Merge pull request #6240 from tstromberg/bitflip
Fix inverted logic for showing issue link
2020-01-09 14:10:11 -08:00
Medya Ghazizadeh 1d406fbeaf
Merge pull request #6248 from q384566678/fix-proxy_test
proxy_test: improve TestIsValidEnv unit test
2020-01-09 14:09:45 -08:00
Thomas Stromberg c18692f4a7 Create explicit var to avoid incorrect loop iterator reference 2020-01-09 13:51:29 -08:00
Thomas Stromberg 4091486679 Remove --start-offset flag 2020-01-09 13:41:52 -08:00
Thomas Stromberg e5fd7a6a81 Replace integration-test specific hacks with actual protection against racey events 2020-01-09 12:58:10 -08:00
Thomas Stromberg b840d1ced0 Call goimports 2020-01-09 11:58:15 -08:00