bugfix: add iperf and uperf to list of workloads to generate CI jobs for #540
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
name: crucible-ci | |
on: | |
pull_request: | |
branches: [ master ] | |
paths-ignore: | |
- LICENSE | |
- '**.md' | |
- .github/workflows/faux-unittest.yaml | |
- .github/workflows/faux-crucible-ci.yaml | |
- 'docs/**' | |
- engine/engine-script-library.py | |
- engine/engine-script.py | |
workflow_dispatch: | |
jobs: | |
call-core-crucible-ci: | |
uses: perftool-incubator/crucible-ci/.github/workflows/core-crucible-ci.yaml@main | |
with: | |
ci_target: "rickshaw" | |
ci_target_branch: "${{ github.ref }}" | |
github_workspace: "$GITHUB_WORKSPACE" | |
secrets: | |
registry_auth: ${{ secrets.CRUCIBLE_CI_ENGINES_REGISTRY_AUTH }} |