Commit Graph

133 Commits

Author SHA1 Message Date
svcscm
0527adffc8 Updating submodules
Reviewed By: yns88

fbshipit-source-id: e0c180bab83e960c1823cc5b93a5b9365c38fa99
2019-05-24 18:01:31 -07:00
svcscm
0052f18227 Updating submodules
Reviewed By: yns88

fbshipit-source-id: 44f5e05da5db0b84aafdd7dcd6ac599d932b4f6d
2019-05-24 18:01:31 -07:00
svcscm
6e28b54e00 Updating submodules
Reviewed By: yns88

fbshipit-source-id: c3f4cc756039a82cef77c8f8853f9f1c8ff3f570
2019-05-24 15:16:56 -07:00
Wez Furlong
50de2ef9cc getdeps: configure testpilot to use collections and tag tests
Summary:
This should enable test pilot to skip broken/flakey tests.

The `--tag-new-tests` flag is only appropriate for code that has been
landed on master and is used by the FB infra to classify new tests
appropriately.

For continuous builds we use a test collection with different parameters
from the normal developer facing flow so that the infra can re-assess
their status and enable/disable high-signal/noisy tests.

Depends: D15495344

Reviewed By: Ben0mega

Differential Revision: D15500955

fbshipit-source-id: f3b7976cec6a5cf70f5d128b38bde11620b26918
2019-05-24 14:12:53 -07:00
svcscm
d0cf03fbdf Updating submodules
Reviewed By: yns88

fbshipit-source-id: aec64d6f6501f49d0ffca80885a12f602668fcf7
2019-05-24 14:12:53 -07:00
svcscm
3a538cb756 Updating submodules
Reviewed By: yns88

fbshipit-source-id: 2787b3c4c2e78fb0924a40062733a5d9310213b8
2019-05-24 12:56:19 -07:00
svcscm
b66dd572ac Updating submodules
Reviewed By: yns88

fbshipit-source-id: 07b9fc7c0cd5fe3a0ff5d0ba7b23e755af5f7e61
2019-05-24 12:49:05 -07:00
svcscm
b18012df1e Updating submodules
Reviewed By: yns88

fbshipit-source-id: 58b230ad12620032f391733c7f9c1e44aeaa390b
2019-05-23 19:46:14 -07:00
svcscm
e688fa4885 Updating submodules
Reviewed By: yns88

fbshipit-source-id: ce6205829ac1b83b6782800e20851540196579f6
2019-05-23 15:58:05 -07:00
Matt Glazar
99dd3b54fd Reuse old build dir on Windows
Summary:
getdeps.py's find_existing_win32_subst_for_path function tries to reuse an existing build directory alias. (On Windows, the build directory is aliased to a drive letter to shorten paths.) If this function does not find and existing build directory alias, getdeps.py invalidates many of its caches.

On my Windows machine, find_existing_win32_subst_for_path always fails, so all of my builds are super slow. This happens because find_existing_win32_subst_for_path is given a path with a lower-case drive letter ("c:\users\..."), but the subst command returns paths with an upper-case drive letter ("C:\users\...").

When comparing paths, use ntpath.normpath. This makes the comparison case-insensitive for drive letters. (It also makes the comparison case-insensitive for other path components.)

On Linux and macOS, this diff should not change behavior.

Reviewed By: wez

Differential Revision: D15466096

fbshipit-source-id: 1669aa0a6eaeb6012154f3a9e24eba3f835262c6
2019-05-23 15:41:34 -07:00
svcscm
94eec81eb8 Updating submodules
Reviewed By: yns88

fbshipit-source-id: f4fcf1355821735cd8c6dd4883376bfc4e2ad823
2019-05-23 14:37:41 -07:00
svcscm
b38e6accbc Updating submodules
Reviewed By: yns88

fbshipit-source-id: be2204aaec30448b0800cb0082a9720dbebc6fb4
2019-05-23 12:54:59 -07:00
svcscm
aed6f1f6ac Updating submodules
Reviewed By: yns88

fbshipit-source-id: b5893fc78fb7f930efdcdca45cb810602413b6d7
2019-05-23 11:57:23 -07:00
svcscm
3150fe8175 Updating submodules
Reviewed By: yns88

fbshipit-source-id: 267d1831a445f8fbc993276992ae931d0586f205
2019-05-22 23:14:50 -07:00
svcscm
be5394641c Updating submodules
Reviewed By: yns88

fbshipit-source-id: 0e0725abbc162776e16fda955b71162493ea30b3
2019-05-22 23:14:50 -07:00
svcscm
d11daf6f6f Updating submodules
Reviewed By: yns88

fbshipit-source-id: 4f2cb905e806c20a3319ef4470efeda1d9f13549
2019-05-22 18:36:46 -07:00
svcscm
4cf8c33987 Updating submodules
Reviewed By: cdelahousse

