Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
6f7aed59
Unverified
Commit
6f7aed59
authored
Jan 19, 2024
by
godofredoc
Committed by
GitHub
Jan 19, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Run module_test_ios on arm and x64 (#141815)
This will ensure the test runs on the supported platforms.
parent
05854afa
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
2 deletions
+20
-2
.ci.yaml
.ci.yaml
+20
-2
No files found.
.ci.yaml
View file @
6f7aed59
...
...
@@ -3659,11 +3659,29 @@ targets:
-
bin/**
-
.ci.yaml
-
name
:
Mac module_test_ios
-
name
:
Mac
_x64
module_test_ios
recipe
:
devicelab/devicelab_drone
bringup
:
true
timeout
:
60
properties
:
dependencies
:
>-
[
{"dependency": "ruby", "version": "ruby_3.1-pod_1.13"}
]
tags: >
["devicelab", "hostonly", "mac"]
task_name: module_test_ios
runIf
:
-
dev/**
-
packages/flutter_tools/**
-
bin/**
-
.ci.yaml
-
name
:
Mac_arm64 module_test_ios
recipe
:
devicelab/devicelab_drone
bringup
:
true
timeout
:
60
properties
:
cpu
:
x86
# Codesigning fails on ARM https://github.com/flutter/flutter/issues/112033
dependencies
:
>-
[
{"dependency": "ruby", "version": "ruby_3.1-pod_1.13"}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment