-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed Workflow for updated KWS structure
- Loading branch information
Showing
1 changed file
with
1 addition
and
15 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,15 @@ | ||
###################################################################################### | ||
# Name : Rocm Validation Suite | ||
# Developed by : [email protected], [email protected] | ||
# Maintained by : [email protected], [email protected] | ||
# Version : 0.5 | ||
# Description : This workflow will eventually call the central rocm reusable workflow. | ||
# So developers should not edit/Modify this file | ||
# Donot add it into .*ignore file# | ||
# Docs : | ||
###################################################################################### | ||
name: Rocm Validation Suite KWS | ||
on: | ||
push: | ||
branches: [amd-staging] | ||
pull_request: | ||
types: [opened, synchronize, reopened] | ||
workflow_dispatch: | ||
|
||
jobs: | ||
kws: | ||
# runs only for PR events. Add 3 environment variables in repo's settings | ||
# - PROJECT_NAME : your project's name in keywordsearch.amd.com | ||
# - KEYWORD_SCAN_USER : your username in keywordsearch.amd.com to access the above project | ||
# - KEYWORD_SCAN_PASSWORD : your password in keywordsearch.amd.com to access the above project | ||
if: ${{ github.event_name == 'pull_request' }} | ||
uses: AMD-ROCm-Internal/rocm_ci_infra/.github/workflows/kws.yml@mainline | ||
secrets: inherit | ||
with: | ||
pr_number: ${{github.event.pull_request.number}} | ||
base_branch: ${{github.base_ref}} |