Skip to content

Commit

Permalink
VCST-2469: Bump worflow version
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewEhlo committed Feb 12, 2025
1 parent c00186f commit 702b1b3
Show file tree
Hide file tree
Showing 23 changed files with 59 additions and 59 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# v3.800.11
# bump-ubuntu-version
# v3.800.12
# https://virtocommerce.atlassian.net/browse/VCST-2469
name: VC build

on:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy-cloud.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# v3.800.11
# bump-ubuntu-version
# v3.800.12
# https://virtocommerce.atlassian.net/browse/VCST-2469
name: VC cloud deployment

on:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-module-workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
description: 'Version to deploy'
required: true
type: string
default: 'v3.800.11'
default: 'v3.800.12'

jobs:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-platform-workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
description: 'Version to deploy'
required: true
type: string
default: 'v3.800.11'
default: 'v3.800.12'

jobs:

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# v3.800.11
# bump-ubuntu-version
# v3.800.12
# https://virtocommerce.atlassian.net/browse/VCST-2469
name: VC deployment

on:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# v3.800.11
# bump-ubuntu-version
# v3.800.12
# https://virtocommerce.atlassian.net/browse/VCST-2469
name: Common katalon tests

on:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/get-metadata.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# v3.800.11
# bump-ubuntu-version
# v3.800.12
# https://virtocommerce.atlassian.net/browse/VCST-2469
name: Get metadata

on:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/increment-version.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# v3.800.11
# bump-ubuntu-version
# v3.800.12
# https://virtocommerce.atlassian.net/browse/VCST-2469
name: Increment version

on:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-docker.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# v3.800.11
# bump-ubuntu-version
# v3.800.12
# https://virtocommerce.atlassian.net/browse/VCST-2469
name: VC Publish docker

on:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-github.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# v3.800.11
# bump-ubuntu-version
# v3.800.12
# https://virtocommerce.atlassian.net/browse/VCST-2469
name: VC Publish Github release and Nuget package

on:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# v3.800.11
# bump-ubuntu-version
# v3.800.12
# https://virtocommerce.atlassian.net/browse/VCST-2469
name: Release workflow

on:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-and-sonar.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# v3.800.11
# bump-ubuntu-version
# v3.800.12
# https://virtocommerce.atlassian.net/browse/VCST-2469
name: VC unit test and sonar scan

on:
Expand Down
8 changes: 4 additions & 4 deletions workflow-templates/module-ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# v3.800.11
# bump-ubuntu-version
# v3.800.12
# https://virtocommerce.atlassian.net/browse/VCST-2469
name: Module CI