fbshipit-source-id: e7ee25c1739d6bf36ffaeb0bcf7881d37b0c1999
2019-05-22 15:05:14 -07:00
svcscm
54035867a0 Updating submodules
Reviewed By: cdelahousse

fbshipit-source-id: b38820b1e0cb8fff33e8d4d3dfa700589926ddad
2019-05-22 14:46:37 -07:00
svcscm
8901f5a1b9 Updating submodules
Reviewed By: yns88

fbshipit-source-id: 6e2e9c2cf98ca746b6667e9546bcb3c8bafdd938
2019-05-21 22:26:49 -07:00
svcscm
ab80f396f3 Updating submodules
Reviewed By: yns88

fbshipit-source-id: 0c38aa2ae3101ba6b7589c48968d7ff4922ab4c0
2019-05-20 22:30:13 -07:00
Jingyi Yang
08fa3c9564 sigar + libzmq
Summary: Add lizmq and sigar in prepare for fbzmq oss build migration.

Reviewed By: wez

Differential Revision: D15387435

fbshipit-source-id: 1ec2057972bf801a1598af0a1ae87f958394d812
2019-05-20 21:39:24 -07:00
svcscm
9d2c1f7841 Updating submodules
Reviewed By: yns88

fbshipit-source-id: 25eddc1ba7e9cbedc01777c525b12301e110a3f8
2019-05-20 21:39:24 -07:00
svcscm
17951f7ca7 Updating submodules
Reviewed By: yns88

fbshipit-source-id: e74da7df7975d6d70acaff60783850f25eaa79fe
2019-05-20 19:56:17 -07:00
Wez Furlong
b04ce1a181 watchman: fixup FB internal mac packaging
Summary:
with the reshuffling around getdeps.py, and changes in folly/thrift/wangle,
our internal package stopped building.  This diff brings it back to life.  It is
a little bit interwined:

* Introduce a `--facebook-internal` switch to getdeps that causes `fb` in the
  build context to be set to `on` rather than `off`.  This allows specifying
  options in the manifest that are FB specific.
* Introduce cmake options to control the WATCHMAN_STATE_DIR and whether cmake
  should attempt to create WATCHMAN_STATE_DIR when it is installed.
* For FB specific builds on macOS, set the state dir to match our existing location
  and disable creation of WATCHMAN_STATE_DIR because that will ultimately be
  handling during package installation and we don't have privs for that on
  the machine generating the package.
* Adjust Facebook CI scripts to use getdeps for building and testing watchman

Reviewed By: simpkins

Differential Revision: D15337970

fbshipit-source-id: 8ab3c1f810decf5f0b16337dc1cbe6dc73d26426
2019-05-20 19:32:38 -07:00
svcscm
67c95c5be6 Updating submodules
Reviewed By: yns88

fbshipit-source-id: d62a75b49797fb15dcd37bfda53623b0d5a88d95
2019-05-20 19:32:38 -07:00
svcscm
07cf91ec0f Updating submodules
Reviewed By: yns88

fbshipit-source-id: a802526d720ab892dba6f456db9658b63b4808d8
2019-05-20 16:43:07 -07:00
svcscm
cdc6249feb Updating submodules
Reviewed By: yns88

fbshipit-source-id: 8360e4ed2f6b77c9572e4e66e0c36dbf5b3a4560
2019-05-20 14:03:50 -07:00
svcscm
457a46f10b Updating submodules
Reviewed By: yns88

