@@ -20,7 +20,6 @@ stages:
20
20
jobs :
21
21
allow_failures :
22
22
- name : External ARM64 Deploy
23
- - name : External ARM64 Integration Test
24
23
- name : External ARM Build
25
24
- name : External ARM Deploy
26
25
- name : Test Release Builds
35
34
name : Ubuntu AMD64 Build
36
35
script :
37
36
- 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
43
37
- # same stage, parallel job
44
38
name : External ARM64 Build
45
39
os : linux
@@ -52,30 +46,12 @@ jobs:
52
46
- awscli
53
47
script :
54
48
- 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
67
49
- # same stage, parallel job
68
50
os : osx
69
51
osx_image : xcode11
70
52
name : MacOS AMD64 Build
71
53
script :
72
54
- 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
79
55
- # same stage, parallel job
80
56
os : windows
81
57
name : Windows x64 Build
91
67
name : Ubuntu AMD64 Build
92
68
script :
93
69
- ./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
99
70
- # same stage, parallel job
100
71
name : External ARM64 Build
101
72
os : linux
@@ -108,30 +79,12 @@ jobs:
108
79
- awscli
109
80
script :
110
81
- 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
123
82
- # same stage, parallel job
124
83
os : osx
125
84
osx_image : xcode11
126
85
name : MacOS AMD64 Build
127
86
script :
128
87
- 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
135
88
- # same stage, parallel job
136
89
os : windows
137
90
name : Windows x64 Build
0 commit comments