From 4217e538e26983e90cd7487a33239801e402b7e3 Mon Sep 17 00:00:00 2001 From: Frostebite Date: Tue, 21 Dec 2021 22:48:32 +0000 Subject: [PATCH] cleanup pipelines, integration tests only --- ...-aws-integration-tests.yml => cloud-runner-aws-pipeline.yml} | 2 +- ...-k8s-integration-tests.yml => cloud-runner-k8s-pipeline.yml} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename .github/workflows/{cloud-runner-aws-integration-tests.yml => cloud-runner-aws-pipeline.yml} (98%) rename .github/workflows/{cloud-runner-k8s-integration-tests.yml => cloud-runner-k8s-pipeline.yml} (99%) diff --git a/.github/workflows/cloud-runner-aws-integration-tests.yml b/.github/workflows/cloud-runner-aws-pipeline.yml similarity index 98% rename from .github/workflows/cloud-runner-aws-integration-tests.yml rename to .github/workflows/cloud-runner-aws-pipeline.yml index d7d673ea..decd27d0 100644 --- a/.github/workflows/cloud-runner-aws-integration-tests.yml +++ b/.github/workflows/cloud-runner-aws-pipeline.yml @@ -1,4 +1,4 @@ -name: AWS Integration Tests (Cloud Runner) +name: Cloud Runner - AWS Tests on: push: { branches: [main, aws, remote-builder/unified-providers] } diff --git a/.github/workflows/cloud-runner-k8s-integration-tests.yml b/.github/workflows/cloud-runner-k8s-pipeline.yml similarity index 99% rename from .github/workflows/cloud-runner-k8s-integration-tests.yml rename to .github/workflows/cloud-runner-k8s-pipeline.yml index f5245425..f24bab91 100644 --- a/.github/workflows/cloud-runner-k8s-integration-tests.yml +++ b/.github/workflows/cloud-runner-k8s-pipeline.yml @@ -1,4 +1,4 @@ -name: K8s Integration Tests (Cloud Runner) +name: Cloud Runner - K8s Tests on: push: { branches: [remote-builder/k8s, remote-builder/unified-providers] }