Summary
Jobs
call-tool-crucible-ci_if-merged
gen-params
display-params
github-runners (k8s, fio, true, default)
github-runners (k8s, fio, true, alma8)
github-runners (k8s, fio, true, alma9)
github-runners (k8s, fio, true, fedora39)
github-runners (k8s, fio, true, fedora40)
github-runners (k8s, fio, true, rhubi8)
github-runners (k8s, fio, true, rhubi9)
github-runners (k8s, fio, true, stream9)
github-runners (remotehost, fio, true, default)
github-runners (remotehost, fio, true, alma8)
github-runners (remotehost, fio, true, alma9)
github-runners (remotehost, fio, true, fedora39)
github-runners (remotehost, fio, true, fedora40)
github-runners (remotehost, fio, true, rhubi8)
github-runners (remotehost, fio, true, rhubi9)
github-runners (remotehost, fio, true, stream9)
github-runners (remotehosts, fio, true, default)
github-runners (remotehosts, fio, true, alma8)
github-runners (remotehosts, fio, true, alma9)
github-runners (remotehosts, fio, true, fedora39)
github-runners (remotehosts, fio, true, fedora40)
github-runners (remotehosts, fio, true, rhubi8)
github-runners (remotehosts, fio, true, rhubi9)
github-runners (remotehosts, fio, true, stream9)
tool-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-merged
on:
pull_request_target:
types: [ closed ]
branches: [ master ]
paths-ignore:
- LICENSE
- '**.md'
- .github/workflows/run-crucible-tracking.yaml
- .github/workflows/faux-crucible-ci.yaml
- 'docs/**'
workflow_dispatch:
jobs:
call-tool-crucible-ci_if-merged:
if: github.event.pull_request.merged == true
uses: perftool-incubator/crucible-ci/.github/workflows/tool-crucible-ci.yaml@main
with:
ci_target: "kernel"
ci_target_branch: "master"
github_workspace: "$GITHUB_WORKSPACE"
secrets:
production_registry_auth: ${{ secrets.CRUCIBLE_PRODUCTION_ENGINES_REGISTRY_AUTH }}
quay_oauth_token: ${{ secrets.CRUCIBLE_QUAYIO_OAUTH_TOKEN }}
You can’t perform that action at this time.