From 8b4db4c12c3d8d191836ce682938caf7f3e0ee51 Mon Sep 17 00:00:00 2001 From: Jan Calanog Date: Thu, 9 Mar 2023 16:07:11 +0100 Subject: [PATCH] Move configs to updatecli.d --- .ci/{ => updatecli.d}/update-gherkin-specs.yml | 2 +- .ci/{ => updatecli.d}/update-json-specs.yml | 2 +- .ci/{ => updatecli.d}/update-specs.yml | 0 .github/workflows/updatecli.yml | 9 +-------- 4 files changed, 3 insertions(+), 10 deletions(-) rename .ci/{ => updatecli.d}/update-gherkin-specs.yml (98%) rename .ci/{ => updatecli.d}/update-json-specs.yml (99%) rename .ci/{ => updatecli.d}/update-specs.yml (100%) diff --git a/.ci/update-gherkin-specs.yml b/.ci/updatecli.d/update-gherkin-specs.yml similarity index 98% rename from .ci/update-gherkin-specs.yml rename to .ci/updatecli.d/update-gherkin-specs.yml index febc9c12f09..1e17f5fdc88 100644 --- a/.ci/update-gherkin-specs.yml +++ b/.ci/updatecli.d/update-gherkin-specs.yml @@ -1,5 +1,4 @@ name: update-gherkin-specs -title: Update Gherkin specs pipelineid: update-gherkin-specs scms: @@ -54,6 +53,7 @@ actions: kind: "github/pullrequest" scmid: default spec: + title: Update Gherkin specs automerge: false draft: false labels: diff --git a/.ci/update-json-specs.yml b/.ci/updatecli.d/update-json-specs.yml similarity index 99% rename from .ci/update-json-specs.yml rename to .ci/updatecli.d/update-json-specs.yml index 9d70d81f01b..1b5b14a681c 100644 --- a/.ci/update-json-specs.yml +++ b/.ci/updatecli.d/update-json-specs.yml @@ -1,5 +1,4 @@ name: update-jsons-specs -title: Update JSON specs pipelineid: update-jsons-specs scms: @@ -57,6 +56,7 @@ actions: kind: "github/pullrequest" scmid: default spec: + title: Update JSON specs automerge: false draft: false labels: diff --git a/.ci/update-specs.yml b/.ci/updatecli.d/update-specs.yml similarity index 100% rename from .ci/update-specs.yml rename to .ci/updatecli.d/update-specs.yml diff --git a/.github/workflows/updatecli.yml b/.github/workflows/updatecli.yml index 93a95b8e841..36ed534df20 100644 --- a/.github/workflows/updatecli.yml +++ b/.github/workflows/updatecli.yml @@ -11,13 +11,6 @@ permissions: jobs: bump: runs-on: ubuntu-latest - strategy: - fail-fast: false - matrix: - pipeline: - - ./.ci/update-specs.yml - - ./.ci/update-gherkin-specs.yml - - ./.ci/update-json-specs.yml steps: - uses: actions/checkout@v3 - uses: elastic/apm-pipeline-library/.github/actions/updatecli@current @@ -25,7 +18,7 @@ jobs: vaultUrl: ${{ secrets.VAULT_ADDR }} vaultRoleId: ${{ secrets.VAULT_ROLE_ID }} vaultSecretId: ${{ secrets.VAULT_SECRET_ID }} - pipeline: ${{ matrix.pipeline }} + pipeline: .ci/updatecli.d notify: if: always() needs: