Backed out 2 changesets (bug 903746) for causing non-unified build bustages on nsIPri...
[gecko.git] / third_party / googletest / moz.yaml
blob98b3d27fc9bf4b4886b4e011695ff153bd79d8cc
1 schema: 1
3 bugzilla:
4   product: Testing
5   component: GTest
7 origin:
8   name: googletest
9   description: Google Testing and Mocking Framework
11   url: https://google.github.io/googletest/
13   release: 8495449f075543dbac005d6c33118e58ad770d75 (2023-12-18T18:14:49Z).
15   revision: 8495449f075543dbac005d6c33118e58ad770d75
17   license: BSD-3-Clause
18   license-file: LICENSE
20 vendoring:
21   url: https://github.com/google/googletest
22   source-hosting: github
23   tracking: commit
25   exclude:
26     - .github/
27     - ci/
28     - docs/
29     - googlemock/docs/
30     - googlemock/samples/
31     - googlemock/scripts/
32     - googlemock/test/
33     - googletest/docs/
34     - googletest/samples/
35     - googletest/scripts/
36     - googletest/test/
37     # Customization points, replaced by headers in testing/gtest/mozilla/
38     - googlemock/include/gmock/internal/custom
39     - googletest/include/gtest/internal/custom
41   keep:
42     - gen_moz_build.py
44   skip-vendoring-steps:
45     - update-moz-build # Handled by gen_moz_build.py
47   update-actions:
48     - action: run-script
49       script: "{yaml_dir}/gen_moz_build.py"
50       cwd: "{yaml_dir}"
52   patches:
53     - "*.patch"
55 updatebot:
56   maintainer-phab: ahal
57   maintainer-bz: ahal@mozilla.com
58   tasks:
59     - type: vendoring
60       enabled: true
61       frequency: release