docs: Add QAT feature to supported Intel hardware platforms #41
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This is CI trigger for the Intel Redhat DCI-Apps Job | |
# It requires a user name and a PAT to access the private repo that contains the actual action. | |
# It will trigger on a pull request - can also be run manually | |
name: dci-apps-workflow-trigger | |
on: [workflow_dispatch, pull_request] | |
jobs: | |
using-trigger-and-wait: | |
name: Remote Trigger for DCI Apps Job | |
runs-on: self-hosted | |
steps: | |
- uses: convictional/[email protected] | |
with: | |
owner: intel | |
repo: ocpeng | |
github_user: intelocpeng | |
github_token: ${{secrets.GHA}} | |
workflow_file_name: dci-app-agent-workflow.yml | |
ref: main | |
wait_interval: 10 | |
propagate_failure: true | |
trigger_workflow: true | |
wait_workflow: true |