summaryrefslogtreecommitdiff
path: root/etc/evergreen_yml_components/variants/ninja.yml
diff options
context:
space:
mode:
Diffstat (limited to 'etc/evergreen_yml_components/variants/ninja.yml')
-rw-r--r--etc/evergreen_yml_components/variants/ninja.yml85
1 files changed, 0 insertions, 85 deletions
diff --git a/etc/evergreen_yml_components/variants/ninja.yml b/etc/evergreen_yml_components/variants/ninja.yml
deleted file mode 100644
index 07d5be46125..00000000000
--- a/etc/evergreen_yml_components/variants/ninja.yml
+++ /dev/null
@@ -1,85 +0,0 @@
-buildvariants:
-
-- name: enterprise-windows-ninja
- display_name: "Ninja Build: Enterprise Windows"
- cron: "0 4 * * 0" # Run once a week to ensure no failures introduced to ninja builds
- expansions:
- compile_flags: --ssl MONGO_DISTMOD=windows CPPPATH="c:/sasl/include c:/snmp/include" LIBPATH="c:/sasl/lib c:/snmp/lib" -j$(bc <<< "$(grep -c '^processor' /proc/cpuinfo) / 1.5") --win-version-min=win10
- tasks:
- - name: compile_ninja_next_TG
- distros:
- - windows-vsCurrent-large
- - name: compile_ninja_TG
- distros:
- - windows-vsCurrent-large
-
-- name: macos-enterprise-ninja
- display_name: "Ninja Build: macOS Enterprise"
- cron: "0 4 * * 0" # Run once a week to ensure no failures introduced to ninja builds
- run_on:
- - macos-1100
- expansions:
- compile_env: DEVELOPER_DIR=/Applications/Xcode13.app
- compile_flags: --ssl -j$(sysctl -n hw.logicalcpu) --libc++ --variables-files=etc/scons/xcode_macosx.vars
- tasks:
- - name: compile_ninja_next_TG
- - name: compile_ninja_TG
-
-- name: ubuntu1804-ninja-build-profiles
- display_name: "Ninja Build Profiles: Ubuntu 18.04"
- cron: "0 4 * * 0" # # Run once a week to ensure no failures introduced to build profiles
- run_on:
- - ubuntu1804-small
- stepback: false
- expansions:
- compile_flags: --ssl --ocsp-stapling=off MONGO_DISTMOD=ubuntu1804 -j$(grep -c ^processor /proc/cpuinfo) --modules=
- test_flags: --enableEnterpriseTests=off
- repo_edition: enterprise
- has_packages: false
- tasks:
- - name: compile_ninja_default_profile_TG
- distros:
- - ubuntu1804-xlarge
- - name: compile_ninja_opt_profile_TG
- distros:
- - ubuntu1804-xlarge
- - name: compile_ninja_san_profile_TG
- distros:
- - ubuntu1804-xlarge
- - name: compile_ninja_fast_profile_TG
- distros:
- - ubuntu1804-xlarge
-
-- name: enterprise-rhel-8-64-bit-dynamic-required-ninja
- display_name: "Ninja Build: Enterprise RHEL 8"
- cron: "0 4 * * 0" # Run once a week to ensure no failures introduced to ninja builds
- run_on:
- - rhel80-small
- expansions:
- compile_flags: --ssl MONGO_DISTMOD=rhel80 -j$(grep -c ^processor /proc/cpuinfo) --variables-files=etc/scons/mongodbtoolchain_v3_gcc.vars --link-model=dynamic
- has_packages: false
- tasks:
- - name: compile_ninja_next_TG
- distros:
- - rhel80-xlarge
- - name: compile_ninja_TG
- distros:
- - rhel80-xlarge
-
-- name: enterprise-rhel8-ninja
- display_name: "Ninja Build: RHEL 8"
- cron: "0 4 * * 0" # Run once a week to ensure no failures introduced to ninja builds
- run_on:
- - rhel80-small
- stepback: false
- expansions:
- compile_flags: --ssl --ocsp-stapling=off MONGO_DISTMOD=rhel80 -j$(grep -c ^processor /proc/cpuinfo) --variables-files=etc/scons/mongodbtoolchain_v3_gcc.vars --link-model=dynamic
- repo_edition: enterprise
- has_packages: false
- tasks:
- - name: compile_ninja_next_TG
- distros:
- - rhel80-build
- - name: compile_ninja_TG
- distros:
- - rhel80-build