Skip to content

Commit 4a2aec5

Browse files
committed
Skip building against libmongoc master
1 parent 0464c55 commit 4a2aec5

File tree

4 files changed

+80
-76
lines changed

4 files changed

+80
-76
lines changed

.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/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/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/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"

0 commit comments

Comments
 (0)