Skip to content

Commit

Permalink
Test v4 deprecation removal and new file locations
Browse files Browse the repository at this point in the history
  • Loading branch information
joernott committed Feb 9, 2024
1 parent 4951feb commit 798c3b5
Show file tree
Hide file tree
Showing 15 changed files with 5 additions and 4 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ phpcs_tests:

sonarcloud:
matrix:
testplan: '["-","tests/github_actions/sonarcloud_oxideshop_ce_internal.yml"]'
testplan: '["-","~/sonarcloud_oxideshop_ce_internal.yml"]'

finish:
slack_title: 'Full matrix CE ({{ .Data.global.git.shop_ref }}) on {{ .Github.Repository }} by {{ .Github.Actor }}'
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

codeception:
matrix:
testplan: '["tests/github_actions/codeception_acceptance_70x.yml","tests/github_actions/codeception_acceptanceSetup_70x.yml"]'
testplan: '["~/codeception_acceptance_70x.yml","~/codeception_acceptanceSetup_70x.yml"]'
# Running on public runners, this should pose no problem
max_parallel: &codeception_max_parallel 4

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
5 changes: 3 additions & 2 deletions .github/workflows/dispatch_dev_matrix_ce.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
type: string
required: true
description: 'URL/PATH of the testplan to run'
default: 'tests/github_actions/full_matrix_ce.yml'
default: '~/defaults/7.0.x.yml,~/full_matrix_ce.yml'
runs_on:
type: string
description: 'JSON string/array describing the runner'
Expand All @@ -21,7 +21,8 @@ jobs:
with:
testplan: ${{ inputs.testplan }}
runs_on: ${{ inputs.runs_on }}
defaults: 'v0'
defaults: 'v4alpha'
plan_folder: '.github/oxid-esales'
secrets:
DOCKER_HUB_USER: ${{ secrets.DOCKER_HUB_USER }}
DOCKER_HUB_TOKEN: ${{ secrets.DOCKER_HUB_TOKEN }}
Expand Down

0 comments on commit 798c3b5

Please sign in to comment.