|
@ -9,7 +9,6 @@ git: |
|
|
env: |
|
|
env: |
|
|
global: |
|
|
global: |
|
|
GCE_USER=travis |
|
|
GCE_USER=travis |
|
|
LOG_LEVEL=-v |
|
|
|
|
|
SSH_USER=$GCE_USER |
|
|
SSH_USER=$GCE_USER |
|
|
TEST_ID=$TRAVIS_JOB_NUMBER |
|
|
TEST_ID=$TRAVIS_JOB_NUMBER |
|
|
CONTAINER_ENGINE=docker |
|
|
CONTAINER_ENGINE=docker |
|
@ -147,22 +146,6 @@ script: |
|
|
## Ping the between 2 pod |
|
|
## Ping the between 2 pod |
|
|
- $HOME/.local/bin/ansible-playbook -i inventory/inventory.ini -e ansible_python_interpreter=${PYPATH} -u $SSH_USER -e ansible_ssh_user=$SSH_USER $SSH_ARGS -b --become-user=root tests/testcases/030_check-network.yml $LOG_LEVEL |
|
|
- $HOME/.local/bin/ansible-playbook -i inventory/inventory.ini -e ansible_python_interpreter=${PYPATH} -u $SSH_USER -e ansible_ssh_user=$SSH_USER $SSH_ARGS -b --become-user=root tests/testcases/030_check-network.yml $LOG_LEVEL |
|
|
|
|
|
|
|
|
after_failure: |
|
|
|
|
|
- > |
|
|
|
|
|
$HOME/.local/bin/ansible-playbook -i inventory/inventory.ini -u $SSH_USER |
|
|
|
|
|
-e ansible_ssh_user=$SSH_USER $SSH_ARGS -b --become-user=root -e dir=$HOME |
|
|
|
|
|
-e ansible_python_interpreter=${PYPATH} |
|
|
|
|
|
scripts/collect-info.yaml |
|
|
|
|
|
- > |
|
|
|
|
|
$HOME/.local/bin/ansible-playbook tests/cloud_playbooks/upload-logs-gcs.yml -i "localhost," -c local |
|
|
|
|
|
-e kube_network_plugin=${KUBE_NETWORK_PLUGIN} |
|
|
|
|
|
-e gce_project_id=${GCE_PROJECT_ID} |
|
|
|
|
|
-e gs_key=${GS_ACCESS_KEY_ID} |
|
|
|
|
|
-e gs_skey=${GS_SECRET_ACCESS_KEY} |
|
|
|
|
|
-e ostype=${CLOUD_IMAGE} |
|
|
|
|
|
-e commit=${TRAVIS_COMMIT} |
|
|
|
|
|
-e dir=${HOME} |
|
|
|
|
|
|
|
|
|
|
|
after_script: |
|
|
after_script: |
|
|
- > |
|
|
- > |
|
|
$HOME/.local/bin/ansible-playbook -i inventory/inventory.ini tests/cloud_playbooks/delete-gce.yml -c local $LOG_LEVEL |
|
|
$HOME/.local/bin/ansible-playbook -i inventory/inventory.ini tests/cloud_playbooks/delete-gce.yml -c local $LOG_LEVEL |
|
|