Skip to content

Remove unnecessary AgentCache argument from profile construction (#931) #26

Remove unnecessary AgentCache argument from profile construction (#931)

Remove unnecessary AgentCache argument from profile construction (#931) #26

Workflow file for this run

######################################################################################
# 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: ROCm/rocm-reusable-workflows/.github/workflows/common.yaml@main

Check failure on line 26 in .github/workflows/kws.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/kws.yml

Invalid workflow file

error parsing called workflow ".github/workflows/kws.yml" -> "ROCm/rocm-reusable-workflows/.github/workflows/common.yaml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
secrets: inherit
# Add your repo specific workflows (if any) below this line, edit nothing above this line.
other-job:
runs-on: ubuntu-latest
steps:
- name: KWS SCAN check
run: echo "End of repo specific workflow"