From 479a2cbd53f144a67d109f2d6b132057ddb5c3a4 Mon Sep 17 00:00:00 2001 From: Greg Magolan Date: Thu, 6 Oct 2022 08:43:38 -0700 Subject: [PATCH] chore: remove fasterci which is often red For example, https://github.com/bazelbuild/rules_nodejs/pull/3570/checks?check_run_id=8733995182 on https://github.com/bazelbuild/rules_nodejs/pull/3570 --- .fasterci/config.yaml | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 .fasterci/config.yaml diff --git a/.fasterci/config.yaml b/.fasterci/config.yaml deleted file mode 100644 index 1dc2f8884a..0000000000 --- a/.fasterci/config.yaml +++ /dev/null @@ -1,22 +0,0 @@ -# configure vscode yaml support https://marketplace.visualstudio.com/items?itemName=redhat.vscode-yaml -# yaml-language-server: $schema=https://fasterci.com/config.schema.json -workflows: - - name: faster CI - image: us.gcr.io/fasterci/bazelbuilder:d278ee1 - on: - push: - branches: - - stable - pull_request: - branches: - - "**" - steps: - - name: bazel test - bazel: - build_targets: - - "//..." - test_flags: - - "--test_tag_filters=-e2e,-examples" - test_targets: - - //... - cleanup: git clean -ffdx