|
6 | 6 | "build_os": "ubuntu-18.04",
|
7 | 7 | "agent_query": "ubuntu-18.04",
|
8 | 8 | "target": "ubuntu18.04_x86_64",
|
9 |
| - "container": "ghcr.io/swiftwasm/swift-ci:main-ubuntu-18.04", |
| 9 | +# "container": "ghcr.io/swiftwasm/swift-ci:main-ubuntu-18.04", |
| 10 | + "container": "ghcr.io/swiftwasm/swift-ci@sha256:e38db2e47e9b4a9207276fd3061748a719901884a6fa44562abb47d196534864", |
10 | 11 | "run_stdlib_test": true,
|
11 | 12 | "run_full_test": false,
|
12 | 13 | "run_e2e_test": true,
|
|
18 | 19 | "build_os": "ubuntu-20.04",
|
19 | 20 | "agent_query": "ubuntu-20.04",
|
20 | 21 | "target": "ubuntu20.04_x86_64",
|
21 |
| - "container": "ghcr.io/swiftwasm/swift-ci:main-ubuntu-20.04", |
| 22 | +# "container": "ghcr.io/swiftwasm/swift-ci:main-ubuntu-20.04", |
| 23 | + "container": "ghcr.io/swiftwasm/swift-ci@sha256:5e135cc954d23467cbd3bc54583d1bd870d7e268b339ef8638f9a38b74cb8503", |
22 | 24 | "run_stdlib_test": true,
|
23 | 25 | "run_full_test": false,
|
24 | 26 | "run_e2e_test": true,
|
|
30 | 32 | "build_os": "ubuntu-22.04",
|
31 | 33 | "agent_query": "ubuntu-22.04",
|
32 | 34 | "target": "ubuntu22.04_x86_64",
|
33 |
| - "container": "ghcr.io/swiftwasm/swift-ci:main-ubuntu-22.04", |
| 35 | +# "container": "ghcr.io/swiftwasm/swift-ci:main-ubuntu-22.04", |
| 36 | + "container": "ghcr.io/swiftwasm/swift-ci@sha256:8b667f18c8cfc34b9823bfe797fb4a279611f9a61732d5e7f6e5304c8c43326e", |
34 | 37 | "run_stdlib_test": true,
|
35 | 38 | "run_full_test": false,
|
36 | 39 | "run_e2e_test": true,
|
|
42 | 45 | "build_os": "amazon-linux-2",
|
43 | 46 | "agent_query": "ubuntu-22.04",
|
44 | 47 | "target": "amazonlinux2_x86_64",
|
45 |
| - "container": "ghcr.io/swiftwasm/swift-ci:main-amazon-linux-2", |
| 48 | +# "container": "ghcr.io/swiftwasm/swift-ci:main-amazon-linux-2", |
| 49 | + "container": "ghcr.io/swiftwasm/swift-ci@sha256:4bf1e80ea3757a6cb0c3ebf7ed9423971c5ecb9ce8162a46487a1cb0398b4e69", |
46 | 50 | "run_stdlib_test": false,
|
47 | 51 | "run_full_test": false,
|
48 | 52 | "run_e2e_test": false,
|
@@ -89,7 +93,8 @@ def main
|
89 | 93 | "build_os": "ubuntu-20.04",
|
90 | 94 | "agent_query": label,
|
91 | 95 | "target": "ubuntu20.04_aarch64",
|
92 |
| - "container": "ghcr.io/swiftwasm/swift-ci:main-ubuntu-20.04", |
| 96 | +# "container": "ghcr.io/swiftwasm/swift-ci:main-ubuntu-20.04", |
| 97 | + "container": "ghcr.io/swiftwasm/swift-ci@sha256:5e135cc954d23467cbd3bc54583d1bd870d7e268b339ef8638f9a38b74cb8503", |
93 | 98 | "run_stdlib_test": false,
|
94 | 99 | "run_full_test": false,
|
95 | 100 | "run_e2e_test": false,
|
|
0 commit comments