Commit a204130
authored
* Remove unused functions and tasks
* Fix indentation
* POC: Use task group to test local deployments
* Add make target to test without building
This is necessary if we don't want to change all `.dep` files to the new path.
* Cache compiled build for later use
* Rename tasks for better filtering
* Remove working dir upload as it's already uploaded along with the build
* Update tags in test tasks
* Create build variants for building driver
* Fetch correct build file
* Extract configuration to separate files
* Add task group for builds
* Add builds for different libmongoc versions
* Test MongoDB 7.0 on Debian 11
* Move Atlas Connectivity and crypt_shared tests to new format
* Move storage engine and libmongoc variants to new format
* Run smoketest after build
* Extract generatable tasks
* Remove obsolete file
* Remove obsolete variant
* Move requireApiVersion tests to new format
* Move loadbalanced tests to new format
* Move OCSP tests to new format
* Generate test and build tasks from templates
* Remove obsolete files
* Refactor generation script
* Remove version identifier from libmongoc task names
* Add variant tags to facilitate patch filters
* Define pull request aliases in evergreen config
* Add architecture documentation
* Use regular expression for PR aliases
* Mark generated files as such
* Remove unnecessary functions
- Artifactory uploads are not used, so we can save on disk space
- Evergreen isn't used to test Windows builds, so we don't need to make Windows fixes
- Files should already be executable
* Update CI documentation
* Remove unused YAML tags
* Document references of libmongoc build tasks
* Document tags used in tasks
* Make versions in config generator more readable
* Split templates and generated configs
* Add blank lines to task files for readability
* Add note about libmongoc build tasks in contributing guide
* Use real server version in architecture docs
* Treat loadbalanced as its own topology in tests
* Kill tasks after 10 minutes
1 parent befb835 commit a204130
File tree
55 files changed
+4689
-1293
lines changed- .evergreen
- config
- generated
- build
- test
- templates
- build
- test
- tests
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
55 files changed
+4689
-1293
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
4 | 22 | | |
5 | 23 | | |
6 | 24 | | |
| |||
45 | 63 | | |
46 | 64 | | |
47 | 65 | | |
48 | | - | |
| 66 | + | |
49 | 67 | | |
50 | 68 | | |
51 | 69 | | |
| |||
55 | 73 | | |
56 | 74 | | |
57 | 75 | | |
58 | | - | |
| 76 | + | |
0 commit comments