diff --git a/shippable.yml b/shippable.yml index b5f9e782..48ccfc11 100755 --- a/shippable.yml +++ b/shippable.yml @@ -1,43 +1,26 @@ -language: python +resources: + - name: sampleNode + type: gitRepo + repoPath: deepikasl/VT2 + configuration: + integrationName: deepikaGithub + branches: + only: master + initialVersion: + sha: master -#runtime: -# nodePool: custom__x86_64__Ubuntu_16_04 - -python: - # - 2.6 - # - 2.7 - # - 3.2 - # - 3.3 - # - 3.4 - - pypy - - pypy3 +pipelines: + - name: pipeline1 + setup: + runtime: onHost + steps: + - name: stepA + type: bash + requires: + integrations: + - artifactory_int_1 + execution: + onExecute: + - echo "executing stepA..." -build: - ci: - - pip install -r requirements.txt - - mkdir -p shippable/testresults - - mkdir -p shippable/codecoverage - - which python - - coverage run `which nosetests` test.py --with-xunit --xunit-file=shippable/testresults/nosetests.xml - - coverage xml -o shippable/codecoverage/coverage.xml - - lsb_release -a - - docker --version - - docker info - - docker ps - #- sleep 3m -integrations: - notifications: - - - integrationName: email - type: email - recipients: - - shiptest.rc.ow@gmail.com - - shiptest.rc.me@gmail.com - - varsha@shippable.com - sendConsoleLogs: true - sendCoverageReports: true - on_start: always - on_success: always - on_failure: always - on_cancel: always