Skip to content

Commit

Permalink
B 7.1.x upmerge nightly fix (#959)
Browse files Browse the repository at this point in the history
* Fix artifact handling and slack titles for nightlies (#958)
joernott authored Apr 22, 2024
1 parent fda03d9 commit a87371b
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
@@ -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
@@ -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
@@ -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 }}
@@ -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 }}
@@ -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 }}

0 comments on commit a87371b

Please sign in to comment.