Summary
Jobs
call-benchmark-crucible-ci
gen-params
display-params
github-runners (k8s, oslat, true, default)
github-runners (k8s, oslat, true, centos7)
github-runners (k8s, oslat, true, fedora38)
github-runners (k8s, oslat, true, rhubi7)
github-runners (k8s, oslat, true, alma9)
github-runners (k8s, oslat, true, fedora39)
github-runners (k8s, oslat, true, rhubi8)
github-runners (k8s, oslat, true, rhubi9)
github-runners (k8s, oslat, true, stream9)
github-runners (k8s, oslat, true, alma8)
self-hosted-runners (remotehost, oslat, true, default)
self-hosted-runners (remotehost, oslat, true, centos7)
self-hosted-runners (remotehost, oslat, true, fedora38)
self-hosted-runners (remotehost, oslat, true, rhubi7)
self-hosted-runners (remotehost, oslat, true, alma9)
self-hosted-runners (remotehost, oslat, true, fedora39)
self-hosted-runners (remotehost, oslat, true, rhubi8)
self-hosted-runners (remotehost, oslat, true, rhubi9)
self-hosted-runners (remotehost, oslat, true, stream9)
self-hosted-runners (remotehost, oslat, true, alma8)
self-hosted-runners (remotehosts, oslat, true, default)
self-hosted-runners (remotehosts, oslat, true, centos7)
self-hosted-runners (remotehosts, oslat, true, fedora38)
self-hosted-runners (remotehosts, oslat, true, rhubi7)
self-hosted-runners (remotehosts, oslat, true, alma9)
self-hosted-runners (remotehosts, oslat, true, fedora39)
self-hosted-runners (remotehosts, oslat, true, rhubi8)
self-hosted-runners (remotehosts, oslat, true, rhubi9)
self-hosted-runners (remotehosts, oslat, true, stream9)
self-hosted-runners (remotehosts, oslat, true, alma8)
benchmark-crucible-ci-complete
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/crucible-merged.yaml
- .github/workflows/faux-crucible-ci.yaml
- 'docs/**'
workflow_dispatch:
jobs:
call-benchmark-crucible-ci:
uses: perftool-incubator/crucible-ci/.github/workflows/benchmark-crucible-ci.yaml@main
with:
ci_target: "oslat"
ci_target_branch: "${{ github.ref }}"
github_workspace: "$GITHUB_WORKSPACE"
secrets:
ci_registry_auth: ${{ secrets.CRUCIBLE_CI_ENGINES_REGISTRY_AUTH }}
quay_oauth_token: ${{ secrets.CRUCIBLE_QUAYIO_OAUTH_TOKEN }}
You can’t perform that action at this time.