Skip to content

Commit

Permalink
[tests] Only build exactly what's neded for running XM tests on older…
Browse files Browse the repository at this point in the history
… bots. (#5038)

Also build what we can in parallel (and manually building shared dependencies first).
  • Loading branch information
rolfbjarne committed Oct 25, 2018
1 parent d836c88 commit 2b85aae
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/package-mac-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@ ZIP=$DIR.zip
rm -Rf $DIR
mkdir -p $DIR

make build-mac
make build-mac-system-dontlink
make
make .stamp-configure-projects-mac
msbuild bindings-test/bindings-test-mac.csproj
make build-mac-dontlink build-mac-apitest build-mac-introspection build-mac-linksdk build-mac-linkall build-mac-xammac_tests build-mac-system-dontlink -j8

for app in */bin/x86/*/*.app linker/mac/*/bin/x86/*/*.app introspection/Mac/bin/x86/*/*.app; do
mkdir -p "$DIR/tests/$app"
Expand Down

2 comments on commit 2b85aae

@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.

🔥 Jenkins job (on internal Jenkins) failed in stage(s) 'Package XM tests' 🔥

Build succeeded
API Diff (from stable)
ℹ️ API Diff (from PR only) (please review changes)
Generator Diff (no change)
Test run 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) 'Package XM tests' 🔥 : hudson.AbortException: script returned exit code 128

Build succeeded
API Diff (from stable)
ℹ️ API Diff (from PR only) (please review changes)
Generator Diff (no change)
Test run succeeded

Please sign in to comment.