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
a1af1bb9
Unverified
Commit
a1af1bb9
authored
Aug 10, 2022
by
Ian Hickson
Committed by
GitHub
Aug 10, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Actually run customer_testing shard on Windows (#109336)
parent
5f7a5ec6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
5 deletions
+13
-5
ci.bat
dev/customer_testing/ci.bat
+11
-3
ci.sh
dev/customer_testing/ci.sh
+2
-2
No files found.
dev/customer_testing/ci.bat
View file @
a1af1bb9
...
...
@@ -8,12 +8,20 @@ REM This should match the ci.sh file in this directory.
REM This is called from the LUCI recipes:
REM https://flutter.googlesource.com/recipes/+/refs/heads/master/recipe_modules/adhoc_validation/resources/customer_testing.bat
dart __deprecated_pub get
ECHO.
ECHO Updating pub packages...
CALL dart pub get
CD ..\tools
dart __deprecated_
pub get
CALL dart
pub get
CD ..\customer_testing
ECHO.
ECHO Finding correct version of customer tests...
CMD /S /C "IF EXIST "..\..\bin\cache\pkg\tests\" RMDIR /S /Q ..\..\bin\cache\pkg\tests"
git clone https://github.com/flutter/tests.git ..\..\bin\cache\pkg\tests
FOR /F "usebackq tokens=*" %%a IN (`dart --enable-asserts ..\tools\bin\find_commit.dart ..\..\bin\cache\pkg\tests`) DO git -C ..\..\bin\cache\pkg\tests checkout %%a
dart --enable-asserts run_tests.dart --verbose --skip-on-fetch-failure --skip-template ..\..\bin\cache\pkg\tests\registry\*.test
ECHO.
ECHO Running tests...
CD ..\..\bin\cache\pkg\tests
CALL dart --enable-asserts ..\..\..\..\dev\customer_testing\run_tests.dart --verbose --skip-on-fetch-failure --skip-template registry/*.test
dev/customer_testing/ci.sh
View file @
a1af1bb9
...
...
@@ -15,8 +15,8 @@ set -ex
# largely not needed to run the flutter/tests tests.
#
# However, we do need to update this directory and the tools directory.
dart
__deprecated_
pub get
(
cd
../tools
;
dart
__deprecated_
pub get
)
# used for find_commit.dart below
dart pub get
(
cd
../tools
;
dart pub get
)
# used for find_commit.dart below
# Next we need to update the flutter/tests checkout.
#
...
...
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