|
2 | 2 | require "optparse" |
3 | 3 |
|
4 | 4 | BASE_MATRIX_ENTRIES = [ |
5 | | - { |
6 | | - "build_os": "ubuntu-18.04", |
7 | | - "agent_query": "ubuntu-20.04", |
8 | | - "target": "ubuntu18.04_x86_64", |
9 | | - "containers": { |
10 | | - # "main": "ghcr.io/swiftwasm/swift-ci:main-ubuntu-18.04", |
11 | | - "release-5.10": "ghcr.io/swiftwasm/swift-ci:main-ubuntu-18.04@sha256:d5d555cf48fc02f5003928a064c03b76c012fef8afbe54a1942c6bfc3d773c58" |
12 | | - }, |
13 | | - "run_stdlib_test": true, |
14 | | - "run_full_test": false, |
15 | | - "run_e2e_test": true, |
16 | | - "build_hello_wasm": true, |
17 | | - "clean_build_dir": false, |
18 | | - "free_disk_space": true, |
19 | | - "only_swift_sdk": false, |
20 | | - }, |
21 | 5 | { |
22 | 6 | "build_os": "ubuntu-20.04", |
23 | 7 | "agent_query": "ubuntu-20.04", |
24 | 8 | "target": "ubuntu20.04_x86_64", |
25 | 9 | "containers": { |
26 | 10 | "main": "ghcr.io/swiftwasm/swift-ci:main-ubuntu-20.04", |
27 | | - "release-5.10": "ghcr.io/swiftwasm/swift-ci:main-ubuntu-20.04@sha256:cc1b99e352ee207da2c75c7bcf81aa8b1d2c08215fd1d05dc0777c40a62f31f1", |
28 | 11 | "release-6.0": "ghcr.io/swiftwasm/swift-ci:main-ubuntu-20.04@sha256:9007661fb6d57ebef902618e831458e88068350b0ecc8d85e56441d25a9f4312", |
29 | 12 | "release-6.1": "ghcr.io/swiftwasm/swift-ci:main-ubuntu-20.04@sha256:9007661fb6d57ebef902618e831458e88068350b0ecc8d85e56441d25a9f4312", |
30 | 13 | }, |
|
42 | 25 | "target": "ubuntu22.04_x86_64", |
43 | 26 | "containers": { |
44 | 27 | "main": "ghcr.io/swiftwasm/swift-ci:main-ubuntu-22.04", |
45 | | - "release-5.10": "ghcr.io/swiftwasm/swift-ci:main-ubuntu-20.04@sha256:adfa0a8fbc6e5cc7ce5e38a5a9406d4fa5c557871204a65f0690478022d6b359", |
46 | 28 | "release-6.0": "ghcr.io/swiftwasm/swift-ci:main-ubuntu-20.04@sha256:8060adba9c044b1fc751b9671167320c9cc0094d0a45d7b8fedb707c49b764c2", |
47 | 29 | "release-6.1": "ghcr.io/swiftwasm/swift-ci:main-ubuntu-20.04@sha256:8060adba9c044b1fc751b9671167320c9cc0094d0a45d7b8fedb707c49b764c2", |
48 | 30 | }, |
|
60 | 42 | "target": "amazonlinux2_x86_64", |
61 | 43 | "containers": { |
62 | 44 | "main": "ghcr.io/swiftwasm/swift-ci:main-amazon-linux-2", |
63 | | - "release-5.10": "ghcr.io/swiftwasm/swift-ci:main-amazon-linux-2@sha256:d5264ac43e935249b1c8777f6809ebbd2836cb0e8f7dac3bfeeb0b3cdb479b70", |
64 | 45 | "release-6.0": "ghcr.io/swiftwasm/swift-ci:main-amazon-linux-2@sha256:fc95912c595faecacbb869635fa871f8f31b8d6ed2f0df6792b53628db7ada94", |
65 | 46 | "release-6.1": "ghcr.io/swiftwasm/swift-ci:main-amazon-linux-2@sha256:fc95912c595faecacbb869635fa871f8f31b8d6ed2f0df6792b53628db7ada94", |
66 | 47 | }, |
|
75 | 56 | { |
76 | 57 | "build_os": "macos-13", |
77 | 58 | "agent_query": "macos-13", |
| 59 | + "schemes": ["release-6.0", "release-6.1", "main"], |
78 | 60 | "target": "macos_x86_64", |
79 | 61 | "run_stdlib_test": false, |
80 | 62 | "run_full_test": false, |
|
86 | 68 | { |
87 | 69 | "build_os": "macos-14", |
88 | 70 | "agent_query": "macos-14", |
89 | | - "schemes": ["release-5.10", "release-6.0", "release-6.1", "main"], |
| 71 | + "schemes": ["release-6.0", "release-6.1", "main"], |
90 | 72 | "target": "macos_arm64", |
91 | 73 | "run_stdlib_test": true, |
92 | 74 | "run_full_test": false, |
@@ -174,7 +156,6 @@ def main |
174 | 156 | "target": "ubuntu20.04_aarch64", |
175 | 157 | "containers": { |
176 | 158 | "main": "ghcr.io/swiftwasm/swift-ci:main-ubuntu-20.04", |
177 | | - "release-5.10": "ghcr.io/swiftwasm/swift-ci:main-ubuntu-20.04@sha256:0e04dd550557d9f4f773bda55a6ac355c7c9696ea6efc3e59318bd49569aa00e", |
178 | 159 | "release-6.0": "ghcr.io/swiftwasm/swift-ci:main-ubuntu-20.04@sha256:2a977060476a0f6f702d59ed0cd4e8506c7c1f1ed48d85a1a684d2d3fb62c297", |
179 | 160 | "release-6.1": "ghcr.io/swiftwasm/swift-ci:main-ubuntu-20.04@sha256:2a977060476a0f6f702d59ed0cd4e8506c7c1f1ed48d85a1a684d2d3fb62c297", |
180 | 161 | }, |
|
0 commit comments