forked from cisco-system-traffic-generator/trex-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
executable file
·54 lines (47 loc) · 1.67 KB
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
if: commit_message =~ test_this_on_travis
env:
global:
- BUILD_ID=$TRAVIS_BUILD_ID
- SHA=$TRAVIS_PULL_REQUEST_SHA
- PR_NUM=$TRAVIS_PULL_REQUEST
- IS_LAST=False
jobs:
include:
- stage: 1st check
language: python
python: "3.6"
cache: pip
install: pip install --upgrade google-api-python-client google-auth-httplib2 google-auth-oauthlib
script: python3 -u travis_files/wait_for_results.py
- stage: 2nd check
language: python
python: "3.6"
cache: pip
install: pip install --upgrade google-api-python-client google-auth-httplib2 google-auth-oauthlib
script: python3 -u travis_files/wait_for_results.py
- stage: 3rd check
language: python
python: "3.6"
cache: pip
install: pip install --upgrade google-api-python-client google-auth-httplib2 google-auth-oauthlib
script: python3 -u travis_files/wait_for_results.py
- stage: 4th check
language: python
python: "3.6"
cache: pip
install: pip install --upgrade google-api-python-client google-auth-httplib2 google-auth-oauthlib
script: python3 -u travis_files/wait_for_results.py
- stage: 5th check
language: python
python: "3.6"
cache: pip
install: pip install --upgrade google-api-python-client google-auth-httplib2 google-auth-oauthlib
script: python3 -u travis_files/wait_for_results.py
- stage: 6th check
language: python
python: "3.6"
cache: pip
install: pip install --upgrade google-api-python-client google-auth-httplib2 google-auth-oauthlib
script:
- export IS_LAST=True
- python3 -u travis_files/wait_for_results.py