Skip to content

Commit

Permalink
add the crucible-ci.yaml and faux-crucible-ci.yaml GitHub workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
k-rister committed Sep 25, 2024
1 parent d1172b4 commit e979f2b
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/crucible-ci.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: crucible-ci

on:
pull_request:
branches: [ master ]
paths-ignore:
- LICENSE
- '**.md'
- .github/workflows/run-crucible-tracking.yaml
- .github/workflows/crucible-merged.yaml
- .github/workflows/faux-crucible-ci.yaml
- 'docs/**'
workflow_dispatch:

jobs:
call-tool-crucible-ci:
uses: perftool-incubator/crucible-ci/.github/workflows/tool-crucible-ci.yaml@main
with:
ci_target: "kernel"
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 }}
16 changes: 16 additions & 0 deletions .github/workflows/faux-crucible-ci.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: faux-crucible-ci

on:
pull_request:
branches: [ master ]
paths:
- LICENSE
- '**.md'
- .github/workflows/run-crucible-tracking.yaml
- .github/workflows/crucible-merged.yaml
- .github/workflows/faux-crucible-ci.yaml
- 'docs/**'

jobs:
call-tool-crucible-ci:
uses: perftool-incubator/crucible-ci/.github/workflows/faux-tool-crucible-ci.yaml@main

0 comments on commit e979f2b

Please sign in to comment.