From a71d3da30b771216755e21dd3861a043d9f0f5f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juraci=20Paix=C3=A3o=20Kr=C3=B6hling?= Date: Tue, 2 Apr 2024 10:12:25 +0200 Subject: [PATCH] changed ci scripts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Juraci Paixão Kröhling --- ...balancing.yaml => ci-delta-to-cumulative.yaml} | 6 +++--- .github/workflows/ci-sidecar.yaml | 15 --------------- .github/workflows/ci-tracing.yaml | 15 --------------- ...ecar.yaml => release-delta-to-cumulative.yaml} | 6 +++--- .github/workflows/release-loadbalancing.yaml | 14 -------------- .github/workflows/release-tracing.yaml | 14 -------------- 6 files changed, 6 insertions(+), 64 deletions(-) rename .github/workflows/{ci-loadbalancing.yaml => ci-delta-to-cumulative.yaml} (54%) delete mode 100644 .github/workflows/ci-sidecar.yaml delete mode 100644 .github/workflows/ci-tracing.yaml rename .github/workflows/{release-sidecar.yaml => release-delta-to-cumulative.yaml} (59%) delete mode 100644 .github/workflows/release-loadbalancing.yaml delete mode 100644 .github/workflows/release-tracing.yaml diff --git a/.github/workflows/ci-loadbalancing.yaml b/.github/workflows/ci-delta-to-cumulative.yaml similarity index 54% rename from .github/workflows/ci-loadbalancing.yaml rename to .github/workflows/ci-delta-to-cumulative.yaml index 9d340c7..319dca3 100644 --- a/.github/workflows/ci-loadbalancing.yaml +++ b/.github/workflows/ci-delta-to-cumulative.yaml @@ -1,4 +1,4 @@ -name: Continuous Integration - load-balancing +name: Continuous Integration - delta-to-cumulative on: workflow_run: @@ -8,8 +8,8 @@ on: jobs: release: - name: Continuous Integration - loadbalancing - GoReleaser + name: Continuous Integration - delta-to-cumulative - GoReleaser uses: ./.github/workflows/base-goreleaser-ci.yaml with: - distribution: loadbalancing + distribution: delta-to-cumulative secrets: inherit diff --git a/.github/workflows/ci-sidecar.yaml b/.github/workflows/ci-sidecar.yaml deleted file mode 100644 index 522256f..0000000 --- a/.github/workflows/ci-sidecar.yaml +++ /dev/null @@ -1,15 +0,0 @@ -name: Continuous Integration - sidecar - -on: - workflow_run: - workflows: [Continuous Integration] - types: - - completed - -jobs: - release: - name: Continuous Integration - sidecar - GoReleaser - uses: ./.github/workflows/base-goreleaser-ci.yaml - with: - distribution: sidecar - secrets: inherit diff --git a/.github/workflows/ci-tracing.yaml b/.github/workflows/ci-tracing.yaml deleted file mode 100644 index 34b7d90..0000000 --- a/.github/workflows/ci-tracing.yaml +++ /dev/null @@ -1,15 +0,0 @@ -name: Continuous Integration - tracing - -on: - workflow_run: - workflows: [Continuous Integration] - types: - - completed - -jobs: - release: - name: Continuous Integration - sidecar - GoReleaser - uses: ./.github/workflows/base-goreleaser-ci.yaml - with: - distribution: tracing - secrets: inherit diff --git a/.github/workflows/release-sidecar.yaml b/.github/workflows/release-delta-to-cumulative.yaml similarity index 59% rename from .github/workflows/release-sidecar.yaml rename to .github/workflows/release-delta-to-cumulative.yaml index 314ed74..2a94828 100644 --- a/.github/workflows/release-sidecar.yaml +++ b/.github/workflows/release-delta-to-cumulative.yaml @@ -1,4 +1,4 @@ -name: Release sidecar +name: Release delta-to-cumulative on: release: @@ -6,9 +6,9 @@ on: jobs: release: - name: Release sidecar + name: Release delta-to-cumulative uses: ./.github/workflows/base-release.yaml with: - distribution: sidecar + distribution: delta-to-cumulative secrets: inherit permissions: write-all diff --git a/.github/workflows/release-loadbalancing.yaml b/.github/workflows/release-loadbalancing.yaml deleted file mode 100644 index 2893090..0000000 --- a/.github/workflows/release-loadbalancing.yaml +++ /dev/null @@ -1,14 +0,0 @@ -name: Release loadbalancing - -on: - release: - types: [published] - -jobs: - release: - name: Release loadbalancing - uses: ./.github/workflows/base-release.yaml - with: - distribution: loadbalancing - secrets: inherit - permissions: write-all diff --git a/.github/workflows/release-tracing.yaml b/.github/workflows/release-tracing.yaml deleted file mode 100644 index e2af6ff..0000000 --- a/.github/workflows/release-tracing.yaml +++ /dev/null @@ -1,14 +0,0 @@ -name: Release tracing - -on: - release: - types: [published] - -jobs: - release: - name: Release tracing - uses: ./.github/workflows/base-release.yaml - with: - distribution: tracing - secrets: inherit - permissions: write-all \ No newline at end of file