@@ -55,101 +55,90 @@ jobs:
55
55
- template : templates/e2e-clear-docker-cached-images.yaml
56
56
- template : templates/e2e-run.yaml
57
57
58
- # Using 1ES-hosted agents in master branch causes test failures; disabling
59
- # until fixed.
60
- # ################################################################################
61
- # - job: ubuntu_1804_msmoby
62
- # ################################################################################
63
- # displayName: Ubuntu 18.04 with iotedge-moby
64
-
65
- # pool:
66
- # name: $(pool.linux.name)
67
- # demands:
68
- # - ImageOverride -equals agent-aziotedge-ubuntu-18.04-msmoby
69
-
70
- # variables:
71
- # os: linux
72
- # arch: amd64
73
- # artifactName: iotedged-ubuntu18.04-amd64
74
- # identityServiceArtifactName: packages_ubuntu-18.04_amd64
75
- # identityServicePackageFilter: aziot-identity-service_*_amd64.deb
76
-
77
- # steps:
78
- # - template: templates/e2e-setup.yaml
79
- # - template: templates/e2e-run.yaml
58
+
59
+ # ###############################################################################
60
+ - job : ubuntu_1804_msmoby
61
+ # ###############################################################################
62
+ displayName : Ubuntu 18.04 with iotedge-moby
63
+
64
+ pool :
65
+ name : $(pool.linux.name)
66
+ demands :
67
+ - ImageOverride -equals agent-aziotedge-ubuntu-18.04-msmoby
68
+
69
+ variables :
70
+ os : linux
71
+ arch : amd64
72
+ artifactName : iotedged-ubuntu18.04-amd64
73
+ identityServiceArtifactName : packages_ubuntu-18.04_amd64
74
+ identityServicePackageFilter : aziot-identity-service_*_amd64.deb
75
+
76
+ steps :
77
+ - template : templates/e2e-setup.yaml
78
+ - template : templates/e2e-run.yaml
80
79
81
80
# ###############################################################################
82
81
- job : ubuntu_1804_docker
83
82
# ###############################################################################
84
- # displayName: Ubuntu 18.04 with Docker (minimal)
85
- displayName : Ubuntu 18.04 with Docker
83
+
84
+ displayName : Ubuntu 18.04 with Docker minimal
86
85
87
86
pool :
88
- vmImage : ubuntu-18.04
89
- # Using 1ES-hosted agents in master branch causes test failures; disabling
90
- # until fixed.
91
- # name: $(pool.linux.name)
92
- # demands:
93
- # - ImageOverride -equals agent-aziotedge-ubuntu-18.04-docker
87
+ name : $(pool.linux.name)
88
+ demands :
89
+ - ImageOverride -equals agent-aziotedge-ubuntu-18.04-docker
94
90
95
91
variables :
96
92
os : linux
97
93
arch : amd64
98
94
artifactName : iotedged-ubuntu18.04-amd64
99
95
identityServiceArtifactName : packages_ubuntu-18.04_amd64
100
96
identityServicePackageFilter : aziot-identity-service_*_amd64.deb
101
- # When we switch to 1ES-hosted agents, we can make this a minimal pipeline
102
- # minimal: true
97
+ minimal : true
103
98
104
99
steps :
105
100
- template : templates/e2e-setup.yaml
106
101
- template : templates/e2e-run.yaml
107
102
108
- # Using 1ES-hosted agents in master branch causes test failures; disabling
109
- # until fixed.
110
- # ################################################################################
111
- # - job: ubuntu_2004_msmoby
112
- # ################################################################################
113
- # displayName: Ubuntu 20.04 with iotedge-moby
114
-
115
- # pool:
116
- # name: $(pool.linux.name)
117
- # demands:
118
- # - ImageOverride -equals agent-aziotedge-ubuntu-20.04-msmoby
119
-
120
- # variables:
121
- # os: linux
122
- # arch: amd64
123
- # artifactName: iotedged-ubuntu20.04-amd64
124
- # identityServiceArtifactName: packages_ubuntu-20.04_amd64
125
- # identityServicePackageFilter: aziot-identity-service_*_amd64.deb
126
-
127
- # steps:
128
- # - template: templates/e2e-setup.yaml
129
- # - template: templates/e2e-run.yaml
103
+
104
+ # ###############################################################################
105
+ - job : ubuntu_2004_msmoby
106
+ # ###############################################################################
107
+ displayName : Ubuntu 20.04 with iotedge-moby
108
+
109
+ pool :
110
+ name : $(pool.linux.name)
111
+ demands :
112
+ - ImageOverride -equals agent-aziotedge-ubuntu-20.04-msmoby
113
+
114
+ variables :
115
+ os : linux
116
+ arch : amd64
117
+ artifactName : iotedged-ubuntu20.04-amd64
118
+ identityServiceArtifactName : packages_ubuntu-20.04_amd64
119
+ identityServicePackageFilter : aziot-identity-service_*_amd64.deb
120
+
121
+ steps :
122
+ - template : templates/e2e-setup.yaml
123
+ - template : templates/e2e-run.yaml
130
124
131
125
# ###############################################################################
132
126
- job : ubuntu_2004_docker
133
127
# ###############################################################################
134
- # displayName: Ubuntu 20.04 with Docker (minimal)
135
- displayName : Ubuntu 20.04 with Docker
128
+ displayName : Ubuntu 20.04 with Docker minimal
136
129
137
130
pool :
138
- vmImage : ubuntu-20.04
139
- # Using 1ES-hosted agents in master branch causes test failures; disabling
140
- # until fixed.
141
- # name: $(pool.linux.name)
142
- # demands:
143
- # - ImageOverride -equals agent-aziotedge-ubuntu-20.04-docker
131
+ name : $(pool.linux.name)
132
+ demands :
133
+ - ImageOverride -equals agent-aziotedge-ubuntu-20.04-docker
144
134
145
135
variables :
146
136
os : linux
147
137
arch : amd64
148
138
artifactName : iotedged-ubuntu20.04-amd64
149
139
identityServiceArtifactName : packages_ubuntu-20.04_amd64
150
140
identityServicePackageFilter : aziot-identity-service_*_amd64.deb
151
- # When we switch to 1ES-hosted agents, we can make this a minimal pipeline
152
- # minimal: true
141
+ minimal : true
153
142
154
143
steps :
155
144
- template : templates/e2e-setup.yaml
@@ -161,17 +150,9 @@ jobs:
161
150
displayName : CentOs7 amd64
162
151
163
152
pool :
164
- name : $(pool.custom .name)
153
+ name : $(pool.linux .name)
165
154
demands :
166
- - Agent.OS -equals Linux
167
- - Agent.OSArchitecture -equals X64
168
- - run-new-e2e-tests -equals true
169
- - centos -equals 7
170
- # Using 1ES-hosted agents in master branch causes test failures; disabling
171
- # until fixed.
172
- # name: $(pool.linux.name)
173
- # demands:
174
- # - ImageOverride -equals agent-aziotedge-centos-7-msmoby
155
+ - ImageOverride -equals agent-aziotedge-centos-7-msmoby
175
156
176
157
variables :
177
158
os : linux
0 commit comments