Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
271d44d
Initial change for using XHarnessAppBundleToTest to create helix work…
fanyang-mono Sep 8, 2021
279a188
Add targets
fanyang-mono Sep 10, 2021
76f2534
Update src/tests/Common/helixpublishwitharcade.proj
fanyang-mono Sep 10, 2021
28f3659
Remove x86
fanyang-mono Sep 10, 2021
258abb4
Fix zip condition
fanyang-mono Sep 13, 2021
88302e1
Fix xharness command invocation
premun Sep 15, 2021
e58ca2e
Fix xharness command invocation
premun Sep 15, 2021
fe2943e
Revert "Fix xharness command invocation"
premun Sep 15, 2021
0a73c16
Revert "Fix xharness command invocation"
premun Sep 15, 2021
d6d0baf
Create a new test group for large work item
fanyang-mono Sep 17, 2021
3b007f7
Fix zip condition
fanyang-mono Sep 13, 2021
1aea14c
Fix xharness command invocation
premun Sep 15, 2021
89d8458
Disable failed tests and split big work items JIT.HardwareIntrinsics …
fanyang-mono Sep 20, 2021
7075364
Disable more failed tests
fanyang-mono Sep 20, 2021
02eb2d3
Try iOS 11.00 queue
fanyang-mono Sep 21, 2021
42c54d2
Return back to 10.15
fanyang-mono Sep 21, 2021
e520493
Fix xharness command invocation
premun Sep 15, 2021
944d281
Try iOS 11.00 queue
fanyang-mono Sep 21, 2021
5cdbbc2
Return back to 10.15
fanyang-mono Sep 21, 2021
6b818e5
Add retry when app installation takes more than 5 minutes.
fanyang-mono Sep 29, 2021
ac279c7
Remove redundant white space
fanyang-mono Sep 29, 2021
8205e5c
To help investigate log missing issue
fanyang-mono Sep 30, 2021
841164b
Move `ls -laR` to non-Windows branch
premun Oct 1, 2021
1e42d6b
Disable dynamo.sh
fanyang-mono Oct 20, 2021
753ed8a
Remove investigation hack for missing logs
fanyang-mono Oct 21, 2021
83fbd60
Remove development hack - enable all existing CI lanes
fanyang-mono Oct 22, 2021
0112f93
Enable rolling build
fanyang-mono Oct 22, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove investigation hack for missing logs
  • Loading branch information
fanyang-mono committed Oct 22, 2021
commit 753ed8a9dae6aca7a8acd2867cbd6fc467583bf1
2 changes: 0 additions & 2 deletions src/tests/Common/helixpublishwitharcade.proj
Original file line number Diff line number Diff line change
Expand Up @@ -323,8 +323,6 @@
<HelixPreCommand Include="export __CollectDumps=1" />
<HelixPreCommand Include="export __CrashDumpFolder=$HELIX_DUMP_FOLDER" />
<HelixPreCommand Include="cat $__TestEnv" />
<HelixPostCommand Include="set -x"/>
<HelixPostCommand Include="ls -laR $HELIX_WORKITEM_UPLOAD_ROOT"/>
</ItemGroup>

<PropertyGroup>
Expand Down