From 446cde49e71906f7c05faa12543d2efcbbb8552b Mon Sep 17 00:00:00 2001 From: Maxim Topciu Date: Fri, 26 Apr 2024 15:50:36 +0300 Subject: [PATCH 1/3] remove example run for branch --- .github/workflows/example.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/example.yml b/.github/workflows/example.yml index 2ce39cf..6ea3916 100644 --- a/.github/workflows/example.yml +++ b/.github/workflows/example.yml @@ -11,9 +11,6 @@ on: id: type: 'string' description: 'Unique identifier for the workflow run. Needed for github-actions-runner to identify the run.' - push: - branches: - - 'feature/example' ## !NOTE: This name is required to identify the workflow run run-name: ${{github.workflow}} [ID:${{ inputs.id }}] From 5acc539deebdbc18b5f88c044360a2e0df6ae0f5 Mon Sep 17 00:00:00 2001 From: Maxim Topciu Date: Fri, 26 Apr 2024 15:53:03 +0300 Subject: [PATCH 2/3] use github commit message for skiping ci --- bamboo-specs/increment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bamboo-specs/increment.yaml b/bamboo-specs/increment.yaml index 1fe279f..a31408a 100644 --- a/bamboo-specs/increment.yaml +++ b/bamboo-specs/increment.yaml @@ -41,7 +41,7 @@ Increment: - any-task: plugin-key: com.atlassian.bamboo.plugins.vcs:task.vcs.commit configuration: - commitMessage: 'skipci: Automatic increment build number' + commitMessage: '[skip ci]: Automatic increment build number' selectedRepository: defaultRepository requirements: - adg-docker: true From dc0ac655d4aace41e74bfdde7e10b241e4dce187 Mon Sep 17 00:00:00 2001 From: Maxim Topciu Date: Fri, 26 Apr 2024 15:57:22 +0300 Subject: [PATCH 3/3] fix example specs --- bamboo-specs/example.yaml | 20 +++++--------------- 1 file changed, 5 insertions(+), 15 deletions(-) diff --git a/bamboo-specs/example.yaml b/bamboo-specs/example.yaml index 6d3c4a2..8c4b0b2 100644 --- a/bamboo-specs/example.yaml +++ b/bamboo-specs/example.yaml @@ -13,16 +13,16 @@ stages: manual: false final: false jobs: - - Build + - Test -Build: - key: BUILD +Test: + key: TEST other: clean-working-dir: true docker: image: ${bamboo.dockerNode} volumes: - ${system.PNPM_DIR}: "${bamboo.cachePnpm}" + ${system.PNPM_DIR}: ${bamboo.cachePnpm} tasks: - checkout: force-clean-build: true @@ -67,8 +67,6 @@ Build: requirements: - adg-docker: 'true' -triggers: [] - branches: create: for-pull-request delete: @@ -76,15 +74,7 @@ branches: after-inactive-days: '5' link-to-jira: true -notifications: - - events: - - plan-status-changed - recipients: - - webhook: - name: Build webhook - url: http://prod.jirahub.service.eu.consul/v1/webhook/bamboo - +notifications: [] labels: [] - other: concurrent-build-plugin: system-default