Skip to content

Commit

Permalink
Fix runslim in ee template and match changes in PE template
Browse files Browse the repository at this point in the history
  • Loading branch information
joernott committed Jul 5, 2024
1 parent 8d1708f commit d15e625
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .github/oxid-esales/defaults/ee.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,9 @@ runtest:
runscript:
load_shop: *install_shop_prefix

runslim:
load_shop: *install_shop_prefix

sonarcloud:
matrix:
testplan: 'skip'
Expand Down
3 changes: 3 additions & 0 deletions .github/oxid-esales/defaults/ee.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,9 @@ runtest:
runscript:
load_shop: *install_shop_prefix

runslim:
load_shop: *install_shop_prefix

sonarcloud:
matrix:
testplan: 'skip'
Expand Down
11 changes: 9 additions & 2 deletions .github/oxid-esales/defaults/pe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ install_shop_with_modules: &install
is_enterprise: *is_enterprise
cache:
# Needs to be here as $shop_type is different
prefix: 'preparedShop-{{ $shop_type }}-{{ .Github.SHA }}-{{ .Github.RunID }}'
prepared_shop_prefix: 'preparedShop-{{ $shop_type }}-{{ .Github.SHA }}-{{ .Github.RunID }}'
prefix: &install_shop_prefix 'shopInstallation-{{ $shop_type }}-{{ .Github.SHA }}-{{ .Github.RunID }}'

# BEGIN Deprecated, will be superseded by install:
prepare_shop: *install
Expand All @@ -66,7 +67,7 @@ install_shop:
git: *git
is_enterprise: *is_enterprise
cache:
prefix: &install_shop_prefix 'shopInstallation-{{ $shop_type }}-{{ .Github.SHA }}-{{ .Github.RunID }}'
prefix: *install_shop_prefix

install_module:
cache:
Expand Down Expand Up @@ -124,6 +125,12 @@ runtest:
coverage:
path: ''

runscript:
load_shop: *install_shop_prefix

runslim:
load_shop: *install_shop_prefix

sonarcloud:
matrix:
testplan: 'skip'
Expand Down
11 changes: 9 additions & 2 deletions .github/oxid-esales/defaults/pe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ install_shop_with_modules: &install
is_enterprise: *is_enterprise
cache:
# Needs to be here as $shop_type is different
prefix: 'preparedShop-{{ $shop_type }}-{{ .Github.SHA }}-{{ .Github.RunID }}'
prepared_shop_prefix: 'preparedShop-{{ $shop_type }}-{{ .Github.SHA }}-{{ .Github.RunID }}'
prefix: &install_shop_prefix 'shopInstallation-{{ $shop_type }}-{{ .Github.SHA }}-{{ .Github.RunID }}'

# BEGIN Deprecated, will be superseded by install:
prepare_shop: *install
Expand All @@ -66,7 +67,7 @@ install_shop:
git: *git
is_enterprise: *is_enterprise
cache:
prefix: &install_shop_prefix 'shopInstallation-{{ $shop_type }}-{{ .Github.SHA }}-{{ .Github.RunID }}'
prefix: *install_shop_prefix

install_module:
cache:
Expand Down Expand Up @@ -124,6 +125,12 @@ runtest:
coverage:
path: ''

runscript:
load_shop: *install_shop_prefix

runslim:
load_shop: *install_shop_prefix

sonarcloud:
matrix:
testplan: 'skip'
Expand Down

0 comments on commit d15e625

Please sign in to comment.