-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bring up full library test CI runs on iOS / tvOS devices #59503
Commits on Aug 13, 2021
-
iOS AOT run w/ smaller test files
See if zipping each test app first results in not running out of disk space. Changed cleanup steps after each test is built to maximize space utilization.
Steve Pfister committedAug 13, 2021 Configuration menu - View commit details
-
Copy full SHA for 64ef141 - Browse repository at this point
Copy the full SHA 64ef141View commit details -
Merge remote-tracking branch 'upstream/main' into test-zip-app
Steve Pfister committedAug 13, 2021 Configuration menu - View commit details
-
Copy full SHA for f7f87f7 - Browse repository at this point
Copy the full SHA f7f87f7View commit details
Commits on Aug 14, 2021
-
Bump timeout. Skip some tests that fail aot
Steve Pfister committedAug 14, 2021 Configuration menu - View commit details
-
Copy full SHA for 2e1ee0e - Browse repository at this point
Copy the full SHA 2e1ee0eView commit details -
Merge remote-tracking branch 'upstream/main' into test-zip-app
Steve Pfister committedAug 14, 2021 Configuration menu - View commit details
-
Copy full SHA for 336ec94 - Browse repository at this point
Copy the full SHA 336ec94View commit details
Commits on Aug 15, 2021
-
Print out space used and number of tests processed
Steve Pfister committedAug 15, 2021 Configuration menu - View commit details
-
Copy full SHA for 9b29dc5 - Browse repository at this point
Copy the full SHA 9b29dc5View commit details
Commits on Sep 3, 2021
-
Structure iOS test build to be able to run on helix
Steve Pfister committedSep 3, 2021 Configuration menu - View commit details
-
Copy full SHA for 4d678d5 - Browse repository at this point
Copy the full SHA 4d678d5View commit details
Commits on Sep 9, 2021
-
Get past race by enabling logging. Test passes on helix now
Steve Pfister committedSep 9, 2021 Configuration menu - View commit details
-
Copy full SHA for c42ef12 - Browse repository at this point
Copy the full SHA c42ef12View commit details -
Enable building on helix for other apple configurations
Steve Pfister committedSep 9, 2021 Configuration menu - View commit details
-
Copy full SHA for c69a4cd - Browse repository at this point
Copy the full SHA c69a4cdView commit details
Commits on Sep 14, 2021
-
Steve Pfister committed
Sep 14, 2021 Configuration menu - View commit details
-
Copy full SHA for 5324672 - Browse repository at this point
Copy the full SHA 5324672View commit details
Commits on Sep 20, 2021
-
Update template to work with arcade changes
Steve Pfister committedSep 20, 2021 Configuration menu - View commit details
-
Copy full SHA for f052234 - Browse repository at this point
Copy the full SHA f052234View commit details -
Merge remote-tracking branch 'upstream/main' into build-ios-tests-helix
Steve Pfister committedSep 20, 2021 Configuration menu - View commit details
-
Copy full SHA for fe39010 - Browse repository at this point
Copy the full SHA fe39010View commit details
Commits on Sep 21, 2021
-
Post merge with main adjustments
Steve Pfister committedSep 21, 2021 Configuration menu - View commit details
-
Copy full SHA for d610108 - Browse repository at this point
Copy the full SHA d610108View commit details
Commits on Sep 22, 2021
-
Bring up library tests on iOS / tvOS devices
This change enables device runs on CI by building each test app on the helix instance it was deployed to. In past attempts, we looked at enhancing the build step only via build tricks, compressing / cleaning up files early, etc and we could not overcome the need for excessively long timeouts and far more disk space. The change also adopts the patterns established in the wasm test build, giving us the opportunity to support different scenario runs as well as workloads testing in the future.
Steve Pfister committedSep 22, 2021 Configuration menu - View commit details
-
Copy full SHA for f7bb825 - Browse repository at this point
Copy the full SHA f7bb825View commit details
Commits on Sep 23, 2021
-
Steve Pfister committed
Sep 23, 2021 Configuration menu - View commit details
-
Copy full SHA for f084ae9 - Browse repository at this point
Copy the full SHA f084ae9View commit details
Commits on Sep 24, 2021
-
Steve Pfister committed
Sep 24, 2021 Configuration menu - View commit details
-
Copy full SHA for 17a2bb2 - Browse repository at this point
Copy the full SHA 17a2bb2View commit details
Commits on Sep 28, 2021
-
Build tweaks to fix running tests locally
Steve Pfister committedSep 28, 2021 Configuration menu - View commit details
-
Copy full SHA for e5d84bc - Browse repository at this point
Copy the full SHA e5d84bcView commit details -
Merge remote-tracking branch 'upstream/main' into build-ios-tests-helix
Steve Pfister committedSep 28, 2021 Configuration menu - View commit details
-
Copy full SHA for 2b2d451 - Browse repository at this point
Copy the full SHA 2b2d451View commit details -
Steve Pfister committed
Sep 28, 2021 Configuration menu - View commit details
-
Copy full SHA for c17c79e - Browse repository at this point
Copy the full SHA c17c79eView commit details -
iOS arm64 runs take about 3 hours to complete. Use tvOS to get enough…
… data for now
Steve Pfister committedSep 28, 2021 Configuration menu - View commit details
-
Copy full SHA for 7b4eda7 - Browse repository at this point
Copy the full SHA 7b4eda7View commit details -
Figure out why tvos is taking forever uploading to helix.
Steve Pfister committedSep 28, 2021 Configuration menu - View commit details
-
Copy full SHA for 074f565 - Browse repository at this point
Copy the full SHA 074f565View commit details -
Get sim lanes working. Move back to AggressiveTrimming
Steve Pfister committedSep 28, 2021 Configuration menu - View commit details
-
Copy full SHA for abc79f2 - Browse repository at this point
Copy the full SHA abc79f2View commit details
Commits on Sep 29, 2021
-
Save size by chopping native assets on the build machine and reassemb…
…ling on helix
Steve Pfister committedSep 29, 2021 Configuration menu - View commit details
-
Copy full SHA for e5e136b - Browse repository at this point
Copy the full SHA e5e136bView commit details -
Steve Pfister committed
Sep 29, 2021 Configuration menu - View commit details
-
Copy full SHA for d8f104e - Browse repository at this point
Copy the full SHA d8f104eView commit details -
Make sure aot/process arguments are populated in the right spot
Steve Pfister committedSep 29, 2021 Configuration menu - View commit details
-
Copy full SHA for 5d9baa6 - Browse repository at this point
Copy the full SHA 5d9baa6View commit details -
Remove trimming so that we can exclude the runtime pack from the arti…
…fact upload
Steve Pfister committedSep 29, 2021 Configuration menu - View commit details
-
Copy full SHA for 784cb6b - Browse repository at this point
Copy the full SHA 784cb6bView commit details
Commits on Oct 7, 2021
-
Fixup xml tests and debug/release local builds
Steve Pfister committedOct 7, 2021 Configuration menu - View commit details
-
Copy full SHA for c4c83fa - Browse repository at this point
Copy the full SHA c4c83faView commit details -
Merge remote-tracking branch 'upstream/main' into build-ios-tests-helix
Steve Pfister committedOct 7, 2021 Configuration menu - View commit details
-
Copy full SHA for 9fbb6c7 - Browse repository at this point
Copy the full SHA 9fbb6c7View commit details -
Don't use iOS device runs for now. Too little capacity
Steve Pfister committedOct 7, 2021 Configuration menu - View commit details
-
Copy full SHA for 62e907f - Browse repository at this point
Copy the full SHA 62e907fView commit details -
Steve Pfister committed
Oct 7, 2021 Configuration menu - View commit details
-
Copy full SHA for 7b5ea33 - Browse repository at this point
Copy the full SHA 7b5ea33View commit details
Commits on Oct 8, 2021
-
Skip generic math tests and additional test cleanup (paths)
Steve Pfister committedOct 8, 2021 Configuration menu - View commit details
-
Copy full SHA for f90e00e - Browse repository at this point
Copy the full SHA f90e00eView commit details -
Steve Pfister committed
Oct 8, 2021 Configuration menu - View commit details
-
Copy full SHA for 650209b - Browse repository at this point
Copy the full SHA 650209bView commit details -
Steve Pfister committed
Oct 8, 2021 Configuration menu - View commit details
-
Copy full SHA for 92259e2 - Browse repository at this point
Copy the full SHA 92259e2View commit details
Commits on Oct 9, 2021
-
Steve Pfister committed
Oct 9, 2021 Configuration menu - View commit details
-
Copy full SHA for 5503e2b - Browse repository at this point
Copy the full SHA 5503e2bView commit details
Commits on Oct 11, 2021
-
Set MONO_AOT_MODE environment variable to enable PlatformDetection.Is…
…MonoAOT on iOS/tvOS
Configuration menu - View commit details
-
Copy full SHA for 6023b0c - Browse repository at this point
Copy the full SHA 6023b0cView commit details -
Merge remote-tracking branch 'upstream/main' into build-ios-tests-helix
Steve Pfister committedOct 11, 2021 Configuration menu - View commit details
-
Copy full SHA for 891d814 - Browse repository at this point
Copy the full SHA 891d814View commit details -
Enable System.Runtime tests on iOS devices only. Disable some tests
Steve Pfister committedOct 11, 2021 Configuration menu - View commit details
-
Copy full SHA for 9038a81 - Browse repository at this point
Copy the full SHA 9038a81View commit details -
Merge remote-tracking branch 'origin/build-ios-tests-helix' into buil…
…d-ios-tests-helix
Steve Pfister committedOct 11, 2021 Configuration menu - View commit details
-
Copy full SHA for 3415de4 - Browse repository at this point
Copy the full SHA 3415de4View commit details -
Steve Pfister committed
Oct 11, 2021 Configuration menu - View commit details
-
Copy full SHA for 25574ed - Browse repository at this point
Copy the full SHA 25574edView commit details
Commits on Oct 12, 2021
-
Merge remote-tracking branch 'upstream/main' into build-ios-tests-helix
Steve Pfister committedOct 12, 2021 Configuration menu - View commit details
-
Copy full SHA for fe194f7 - Browse repository at this point
Copy the full SHA fe194f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 56b30b7 - Browse repository at this point
Copy the full SHA 56b30b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c4add6 - Browse repository at this point
Copy the full SHA 2c4add6View commit details -
Steve Pfister committed
Oct 12, 2021 Configuration menu - View commit details
-
Copy full SHA for 61a895c - Browse repository at this point
Copy the full SHA 61a895cView commit details -
Make sure runtimeconfig.bin is generated.
Steve Pfister committedOct 12, 2021 Configuration menu - View commit details
-
Copy full SHA for 41a9f51 - Browse repository at this point
Copy the full SHA 41a9f51View commit details -
Steve Pfister committed
Oct 12, 2021 Configuration menu - View commit details
-
Copy full SHA for 8ef6c49 - Browse repository at this point
Copy the full SHA 8ef6c49View commit details -
Steve Pfister committed
Oct 12, 2021 Configuration menu - View commit details
-
Copy full SHA for ddc2b64 - Browse repository at this point
Copy the full SHA ddc2b64View commit details
Commits on Oct 13, 2021
-
Skip some tests - bump work item timeout
Steve Pfister committedOct 13, 2021 Configuration menu - View commit details
-
Copy full SHA for b52675b - Browse repository at this point
Copy the full SHA b52675bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 633a8f1 - Browse repository at this point
Copy the full SHA 633a8f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8653d81 - Browse repository at this point
Copy the full SHA 8653d81View commit details -
Make sure the right test timeout is being passed along
Steve Pfister committedOct 13, 2021 Configuration menu - View commit details
-
Copy full SHA for b862450 - Browse repository at this point
Copy the full SHA b862450View commit details
Commits on Oct 14, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 2189974 - Browse repository at this point
Copy the full SHA 2189974View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa50b69 - Browse repository at this point
Copy the full SHA aa50b69View commit details -
Exclude satellite assemblies from being AOT'd / System.Runtime.Loader…
… tests now run
Steve Pfister committedOct 14, 2021 Configuration menu - View commit details
-
Copy full SHA for d4f38c4 - Browse repository at this point
Copy the full SHA d4f38c4View commit details -
Merge remote-tracking branch 'origin/build-ios-tests-helix' into buil…
…d-ios-tests-helix
Steve Pfister committedOct 14, 2021 Configuration menu - View commit details
-
Copy full SHA for f37b1cb - Browse repository at this point
Copy the full SHA f37b1cbView commit details
Commits on Oct 15, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 458fb58 - Browse repository at this point
Copy the full SHA 458fb58View commit details -
Configuration menu - View commit details
-
Copy full SHA for 637c061 - Browse repository at this point
Copy the full SHA 637c061View commit details -
Configuration menu - View commit details
-
Copy full SHA for a5263c1 - Browse repository at this point
Copy the full SHA a5263c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 128238e - Browse repository at this point
Copy the full SHA 128238eView commit details -
Steve Pfister committed
Oct 15, 2021 Configuration menu - View commit details
-
Copy full SHA for 8ce67d4 - Browse repository at this point
Copy the full SHA 8ce67d4View commit details
Commits on Oct 18, 2021
-
Active issue and skip more tests
Steve Pfister committedOct 18, 2021 Configuration menu - View commit details
-
Copy full SHA for 7a8f49c - Browse repository at this point
Copy the full SHA 7a8f49cView commit details
Commits on Oct 19, 2021
-
Steve Pfister committed
Oct 19, 2021 Configuration menu - View commit details
-
Copy full SHA for 3b4c602 - Browse repository at this point
Copy the full SHA 3b4c602View commit details -
Skip loader tests that assume assemblies are in as resource files
Steve Pfister committedOct 19, 2021 Configuration menu - View commit details
-
Copy full SHA for e1d1748 - Browse repository at this point
Copy the full SHA e1d1748View commit details -
Merge remote-tracking branch 'upstream/main' into build-ios-tests-helix
Steve Pfister committedOct 19, 2021 Configuration menu - View commit details
-
Copy full SHA for 680c648 - Browse repository at this point
Copy the full SHA 680c648View commit details
Commits on Oct 20, 2021
-
Skip failing RegexCultureTests
Steve Pfister committedOct 20, 2021 Configuration menu - View commit details
-
Copy full SHA for 4af365a - Browse repository at this point
Copy the full SHA 4af365aView commit details -
Merge remote-tracking branch 'upstream/main' into build-ios-tests-helix
Steve Pfister committedOct 20, 2021 Configuration menu - View commit details
-
Copy full SHA for 926989d - Browse repository at this point
Copy the full SHA 926989dView commit details
Commits on Oct 21, 2021
-
Merge remote-tracking branch 'upstream/main' into build-ios-tests-helix
Steve Pfister committedOct 21, 2021 Configuration menu - View commit details
-
Copy full SHA for 0003313 - Browse repository at this point
Copy the full SHA 0003313View commit details -
Skip test suites that hang for now
Steve Pfister committedOct 21, 2021 Configuration menu - View commit details
-
Copy full SHA for 2419858 - Browse repository at this point
Copy the full SHA 2419858View commit details -
Restored fact that was mistakenly removed
Steve Pfister committedOct 21, 2021 Configuration menu - View commit details
-
Copy full SHA for 055b85d - Browse repository at this point
Copy the full SHA 055b85dView commit details -
Steve Pfister committed
Oct 21, 2021 Configuration menu - View commit details
-
Copy full SHA for 81bd7fd - Browse repository at this point
Copy the full SHA 81bd7fdView commit details
Commits on Oct 22, 2021
-
Skip DllImportGenerator tests as they were failing
Steve Pfister committedOct 22, 2021 Configuration menu - View commit details
-
Copy full SHA for 1a3b910 - Browse repository at this point
Copy the full SHA 1a3b910View commit details -
Search top level only for zip files
Steve Pfister committedOct 22, 2021 Configuration menu - View commit details
-
Copy full SHA for 3c1babf - Browse repository at this point
Copy the full SHA 3c1babfView commit details -
Skip DllImportGenerator tests on all apple mobile platforms. Tweak pa…
…th in one test
Steve Pfister committedOct 22, 2021 Configuration menu - View commit details
-
Copy full SHA for fdb81ff - Browse repository at this point
Copy the full SHA fdb81ffView commit details -
Merge remote-tracking branch 'upstream/main' into build-ios-tests-helix
Steve Pfister committedOct 22, 2021 Configuration menu - View commit details
-
Copy full SHA for 7d43598 - Browse repository at this point
Copy the full SHA 7d43598View commit details
Commits on Oct 25, 2021
-
Fix check specific platform check for catalyst
Steve Pfister committedOct 25, 2021 Configuration menu - View commit details
-
Copy full SHA for e7d92da - Browse repository at this point
Copy the full SHA e7d92daView commit details -
Remove old condition that was breaking unrelated projects
Steve Pfister committedOct 25, 2021 Configuration menu - View commit details
-
Copy full SHA for 633dcf7 - Browse repository at this point
Copy the full SHA 633dcf7View commit details
Commits on Oct 26, 2021
-
Steve Pfister committed
Oct 26, 2021 Configuration menu - View commit details
-
Copy full SHA for ef910cf - Browse repository at this point
Copy the full SHA ef910cfView commit details -
Merge remote-tracking branch 'upstream/main' into build-ios-tests-helix
Steve Pfister committedOct 26, 2021 Configuration menu - View commit details
-
Copy full SHA for 4800f60 - Browse repository at this point
Copy the full SHA 4800f60View commit details -
Fix process test introduced in dotnet#59562
Steve Pfister committedOct 26, 2021 Configuration menu - View commit details
-
Copy full SHA for df80bf0 - Browse repository at this point
Copy the full SHA df80bf0View commit details
Commits on Oct 30, 2021
-
Steve Pfister committed
Oct 30, 2021 Configuration menu - View commit details
-
Copy full SHA for 0fb5d0b - Browse repository at this point
Copy the full SHA 0fb5d0bView commit details
Commits on Nov 2, 2021
-
Merge remote-tracking branch 'upstream/main' into build-ios-tests-helix
Steve Pfister committedNov 2, 2021 Configuration menu - View commit details
-
Copy full SHA for 6c3c9ee - Browse repository at this point
Copy the full SHA 6c3c9eeView commit details -
Apply smoke test setting to iOS & tvOS devices
Steve Pfister committedNov 2, 2021 Configuration menu - View commit details
-
Copy full SHA for 1b75f13 - Browse repository at this point
Copy the full SHA 1b75f13View commit details