Skip to content

Commit

Permalink
[sampletester] Centralize verbosity for mtouch and mmp.
Browse files Browse the repository at this point in the history
  • Loading branch information
rolfbjarne committed Dec 20, 2019
1 parent 328b7f6 commit 7096bee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 2 additions & 2 deletions tests/sampletester/ProcessHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ public static void BuildSolution (string solution, string platform, string confi
sb.Add ($"/t:{target}");

sb.Add ($"/verbosity:diag");
environment_variables ["MTOUCH_ENV_OPTIONS"] = "--time --time --time --time -qqqq";
environment_variables ["MMP_ENV_OPTIONS"] = "--time --time --time --time -qqqq";
environment_variables ["MTOUCH_ENV_OPTIONS"] = "--time --time --time --time -vvvv";
environment_variables ["MMP_ENV_OPTIONS"] = "--time --time --time --time -vvvv";

var watch = Stopwatch.StartNew ();
var failed = false;
Expand Down
4 changes: 0 additions & 4 deletions tools/devops/build-samples.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,5 @@

cd "$(dirname "${BASH_SOURCE[0]}")/../.."

# we want verbose output from mtouch and mlaunch
echo 123456789 > ~/.mtouch-verbosity
echo 123456789 > ~/.mlaunch-verbosity

make -C tests test-system.config
make -C tests/sampletester TESTS_USE_SYSTEM=1

4 comments on commit 7096bee

@xamarin-release-manager
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Status for 'xamarin-macios - sample testing (build)': success.

  • ✅ Debug_iPhone_AF: Succeeded
  • ✅ Debug_iPhone_GR: Succeeded
  • ✅ Debug_iPhone_SZ: Succeeded
  • ✅ Debug_iPhoneSimulator: Succeeded
  • ✅ Release_iPhone_AF: Succeeded
  • ✅ Release_iPhone_GR: Succeeded
  • ✅ Release_iPhone_SZ: Succeeded
  • ✅ Release_iPhoneSimulator: Succeeded
  • ✅ Debug_Mac: Succeeded
  • ✅ Release_Mac: Succeeded
  • ✅ PublishPerformanceData: Succeeded

@xamarin-release-manager
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Build was (probably) aborted

🔥 Jenkins job (on internal Jenkins) failed in stage(s) 'Test run, Test run' 🔥

Build succeeded
✅ Packages:

API Diff (from stable)
API Diff (from PR only) (no change)
Generator Diff (no change)
🔥 Test run failed 🔥

Test results

1 tests failed, 169 tests passed.

Failed tests

  • monotouch-test/watchOS 32-bits - simulator/Debug: Crashed

@xamarin-release-manager
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Device tests passed on iOS on Azure DevOps(iOS): Html Report

🎉 All 127 tests passed 🎉

@xamarin-release-manager
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔥 Device tests completed (Failed) on TvOS on Azure DevOps(TvOS): Html Report 🔥

Test results

1 tests failed, 126 tests passed.

Failed tests

  • monotouch-test/tvOS - device/Debug: Failed

Please sign in to comment.