Skip to content

Commit

Permalink
Fix artifact handling and slack titles for nightlies
Browse files Browse the repository at this point in the history
  • Loading branch information
joernott committed Apr 22, 2024
1 parent a2b147d commit 24c7353
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/oxid-esales/shop_ce.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ sonarcloud:
testplan: '["-","~/sonarcloud_oxideshop_ce_internal.yml"]'

finish:
slack_title: 'Full matrix CE ({{ .Data.global.git.shop_ref }}) on {{ .Github.Repository }} by {{ .Github.Actor }}'
slack_title: 'Shop CE ({{ .Data.global.git.shop_ref }}) on {{ .Github.Repository }} by {{ .Github.Actor }}'
2 changes: 1 addition & 1 deletion .github/oxid-esales/shop_ce_70x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ sonarcloud:
testplan: '["-","~/sonarcloud_oxideshop_ce_internal.yml"]'

finish:
slack_title: 'Full matrix CE ({{ .Data.global.git.shop_ref }}) on {{ .Github.Repository }} by {{ .Github.Actor }}'
slack_title: 'Shop CE ({{ .Data.global.git.shop_ref }}) on {{ .Github.Repository }} by {{ .Github.Actor }}'
15 changes: 15 additions & 0 deletions .github/workflows/scheduled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ jobs:
runs_on: '"ubuntu-latest"'
defaults: 'v4'
plan_folder: '.github/oxid-esales'
custom_testplan_yaml: |
global:
title: '7.1.x-nightly'
finish:
slack_title: 'Nightly Shop CE 7.1.x on {{ .Github.Repository }}'
secrets:
DOCKER_HUB_USER: ${{ secrets.DOCKER_HUB_USER }}
DOCKER_HUB_TOKEN: ${{ secrets.DOCKER_HUB_TOKEN }}
Expand All @@ -33,6 +38,11 @@ jobs:
runs_on: '"ubuntu-latest"'
defaults: 'v4'
plan_folder: '.github/oxid-esales'
custom_testplan_yaml: |
global:
title: '7.2.x-nightly'
finish:
slack_title: 'Nightly Shop CE 7.2.x on {{ .Github.Repository }}'
secrets:
DOCKER_HUB_USER: ${{ secrets.DOCKER_HUB_USER }}
DOCKER_HUB_TOKEN: ${{ secrets.DOCKER_HUB_TOKEN }}
Expand All @@ -52,6 +62,11 @@ jobs:
runs_on: '"ubuntu-latest"'
defaults: 'v4'
plan_folder: '.github/oxid-esales'
custom_testplan_yaml: |
global:
title: '8.0.x-nightly'
finish:
slack_title: 'Nightly Shop CE 8.0.x on {{ .Github.Repository }}'
secrets:
DOCKER_HUB_USER: ${{ secrets.DOCKER_HUB_USER }}
DOCKER_HUB_TOKEN: ${{ secrets.DOCKER_HUB_TOKEN }}
Expand Down

0 comments on commit 24c7353

Please sign in to comment.