Skip to content

Commit

Permalink
add documentation to workflows
Browse files Browse the repository at this point in the history
Signed-off-by: Mic Bowman <mic.bowman@intel.com>
  • Loading branch information
cmickeyb committed Oct 30, 2024
1 parent 5cdd803 commit 9e2b471
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/configured_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
# SPDX-License-Identifier: Apache-2.0
#

# This workflow is intended to provide an interactive way of configuring
# PDO tests. Common configuration variables can be set interactively to
# debug differences between local and github.

name: Run specific PDO tests
on:
workflow_dispatch:
Expand Down Expand Up @@ -32,6 +36,7 @@ on:
- SMALL
- MEDIUM
- LARGE

jobs:
pdo_specific_tests:
name: Run specific PDO tests
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/full_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
# SPDX-License-Identifier: Apache-2.0
#

# This workflow is intended to be used as a validity test for any
# pull request. That is, this is a minimal functionality that must
# be successfully executed prior to merging a pull request. Note
# that this can be overridden by adding '[skip ci]' in the commit
# name. This should not be done on the main PDO branch.

name: Run full PDO tests
on: [ pull_request ]

Expand Down

0 comments on commit 9e2b471

Please sign in to comment.