on:
Expand Down Expand Up @@ -241,7 +241,7 @@ jobs:
if: ${{ ((github.ref == 'refs/heads/dev') && (github.event_name == 'push') && (needs.ci.outputs.run-e2e == 'true')) ||
(github.event_name == 'workflow_dispatch') || (github.base_ref == 'dev') && (github.event_name == 'pull_request') }}
needs: 'ci'
uses: VirtoCommerce/.github/.github/workflows/[email protected].11
uses: VirtoCommerce/.github/.github/workflows/[email protected].12
with:
katalonRepo: 'VirtoCommerce/vc-quality-gate-katalon'
katalonRepoBranch: 'dev'
Expand All @@ -259,7 +259,7 @@ jobs:
deploy-cloud:
if: ${{ (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev') && github.event_name == 'push' }}
needs: ci
uses: VirtoCommerce/.github/.github/workflows/[email protected].11
uses: VirtoCommerce/.github/.github/workflows/[email protected].12
with:
releaseSource: module
moduleId: ${{ needs.ci.outputs.moduleId }}
Expand Down
4 changes: 2 additions & 2 deletions workflow-templates/module-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# v3.800.11
# bump-ubuntu-version
# v3.800.12
# https://virtocommerce.atlassian.net/browse/VCST-2469
name: Module deployment
on:
workflow_dispatch:
Expand Down
10 changes: 5 additions & 5 deletions workflow-templates/module-release-hotfix.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# v3.800.11
# bump-ubuntu-version
# v3.800.12
# https://virtocommerce.atlassian.net/browse/VCST-2469
name: Release hotfix

on:
Expand All @@ -13,12 +13,12 @@ on:

jobs:
test:
uses: VirtoCommerce/.github/.github/workflows/[email protected].11
uses: VirtoCommerce/.github/.github/workflows/[email protected].12
secrets:
sonarToken: ${{ secrets.SONAR_TOKEN }}

build:
uses: VirtoCommerce/.github/.github/workflows/[email protected].11
uses: VirtoCommerce/.github/.github/workflows/[email protected].12
with:
uploadPackage: 'true'
uploadDocker: 'false'
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
publish-github-release:
needs:
[build, test, get-metadata]
uses: VirtoCommerce/.github/.github/workflows/[email protected].11
uses: VirtoCommerce/.github/.github/workflows/[email protected].12
with:
fullKey: ${{ needs.build.outputs.packageFullKey }}
changeLog: '${{ needs.get-metadata.outputs.changeLog }}'
Expand Down
8 changes: 4 additions & 4 deletions workflow-templates/platform-ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# v3.800.11
# bump-ubuntu-version
# v3.800.12
# https://virtocommerce.atlassian.net/browse/VCST-2469
name: Platform CI

on:
Expand Down Expand Up @@ -296,7 +296,7 @@ jobs:
needs: 'ci'
if: ${{ ((github.ref == 'refs/heads/dev') && (github.event_name == 'push') && (needs.ci.outputs.run-e2e == 'true')) ||
(github.event_name == 'workflow_dispatch') || (github.base_ref == 'dev') && (github.event_name == 'pull_request') }}
uses: VirtoCommerce/.github/.github/workflows/[email protected].11
uses: VirtoCommerce/.github/.github/workflows/[email protected].12
with:
katalonRepo: 'VirtoCommerce/vc-quality-gate-katalon'
katalonRepoBranch: 'dev'
Expand All @@ -313,7 +313,7 @@ jobs:
deploy-cloud:
if: ${{ (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev') && github.event_name == 'push' }}
needs: ci
uses: VirtoCommerce/.github/.github/workflows/[email protected].11
uses: VirtoCommerce/.github/.github/workflows/[email protected].12
with:
releaseSource: platform
platformVer: ${{ needs.ci.outputs.version }}
Expand Down
4 changes: 2 additions & 2 deletions workflow-templates/platform-regression-pr.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# v3.800.11
# bump-ubuntu-version
# v3.800.12
# https://virtocommerce.atlassian.net/browse/VCST-2469
name: Platform Regression PR

on:
Expand Down
12 changes: 6 additions & 6 deletions workflow-templates/platform-release-hotfix.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# v3.800.11
# bump-ubuntu-version
# v3.800.12
# https://virtocommerce.atlassian.net/browse/VCST-2469
name: Release hotfix

on:
Expand All @@ -13,12 +13,12 @@ on:

jobs:
test:
uses: VirtoCommerce/.github/.github/workflows/[email protected].11
uses: VirtoCommerce/.github/.github/workflows/[email protected].12
secrets:
sonarToken: ${{ secrets.SONAR_TOKEN }}

build:
uses: VirtoCommerce/.github/.github/workflows/[email protected].11
uses: VirtoCommerce/.github/.github/workflows/[email protected].12
with:
uploadPackage: 'true'
uploadDocker: 'true'
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
publish-docker:
needs:
[build, get-metadata]
uses: VirtoCommerce/.github/.github/workflows/[email protected].11
uses: VirtoCommerce/.github/.github/workflows/[email protected].12
with:
fullKey: ${{ needs.build.outputs.dockerFullKey }}
shortKey: '${{ needs.build.outputs.dockerShortKey }}-'
Expand All @@ -61,7 +61,7 @@ jobs:
publish-github-release:
needs:
[build, test, get-metadata]
uses: VirtoCommerce/.github/.github/workflows/[email protected].11
uses: VirtoCommerce/.github/.github/workflows/[email protected].12
with:
fullKey: ${{ needs.build.outputs.packageFullKey }}
changeLog: '${{ needs.get-metadata.outputs.changeLog }}'
Expand Down
10 changes: 5 additions & 5 deletions workflow-templates/publish-nugets.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# v3.800.11
# bump-ubuntu-version
# v3.800.12
# https://virtocommerce.atlassian.net/browse/VCST-2469
name: Publish nuget

on:
Expand All @@ -13,12 +13,12 @@ on:

jobs:
test:
uses: VirtoCommerce/.github/.github/workflows/[email protected].11
uses: VirtoCommerce/.github/.github/workflows/[email protected].12
secrets:
sonarToken: ${{ secrets.SONAR_TOKEN }}

build:
uses: VirtoCommerce/.github/.github/workflows/[email protected].11
uses: VirtoCommerce/.github/.github/workflows/[email protected].12
with:
uploadPackage: 'true'
uploadDocker: 'false'
Expand All @@ -29,7 +29,7 @@ jobs:
publish-nuget:
needs:
[build, test]
uses: VirtoCommerce/.github/.github/workflows/[email protected].11
uses: VirtoCommerce/.github/.github/workflows/[email protected].12
with:
fullKey: ${{ needs.build.outputs.packageFullKey }}
forceGithub: false
Expand Down
6 changes: 3 additions & 3 deletions workflow-templates/release.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# v3.800.11
# bump-ubuntu-version
# v3.800.12
# https://virtocommerce.atlassian.net/browse/VCST-2469
name: Release

on:
workflow_dispatch:

jobs:
release:
uses: VirtoCommerce/.github/.github/workflows/[email protected].11
uses: VirtoCommerce/.github/.github/workflows/[email protected].12
secrets:
envPAT: ${{ secrets.REPO_TOKEN }}
4 changes: 2 additions & 2 deletions workflow-templates/storefront-ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# v3.800.11
# bump-ubuntu-version
# v3.800.12
# https://virtocommerce.atlassian.net/browse/VCST-2469
name: Storefront CI

on:
Expand Down
4 changes: 2 additions & 2 deletions workflow-templates/theme-ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# v3.800.11
# bump-ubuntu-version
# v3.800.12
# https://virtocommerce.atlassian.net/browse/VCST-2469
name: Theme CI
on:
workflow_dispatch:
Expand Down
4 changes: 2 additions & 2 deletions workflow-templates/theme-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# v3.800.11
# bump-ubuntu-version
# v3.800.12
# https://virtocommerce.atlassian.net/browse/VCST-2469
name: Theme deployment
on:
workflow_dispatch:
Expand Down

0 comments on commit 702b1b3

Please sign in to comment.