@@ -20,7 +20,6 @@ stages:
2020jobs :
2121 allow_failures :
2222 - name : External ARM64 Deploy
23- - name : External ARM64 Integration Test
2423 - name : External ARM Build
2524 - name : External ARM Deploy
2625 - name : Test Release Builds
3534 name : Ubuntu AMD64 Build
3635 script :
3736 - scripts/travis/build_test.sh
38- - # same stage, parallel job
39- os : linux
40- name : Ubuntu AMD64 Integration Test
41- script :
42- - ./scripts/travis/integration_test.sh
4337 - # same stage, parallel job
4438 name : External ARM64 Build
4539 os : linux
@@ -52,30 +46,12 @@ jobs:
5246 - awscli
5347 script :
5448 - scripts/travis/external_build.sh ./scripts/travis/build_test.sh
55- - # same stage, parallel job
56- name : External ARM64 Integration Test
57- os : linux
58- env :
59- - BUILD_TYPE : " external_build"
60- - TARGET_PLATFORM : " linux-arm64"
61- addons :
62- apt :
63- packages :
64- - awscli
65- script :
66- - scripts/travis/external_build.sh ./scripts/travis/integration_test.sh
6749 - # same stage, parallel job
6850 os : osx
6951 osx_image : xcode11
7052 name : MacOS AMD64 Build
7153 script :
7254 - scripts/travis/build_test.sh
73- - # same stage, parallel job
74- os : osx
75- osx_image : xcode11
76- name : MacOS AMD64 Integration Test
77- script :
78- - ./scripts/travis/integration_test.sh
7955 - # same stage, parallel job
8056 os : windows
8157 name : Windows x64 Build
9167 name : Ubuntu AMD64 Build
9268 script :
9369 - ./scripts/travis/build_test.sh
94- - # same stage, parallel job
95- os : linux
96- name : Ubuntu AMD64 Integration Test
97- script :
98- - ./scripts/travis/integration_test.sh
9970 - # same stage, parallel job
10071 name : External ARM64 Build
10172 os : linux
@@ -108,30 +79,12 @@ jobs:
10879 - awscli
10980 script :
11081 - scripts/travis/external_build.sh ./scripts/travis/build_test.sh
111- - # same stage, parallel job
112- name : External ARM64 Integration Test
113- os : linux
114- env :
115- - BUILD_TYPE : " external_build"
116- - TARGET_PLATFORM : " linux-arm64"
117- addons :
118- apt :
119- packages :
120- - awscli
121- script :
122- - scripts/travis/external_build.sh ./scripts/travis/integration_test.sh
12382 - # same stage, parallel job
12483 os : osx
12584 osx_image : xcode11
12685 name : MacOS AMD64 Build
12786 script :
12887 - scripts/travis/build_test.sh
129- - # same stage, parallel job
130- os : osx
131- osx_image : xcode11
132- name : MacOS AMD64 Integration Test
133- script :
134- - ./scripts/travis/integration_test.sh
13588 - # same stage, parallel job
13689 os : windows
13790 name : Windows x64 Build
0 commit comments