Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
c457c42
Dump dmesg if container rootfs blocks or fails mount (#7260)
hickeng Feb 9, 2018
603b621
updating priority definitions to include features (#7292)
mdubya66 Feb 12, 2018
326eed4
Change default fellows for gandalf (#7310)
sgairo Feb 12, 2018
3f49fdf
Avoid exposing test credentials in 12-01-Delete (#7306)
zjs Feb 12, 2018
2051f5c
Bug fix in API delete test: disable volume store cleanup (#7303)
AngieCris Feb 12, 2018
c089c72
Add logging for image upload (#7296)
andrewtchin Feb 13, 2018
1fd1e7f
Reduce datastore searches during non-vSAN delete operations (#6951)
hickeng Feb 13, 2018
0e71447
Optimize portlayer volume cache rebuild on startup (#7267)
Feb 13, 2018
a6a4ff0
Added local ci testing target to makefile (#7170)
Feb 13, 2018
50e1761
Added upload progress bar tracker for ISO images. (#7320)
vburenin Feb 14, 2018
3d1fe3f
Document the design for the vic-machine API (#6702)
zjs Feb 14, 2018
9f66dc3
Remove superfluous calls to Set Test VCH Name (#7304)
zjs Feb 14, 2018
cd52e15
Ensure that static ip worker is on the same nimbus pod as VC otherwis…
mhagen-vmware Feb 14, 2018
97a7881
[skip ci] Add ROBO test plans (#7297)
Feb 14, 2018
2064b95
Add hosts to DVS within the test bed as well (#7326)
mhagen-vmware Feb 14, 2018
73e9f77
Setup updated for Longevity Tests (#7298)
lgayatri Feb 15, 2018
6106849
[skip ci] Terminate gracefully to gather logs (#7331)
sgairo Feb 15, 2018
ceb4d4a
Add repo to slack message since we have multiple repos reporting now …
mhagen-vmware Feb 15, 2018
740b912
Not sending user credentials with every request (#6382)
hmahmood Feb 15, 2018
bc36671
Add concurrent testing tool to tests folder (#6534)
caglar10ur Feb 16, 2018
5697cd1
Refactor Install Harbor To Test Server keyword (#7335)
zjs Feb 20, 2018
fd0337b
Add ability to cache generated dependency. (#7340)
vburenin Feb 20, 2018
2fde205
Ignore not-supported result from RetrieveUserGroups in VC 6.0 (#7328)
lcastellano Feb 20, 2018
216d9ef
Move build time directives from title to body of PR (#7060)
mhagen-vmware Feb 21, 2018
61c942d
Retry the harbor setup as well (#7336)
mhagen-vmware Feb 21, 2018
8d92ff7
Skip non vSphere managed datastores when granting perms (#7346)
lcastellano Feb 22, 2018
fa4d288
Fix volume leak on group 23 test (#7358)
mhagen-vmware Feb 22, 2018
08edfab
Fix github status automation filtering (#7344)
hickeng Feb 23, 2018
47d90ef
Drone 0.8 and HaaS updates (#7364)
mdharamadas1 Feb 27, 2018
9996123
Add tether.debug in integration test log bundle (#7422)
hickeng Feb 28, 2018
7b67270
Update the gcs plugin (#7421)
mhagen-vmware Feb 28, 2018
6856768
[skip ci] Suggest subnet/gateway to static ip worker
mhagen-vmware Feb 9, 2018
c4152fd
Ensure that static ip worker is on the same nimbus pod as VC otherwis…
mhagen-vmware Feb 14, 2018
169d086
Refactored some proxy code to reuse with wolfpack
Jan 31, 2018
9854bd7
Add virtual-kubelet binary to VIC ISO (#7315)
lcastellano Feb 16, 2018
ba00ce2
Start virtual-kubelet inside the VCH (#7369)
lcastellano Feb 26, 2018
9d79576
Fix value of the PORTLAYER_ADDR environment variable (#7400)
lcastellano Feb 26, 2018
6bd0861
Added admin log collection and fix env variable content (#7404)
lcastellano Feb 27, 2018
b71952c
Added most-vkubelet target (#7418)
lcastellano Feb 28, 2018
6477fbb
Use vic kubelet provider
Feb 26, 2018
9660200
Made modifications for virtual kubelet
Feb 27, 2018
2fd16d3
Merge branch 'feature/wolfpack' into feature/wolfpack
Mar 1, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
56 changes: 28 additions & 28 deletions .drone.local.yml
Original file line number Diff line number Diff line change
@@ -1,44 +1,44 @@
---
workspace:
base: /go
path: src/github.com/vmware/vic

pipeline:
clone:
image: plugins/git
tags: true
# dont clone submodules
recursive: false

vic-integration-test-on-pr:
image: ${TEST_BUILD_IMAGE=gcr.io/eminent-nation-87317/vic-integration-test:1.42}
image: '${TEST_BUILD_IMAGE=gcr.io/eminent-nation-87317/vic-integration-test:1.44}'
pull: true
environment:
BIN: bin
GOPATH: /go
SHELL: /bin/bash
VIC_ESX_TEST_URL: ${VIC_ESX_TEST_URL}
LOG_TEMP_DIR: install-logs
DRONE_SERVER: ${DRONE_SERVER}
GITHUB_AUTOMATION_API_KEY: ${GITHUB_AUTOMATION_API_KEY}
DRONE_TOKEN: ${DRONE_TOKEN}
TEST_URL_ARRAY: ${TEST_URL_ARRAY}
TEST_USERNAME: ${TEST_USERNAME}
TEST_PASSWORD: ${TEST_PASSWORD}
TEST_DATASTORE: ${TEST_DATASTORE}
TEST_TIMEOUT: ${TEST_TIMEOUT}
GOVC_INSECURE: true
GOVC_USERNAME: ${TEST_USERNAME}
GOVC_PASSWORD: ${TEST_PASSWORD}
GOVC_DATASTORE: ${TEST_DATASTORE}
GS_PROJECT_ID: ${GS_PROJECT_ID}
GS_CLIENT_EMAIL: ${GS_CLIENT_EMAIL}
GS_PRIVATE_KEY: ${GS_PRIVATE_KEY}
DEBUG_VCH: ${DEBUG_VCH}
DOMAIN: ${DOMAIN}
secrets:
- bridge_network
- debug_vch
- drone_server
- drone_token
- drone_machine
- github_automation_api_key
- gs_client_email
- gs_private_key
- gs_project_id
- public_network
- registry_password
- reporting_server_url
- syslog_passwd
- syslog_server
- syslog_user
- test_datastore
- test_resource
- test_timeout
- test_password
- test_url_array
- test_username
commands:
- 'export GOVC_INSECURE=true'
- 'export GOVC_USERNAME=${TEST_USERNAME}'
- 'export GOVC_PASSWORD=${TEST_PASSWORD}'
- 'export GOVC_DATASTORE=${TEST_DATASTORE}'
- 'export DOMAIN=${DOMAIN}'
- tests/integration-test.sh
# - pybot tests/test-cases/Group1-Docker-Commands
# - pybot tests/test-cases/Group1-Docker-Commands/1-01-Docker-Info.robot
volumes:
- /tmp
Loading