fbshipit-source-id: 78ac51bee4063446b3c1df6d88bdac591ccdf083
2019-05-20 11:30:15 -07:00
Wez Furlong
86c0aab8d2 getdeps: allow tagging a build with its schedule type
Summary:
The schedule type is used to differentiate between a build run during
code review (and thus runs code that isn't yet in the master branch),
from continuous or other types of run that operate on landed code.

This doesn't change any behavior yet; this diff just adds
the plumbing to pass down an optional arbitrary schedule type string
from the CI system.

In the future, we'll use the schedule type to influence the behavior
of running tests.

Reviewed By: strager

Differential Revision: D15300120

fbshipit-source-id: 3b46afef2ff171b3fa095763dd5006a54ea328b8
2019-05-20 11:06:43 -07:00
svcscm
542fb77651 Updating submodules
Reviewed By: cdelahousse

fbshipit-source-id: d98894f2e946fdc94df510a5e822d6b71ee33e3d
2019-05-20 11:06:43 -07:00
svcscm
1de8701afe Updating submodules
Reviewed By: cdelahousse

fbshipit-source-id: 4acf6896feb9857504b0d7656b348f734c45957b
2019-05-19 19:43:02 -07:00
Luca Niccolini
33ec8c8bfc enable CMake build (with HTTP/3)
Reviewed By: udippant

Differential Revision: D15368849

fbshipit-source-id: 5e101fc38417b807a531fa456b38234d6dd08b7a
2019-05-19 19:17:18 -07:00
svcscm
8f8d1c3e6d Updating submodules
Reviewed By: cdelahousse

fbshipit-source-id: bd6f006a4542e6abb3d7e9d55a83a8205dd88ec4
2019-05-19 19:17:18 -07:00
svcscm
2c743e3db5 Updating submodules
Reviewed By: cdelahousse

fbshipit-source-id: 629fe69e46f7f6862953260b6edccf2ac647eb0c
2019-05-19 17:25:00 -07:00
svcscm
956f565b10 Updating submodules
Reviewed By: cdelahousse

fbshipit-source-id: 7d46eb023b039d5d9039ad0248cd5b62b19d8c18
2019-05-18 20:25:18 -07:00
svcscm
fd4a7d0ed0 Updating submodules
Reviewed By: cdelahousse

fbshipit-source-id: d9231df25576dc0a1c0c1cba4417de698a44d00e
2019-05-18 13:25:00 -07:00
svcscm
9811b8cc4b Updating submodules
Reviewed By: cdelahousse

fbshipit-source-id: e3239991ae70019270f345797319f5d36cf76167
2019-05-17 13:21:49 -07:00
svcscm
514e0ad019 Updating submodules
Reviewed By: cdelahousse

fbshipit-source-id: 004262d046427b2f776ed5b39c26ff844a293ee8
2019-05-17 11:48:37 -07:00
svcscm
4f65904d70 Updating submodules
Reviewed By: cdelahousse

fbshipit-source-id: 1b3cc2cd6728cfea9896b6f0ac154701ce5d5d80
2019-05-17 10:53:48 -07:00
svcscm
3e1d96cfd2 Updating submodules
Reviewed By: cdelahousse

fbshipit-source-id: c9ce2616e3bb920071709e6a0c9804bb2270d430
2019-05-17 09:57:23 -07:00
svcscm
3c1f145619 Updating submodules
Reviewed By: cdelahousse

fbshipit-source-id: 8277abfa10e0682c0b5f6e7143395a5c7cc88c9e
2019-05-16 17:22:34 -07:00
Wez Furlong
38525f5795 getdeps: add support for using ccache in cmake builds
Summary:
if we find ccache in the path, then we instruct cmake to use
it as the compiler launcher.

Reviewed By: pkaush

Differential Revision: D15375441

fbshipit-source-id: 602fe54742a5ec07b0533bd2cf63cb905b051e85
2019-05-16 16:55:09 -07:00
svcscm
2d69091122 Updating submodules
Reviewed By: cdelahousse

fbshipit-source-id: cf0d2c992f104f2c573c90996ddb715d3b134086
2019-05-16 15:30:27 -07:00
svcscm
70fd415367 Updating submodules
Reviewed By: cdelahousse

fbshipit-source-id: feb7619f7df233f909c94d520d8d71370621a060
2019-05-16 15:30:26 -07:00
svcscm
9ede5b6c0a Updating submodules
Reviewed By: cdelahousse

fbshipit-source-id: 266e5ce8fc981249b1cf3fae0ec1d65e9e827b4e
2019-05-16 11:28:45 -07:00
Wez Furlong
e09f8a970e getdeps: correctly handle the install_dir value
Summary:
We were computing `SCRATCH/install` and hashing based on that value,
but the build stuff was later computing `SCRATCH/installed` and passing that
to the builders.

Fixup the mismatch.

Reviewed By: simpkins

Differential Revision: D15337969

fbshipit-source-id: 70288f2d9286aaacf4c1f6e0dac4680a55edac6d
2019-05-16 11:23:36 -07:00
svcscm
b00c108061 Updating submodules
Reviewed By: cdelahousse

fbshipit-source-id: c039fd8f99e7dc9395aca49f95f5fe825602c201
2019-05-16 11:23:36 -07:00
svcscm
2dcc9817df Updating submodules
Reviewed By: cdelahousse

fbshipit-source-id: 28617a25839a6eed95bea0b67a38eb88885bf37e
2019-05-15 19:30:06 -07:00
svcscm
431b6ae8f4 Updating submodules
Reviewed By: cdelahousse

fbshipit-source-id: 70092d996d1da6ce6f93ad0f5e10f5c7f20f9f28
2019-05-15 19:30:06 -07:00
svcscm
f6d4041fcc Updating submodules
Reviewed By: cdelahousse

fbshipit-source-id: ef3eb7f43897cdabf61ed8c1abd600bdf6983e7a
2019-05-15 14:42:39 -07:00