Skip to content

Commit

Permalink
Add draft CI flow.
Browse files Browse the repository at this point in the history
  • Loading branch information
Yvan Tortorella committed Mar 10, 2024
1 parent 901806f commit dec0dfa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
uses: pulp-platform/pulp-actions/gitlab-ci@v1
with:
domain: iis-git.ee.ethz.ch
repo: github-mirror/carfield
repo: github-mirror/astral
token: ${{ secrets.GITLAB_TOKEN }}
poll-count: 2160
4 changes: 2 additions & 2 deletions carfield.mk
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ include $(CAR_ROOT)/bender-safed.mk
# Nonfree components #
######################

CAR_NONFREE_REMOTE ?= [email protected]:carfield/carfield-nonfree.git
CAR_NONFREE_COMMIT ?= 54ce7e49
CAR_NONFREE_REMOTE ?= [email protected]:Astral/astral-nonfree.git
CAR_NONFREE_COMMIT ?= d68da8ed

## @section Carfield platform nonfree components
## Clone the non-free verification IP for Carfield. Some components such as CI scripts and ASIC
Expand Down

0 comments on commit dec0dfa

Please sign in to comment.