Skip to content

Commit c094bdd

Browse files
authored
github/ci: Remove mobile from config (envoyproxy#41581)
Signed-off-by: Ryan Northey <[email protected]>
1 parent 1632c3f commit c094bdd

File tree

1 file changed

+0
-204
lines changed

1 file changed

+0
-204
lines changed

.github/config.yml

Lines changed: 0 additions & 204 deletions
Original file line numberDiff line numberDiff line change
@@ -35,66 +35,6 @@ checks:
3535
required: true
3636
on-run:
3737
- build-macos
38-
mobile-android:
39-
name: Mobile/Android
40-
required: true
41-
on-run:
42-
- mobile-android
43-
mobile-android-tests:
44-
name: Mobile/Android tests
45-
required: true
46-
on-run:
47-
- mobile-android-tests
48-
mobile-asan:
49-
name: Mobile/ASAN
50-
required: true
51-
on-run:
52-
- mobile-asan
53-
mobile-cc:
54-
name: Mobile/CC
55-
required: true
56-
on-run:
57-
- mobile-cc
58-
mobile-coverage:
59-
name: Mobile/Coverage
60-
required: true
61-
on-run:
62-
- mobile-coverage
63-
mobile-docs:
64-
name: Mobile/Docs
65-
on-run:
66-
- mobile-docs
67-
mobile-format:
68-
name: Mobile/Format
69-
required: true
70-
on-run:
71-
- mobile-format
72-
mobile-ios:
73-
name: Mobile/iOS
74-
required: true
75-
cache:
76-
on-run:
77-
- mobile-ios
78-
mobile-ios-tests:
79-
name: Mobile/iOS tests
80-
required: true
81-
on-run:
82-
- mobile-ios-tests
83-
mobile-perf:
84-
name: Mobile/Perf
85-
required: true
86-
on-run:
87-
- mobile-perf
88-
mobile-release-validation:
89-
name: Mobile/Release validation
90-
required: true
91-
on-run:
92-
- mobile-release-validation
93-
mobile-tsan:
94-
name: Mobile/TSAN
95-
required: true
96-
on-run:
97-
- mobile-tsan
9838
prechecks:
9939
name: Envoy/Prechecks
10040
on-run:
@@ -173,150 +113,6 @@ run:
173113
check-san:
174114
paths:
175115
- "**/*"
176-
mobile-android:
177-
paths:
178-
- .bazelrc
179-
- .bazelversion
180-
- .github/config.yml
181-
- bazel/external/quiche.BUILD
182-
- bazel/repository_locations.bzl
183-
- mobile/.bazelrc
184-
- mobile/**/*
185-
- source/common/**/*
186-
- tools/code_format/check_format.py
187-
mobile-android-all:
188-
paths:
189-
- .bazelrc
190-
- .bazelversion
191-
- .github/config.yml
192-
- bazel/external/quiche.BUILD
193-
- bazel/repository_locations.bzl
194-
- mobile/.bazelrc
195-
- mobile/**/*
196-
- source/common/**/*
197-
- tools/code_format/check_format.py
198-
push: never
199-
mobile-android-tests:
200-
paths:
201-
- .bazelrc
202-
- .bazelversion
203-
- .github/config.yml
204-
- bazel/external/quiche.BUILD
205-
- bazel/repository_locations.bzl
206-
- mobile/.bazelrc
207-
- mobile/**/*
208-
- tools/code_format/check_format.py
209-
mobile-asan:
210-
paths:
211-
- .bazelrc
212-
- .bazelversion
213-
- .github/config.yml
214-
- bazel/external/quiche.BUILD
215-
- bazel/repository_locations.bzl
216-
- mobile/.bazelrc
217-
- mobile/**/*
218-
- tools/code_format/check_format.py
219-
mobile-cc:
220-
paths:
221-
- .bazelrc
222-
- .bazelversion
223-
- .github/config.yml
224-
- api/**/*
225-
- bazel/external/quiche.BUILD
226-
- bazel/repository_locations.bzl
227-
- envoy/**/*
228-
- mobile/.bazelrc
229-
- mobile/**/*
230-
- source/**/*
231-
- test/config/**/*
232-
- test/integration/*
233-
- test/mocks/**/*
234-
- test/test_common/**/*
235-
mobile-coverage:
236-
paths:
237-
- .bazelrc
238-
- .bazelversion
239-
- .github/config.yml
240-
- bazel/external/quiche.BUILD
241-
- bazel/repository_locations.bzl
242-
- mobile/.bazelrc
243-
- mobile/**/*
244-
- test/run_envoy_bazel_coverage.sh
245-
- tools/code_format/check_format.py
246-
- tools/coverage/**/*
247-
mobile-format:
248-
paths:
249-
- .bazelrc
250-
- .bazelversion
251-
- .github/config.yml
252-
- bazel/external/quiche.BUILD
253-
- bazel/repository_locations.bzl
254-
- mobile/.bazelrc
255-
- mobile/**/*
256-
- tools/code_format/check_format.py
257-
mobile-ios:
258-
paths:
259-
- .bazelrc
260-
- .bazelversion
261-
- .github/config.yml
262-
- bazel/external/quiche.BUILD
263-
- bazel/repository_locations.bzl
264-
- mobile/.bazelrc
265-
- mobile/**/*
266-
- source/common/**/*
267-
- tools/code_format/check_format.py
268-
mobile-ios-all:
269-
paths:
270-
- .bazelrc
271-
- .bazelversion
272-
- .github/config.yml
273-
- bazel/external/quiche.BUILD
274-
- bazel/repository_locations.bzl
275-
- mobile/.bazelrc
276-
- mobile/**/*
277-
- source/common/**/*
278-
- tools/code_format/check_format.py
279-
push: never
280-
mobile-ios-tests:
281-
paths:
282-
- .bazelrc
283-
- .bazelversion
284-
- .github/config.yml
285-
- bazel/external/quiche.BUILD
286-
- bazel/repository_locations.bzl
287-
- mobile/.bazelrc
288-
- mobile/**/*
289-
- tools/code_format/check_format.py
290-
mobile-perf:
291-
paths:
292-
- .bazelrc
293-
- .bazelversion
294-
- .github/config.yml
295-
- bazel/external/quiche.BUILD
296-
- bazel/repository_locations.bzl
297-
- mobile/.bazelrc
298-
- mobile/**/*
299-
- tools/code_format/check_format.py
300-
mobile-release-validation:
301-
paths:
302-
- .bazelrc
303-
- .bazelversion
304-
- .github/config.yml
305-
- bazel/external/quiche.BUILD
306-
- bazel/repository_locations.bzl
307-
- mobile/.bazelrc
308-
- mobile/**/*
309-
- tools/code_format/check_format.py
310-
mobile-tsan:
311-
paths:
312-
- .bazelrc
313-
- .bazelversion
314-
- .github/config.yml
315-
- bazel/external/quiche.BUILD
316-
- bazel/repository_locations.bzl
317-
- mobile/.bazelrc
318-
- mobile/**/*
319-
- tools/code_format/check_format.py
320116
precheck-deps:
321117
paths:
322118
- .bazelrc

0 commit comments

Comments
 (0)