Skip to content

Commit 5f593f0

Browse files
Merge v1.19 into master (#1356)
2 parents 9acbedd + c700dfc commit 5f593f0

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

.evergreen/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ github_pr_aliases: &github_pr_aliases
3636
task_tags: ["pr"]
3737
# Run all tasks in PR variants for PHP 8.3 (excluding MongoDB latest)
3838
- variant_tags: ["pr php8.3"]
39-
task_tags: ["!latest"]
39+
task_tags: ["pr !latest"]
4040
# Run PR tasks for all PR variants (only MongoDB 7.0)
4141
- variant_tags: ["pr"]
4242
task_tags: ["pr 7.0"]

.evergreen/config/build-variants.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,77 +5,77 @@ buildvariants:
55
# Debian
66
- name: build-debian11
77
display_name: "Build: Debian 11"
8-
tags: ["build", "debian", "x64"]
8+
tags: ["build", "debian", "x64", "pr", "tag"]
99
run_on: debian11-small
1010
tasks:
1111
- name: "build-all-php"
1212
- name: build-debian10
1313
display_name: "Build: Debian 10"
14-
tags: ["build", "debian", "x64"]
14+
tags: ["build", "debian", "x64", "pr", "tag"]
1515
run_on: debian10-small
1616
tasks:
1717
- name: "build-all-php"
1818
- name: build-debian92
1919
display_name: "Build: Debian 9.2"
20-
tags: ["build", "debian", "x64"]
20+
tags: ["build", "debian", "x64", "pr", "tag"]
2121
run_on: debian92-small
2222
tasks:
2323
- name: "build-all-php"
2424

2525
# RHEL
2626
- name: build-rhel90
2727
display_name: "Build: RHEL 9.0"
28-
tags: ["build", "rhel", "x64"]
28+
tags: ["build", "rhel", "x64", "pr", "tag"]
2929
run_on: rhel90-small
3030
tasks:
3131
- name: "build-php-openssl3"
3232
- name: build-rhel83-zseries
3333
display_name: "Build: RHEL 8.3 Zseries"
34-
tags: ["build", "rhel", "zseries"]
34+
tags: ["build", "rhel", "zseries", "tag"]
3535
run_on: rhel83-zseries-small
3636
tasks:
3737
- name: "build-all-php"
3838
- name: build-rhel82-arm64
3939
display_name: "Build: RHEL 8.2 ARM64"
40-
tags: ["build", "rhel", "arm64"]
40+
tags: ["build", "rhel", "arm64", "tag"]
4141
run_on: rhel82-arm64
4242
tasks:
4343
- name: "build-all-php"
4444
- name: build-rhel81-power8
4545
display_name: "Build: RHEL 8.1 Power8"
46-
tags: ["build", "rhel", "power8"]
46+
tags: ["build", "rhel", "power8", "tag"]
4747
run_on: rhel81-power8-large
4848
tasks:
4949
- name: "build-all-php"
5050
- name: build-rhel80
5151
display_name: "Build: RHEL 8.0"
52-
tags: ["build", "rhel", "x64"]
52+
tags: ["build", "rhel", "x64", "pr", "tag"]
5353
run_on: rhel80-small
5454
tasks:
5555
- name: "build-all-php"
5656

5757
# Ubuntu LTS
5858
- name: build-ubuntu2204
5959
display_name: "Build: Ubuntu 22.04 x64"
60-
tags: ["build", "ubuntu", "x64"]
60+
tags: ["build", "ubuntu", "x64", "pr", "tag"]
6161
run_on: ubuntu2204-small
6262
tasks:
6363
- name: "build-php-openssl3"
6464
- name: build-ubuntu2204-arm64
6565
display_name: "Build: Ubuntu 22.04 ARM64"
66-
tags: ["build", "ubuntu", "arm64"]
66+
tags: ["build", "ubuntu", "arm64", "tag"]
6767
run_on: ubuntu2204-arm64-small
6868
tasks:
6969
- name: "build-php-openssl3"
7070
- name: build-ubuntu2004
7171
display_name: "Build: Ubuntu 20.04 x64"
72-
tags: ["build", "ubuntu", "x64"]
72+
tags: ["build", "ubuntu", "x64", "pr", "tag"]
7373
run_on: ubuntu2004-small
7474
tasks:
7575
- name: "build-all-php"
7676
- name: build-ubuntu2004-arm64
7777
display_name: "Build: Ubuntu 20.04 ARM64"
78-
tags: ["build", "ubuntu", "arm64"]
78+
tags: ["build", "ubuntu", "arm64", "tag"]
7979
run_on: ubuntu2004-arm64-small
8080
tasks:
8181
- name: "build-all-php"

0 commit comments

Comments
 (0)