Skip to content

Commit a7f0e3d

Browse files
authored
Skip building against libmongoc master (#1728)
* Skip building against libmongoc master * Remove unmatched task selector
1 parent 0464c55 commit a7f0e3d

File tree

9 files changed

+81
-85
lines changed

9 files changed

+81
-85
lines changed

.evergreen/config/build-task-groups.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ task_groups:
4444

4545
- name: "build-php-libmongoc"
4646
# Keep this in sync with the actual number of libmongoc builds (typically 3) defined in _template-build-libmongoc.yml
47-
max_hosts: 3
47+
max_hosts: 2
4848
setup_task: *build_setup
4949
setup_task_can_fail_task: true
5050
setup_task_timeout_secs: 1800

.evergreen/config/generated/build/build-libmongoc.yml

Lines changed: 10 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.evergreen/config/generated/test-variant/legacy-php-full.yml

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.evergreen/config/generated/test-variant/libmongoc.yml

Lines changed: 30 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.evergreen/config/generated/test-variant/modern-php-full.yml

Lines changed: 0 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.evergreen/config/templates/build/build-libmongoc.yml

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,13 @@
2222
LIBMONGOC_VERSION: "r1.28"
2323
- func: "upload build"
2424

25-
- name: "build-php-%phpVersion%-libmongoc-latest"
26-
tags: ["build-libmongoc", "php%phpVersion%"]
27-
commands:
28-
- func: "compile driver"
29-
vars:
30-
PHP_VERSION: "%phpVersion%"
31-
LIBMONGOC_VERSION: "master"
32-
- func: "upload build"
25+
# TODO: this currently fails as libmongoc master needs changes to build directories
26+
# We can re-enable this after switching to 1.29-dev
27+
# - name: "build-php-%phpVersion%-libmongoc-latest"
28+
# tags: ["build-libmongoc", "php%phpVersion%"]
29+
# commands:
30+
# - func: "compile driver"
31+
# vars:
32+
# PHP_VERSION: "%phpVersion%"
33+
# LIBMONGOC_VERSION: "master"
34+
# - func: "upload build"

.evergreen/config/templates/test-variant/legacy-php-full.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@
5151
- ".standalone .local !.5.0 !.6.0 !.7.0 !.8.0 !.rapid !.latest"
5252
- ".replicaset .local !.5.0 !.6.0 !.7.0 !.8.0 !.rapid !.latest"
5353
- ".sharded .local !.5.0 !.6.0 !.7.0 !.8.0 !.rapid !.latest"
54-
- ".loadbalanced .local !.5.0 !.6.0 !.7.0 !.8.0 !.rapid !.latest"
5554
- ".ocsp !.5.0 !.6.0 !.7.0 !.8.0 !.rapid !.latest"
5655
display_tasks:
5756
- name: "test-ocsp-4.4"

.evergreen/config/templates/test-variant/libmongoc.yml

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -61,33 +61,33 @@
6161
execution_tasks:
6262
- ".ocsp .7.0"
6363

64-
- name: test-debian12-php-%phpVersion%-libmongoc-latest
65-
tags: ["test", "libmongoc", "debian", "x64", "php%phpVersion%"]
66-
display_name: "Test: Debian 12, PHP %phpVersion%, libmongoc latest"
67-
run_on: debian12-small
68-
expansions:
69-
FETCH_BUILD_VARIANT: "build-debian12"
70-
FETCH_BUILD_TASK: "build-php-%phpVersion%-libmongoc-latest"
71-
depends_on:
72-
- variant: "build-debian12"
73-
name: "build-php-%phpVersion%-libmongoc-latest"
74-
tasks:
75-
- ".standalone .local !.4.0 !.4.2 !.4.4 !.5.0 !.6.0"
76-
- ".replicaset .local !.4.0 !.4.2 !.4.4 !.5.0 !.6.0"
77-
- ".sharded .local !.4.0 !.4.2 !.4.4 !.5.0 !.6.0"
78-
- ".loadbalanced .local !.4.0 !.4.2 !.4.4 !.5.0 !.6.0"
79-
- "test-atlas-connectivity"
80-
- ".ocsp !.4.4 !.5.0 !.6.0"
81-
display_tasks:
82-
- name: "test-ocsp-latest"
83-
execution_tasks:
84-
- ".ocsp .latest"
85-
- name: "test-ocsp-rapid"
86-
execution_tasks:
87-
- ".ocsp .rapid"
88-
- name: "test-ocsp-8.0"
89-
execution_tasks:
90-
- ".ocsp .8.0"
91-
- name: "test-ocsp-7.0"
92-
execution_tasks:
93-
- ".ocsp .7.0"
64+
# - name: test-debian12-php-%phpVersion%-libmongoc-latest
65+
# tags: ["test", "libmongoc", "debian", "x64", "php%phpVersion%"]
66+
# display_name: "Test: Debian 12, PHP %phpVersion%, libmongoc latest"
67+
# run_on: debian12-small
68+
# expansions:
69+
# FETCH_BUILD_VARIANT: "build-debian12"
70+
# FETCH_BUILD_TASK: "build-php-%phpVersion%-libmongoc-latest"
71+
# depends_on:
72+
# - variant: "build-debian12"
73+
# name: "build-php-%phpVersion%-libmongoc-latest"
74+
# tasks:
75+
# - ".standalone .local !.4.0 !.4.2 !.4.4 !.5.0 !.6.0"
76+
# - ".replicaset .local !.4.0 !.4.2 !.4.4 !.5.0 !.6.0"
77+
# - ".sharded .local !.4.0 !.4.2 !.4.4 !.5.0 !.6.0"
78+
# - ".loadbalanced .local !.4.0 !.4.2 !.4.4 !.5.0 !.6.0"
79+
# - "test-atlas-connectivity"
80+
# - ".ocsp !.4.4 !.5.0 !.6.0"
81+
# display_tasks:
82+
# - name: "test-ocsp-latest"
83+
# execution_tasks:
84+
# - ".ocsp .latest"
85+
# - name: "test-ocsp-rapid"
86+
# execution_tasks:
87+
# - ".ocsp .rapid"
88+
# - name: "test-ocsp-8.0"
89+
# execution_tasks:
90+
# - ".ocsp .8.0"
91+
# - name: "test-ocsp-7.0"
92+
# execution_tasks:
93+
# - ".ocsp .7.0"

.evergreen/config/templates/test-variant/modern-php-full.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@
7272
- ".standalone .local !.5.0 !.6.0 !.7.0 !.8.0 !.rapid !.latest"
7373
- ".replicaset .local !.5.0 !.6.0 !.7.0 !.8.0 !.rapid !.latest"
7474
- ".sharded .local !.5.0 !.6.0 !.7.0 !.8.0 !.rapid !.latest"
75-
- ".loadbalanced .local !.5.0 !.6.0 !.7.0 !.8.0 !.rapid !.latest"
7675
- ".ocsp !.5.0 !.6.0 !.7.0 !.8.0 !.rapid !.latest"
7776
display_tasks:
7877
- name: "test-ocsp-4.4"

0 commit comments

Comments
 (0)