forked from openhwgroup/cva6
-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Nils Wistoff <[email protected]>
- Loading branch information
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Copyright 2024 PULP Platform | ||
# Licensed under the Apache License, Version 2.0, see LICENSE for details. | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
# Author: Nils Wistoff <[email protected]> | ||
|
||
name: integration | ||
on: [ push, pull_request_target, workflow_dispatch ] | ||
|
||
jobs: | ||
cheshire-integration: | ||
runs-on: ubuntu-latest | ||
timeout-minutes: 200 | ||
if: github.repository == 'pulp-platform/cva6' | ||
steps: | ||
- name: Integrate into cheshire | ||
uses: pulp-platform/pulp-actions/[email protected] | ||
with: | ||
ip-name: cva6 | ||
org: pulp-platform | ||
repo: cheshire | ||
base-ref: cva6/pulp-v1.0.0-rel | ||
token: ${{ secrets.CHESHIRE_TOKEN }} | ||
lifetime: 14 |