Skip to content

Commit

Permalink
OXDEV-8573 Remove EE job from trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
angel-dimitrov committed Aug 23, 2024
1 parent 7158454 commit 05724e0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 31 deletions.
2 changes: 1 addition & 1 deletion .github/oxid-esales/module-usercentrics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@ styles:
module_ids: *ids

finish:
slack_title: 'Module {{ print $name }} {{ .Github.RefName}} on {{ .Github.Repository }} by {{ .Github.Actor }}'
slack_title: 'Module {{ print $name }} {{ .Github.RefName }} on {{ .Github.Repository }} by {{ .Github.Actor }}'
16 changes: 1 addition & 15 deletions .github/workflows/dispatch_module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,18 +42,4 @@ jobs:
CACHE_SECRET_KEY: ${{ secrets.CACHE_SECRET_KEY }}
enterprise_github_token: ${{ secrets.enterprise_github_token }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}

pull_module_ee:
runs-on: ubuntu-latest
steps:
- name: Trigger EE workflow and wait for results
uses: convictional/trigger-workflow-and-wait@v1.6.5
with:
owner: oxid-esales
repo: module-workflows
github_user: ${{ secrets.CI_USER }}
github_token: ${{ secrets.GH_CI_JENKINS_TOKEN }}
workflow_file_name: evat_workflow.yaml
ref: "b-7.1.x"
client_payload: "{\"php\": \"8.2\", \"mysql\": \"8.0\", \"edition\": \"ee\", \"ref\": \"${{ github.ref_name }}\"}"
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
16 changes: 1 addition & 15 deletions .github/workflows/trigger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,4 @@ jobs:
CACHE_SECRET_KEY: ${{ secrets.CACHE_SECRET_KEY }}
enterprise_github_token: ${{ secrets.enterprise_github_token }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}

pull_module_ee:
runs-on: ubuntu-latest
steps:
- name: Trigger EE workflow and wait for results
uses: convictional/trigger-workflow-and-wait@v1.6.5
with:
owner: oxid-esales
repo: module-workflows
github_user: ${{ secrets.CI_USER }}
github_token: ${{ secrets.GH_CI_JENKINS_TOKEN }}
workflow_file_name: evat_workflow.yaml
ref: "b-7.1.x"
client_payload: "{\"php\": \"8.2\", \"mysql\": \"8.0\", \"edition\": \"ee\", \"ref\": \"${{ github.ref_name }}\"}"
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}

0 comments on commit 05724e0

Please sign in to comment.