From c849cf5089b0199bb22306a5bac91654cd13e515 Mon Sep 17 00:00:00 2001 From: Yuta Saito Date: Fri, 8 Mar 2024 16:54:48 +0000 Subject: [PATCH] Remove Community Wasm CI It's now tested in the main Swift CI, so we don't need this anymore. --- nodes/wasm32_ubuntu_20.04.json | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 nodes/wasm32_ubuntu_20.04.json diff --git a/nodes/wasm32_ubuntu_20.04.json b/nodes/wasm32_ubuntu_20.04.json deleted file mode 100644 index e9d5398..0000000 --- a/nodes/wasm32_ubuntu_20.04.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "contact": { - "name": "SwiftWasm team", - "email": "hello@swiftwasm.org", - "company": "" - }, - "node": { - "platform": "WebAssembly (wasm32)", - "os_version": "Ubuntu 20.04" - }, - "jobs": [ - { - "display_name": "Swift - WebAssembly (wasm32) (Tools RA, Stdlib RA) (main)", - "branch": "main", - "preset": "buildbot_linux_crosscompile_wasm", - "email_notifications": ["apple-ci@swiftwasm.org"] - } - ] -}