Skip to content
Snippets Groups Projects
Commit 26876419 authored by David Gabriel Monk's avatar David Gabriel Monk
Browse files

Update file .gitlab-ci.yml

parent 20d6d4f3
No related branches found
No related tags found
1 merge request!94Draft: Resolve "CI building designs in main repository"
Pipeline #9657076 canceled
Pipeline: B186 Z1.2

#9657085

    ......@@ -14,18 +14,25 @@ Lint HDL Code:
    Front End Unit Tests:
    stage: Simulation
    needs:
    - Lint HDL Code
    image: ubuntu
    script:
    - echo "Unit tests go here"
    Back End Unit Tests:
    stage: Simulation
    needs:
    - Lint HDL Code
    image: ubuntu
    script:
    - echo "Unit tests go here"
    B186 VU13P Build:
    stage: Test Builds
    needs:
    - Front End Unit Tests
    - Back End Unit Tests
    variables:
    PARENT_PIPELINE_SOURCE: $CI_PIPELINE_SOURCE
    DTC_BRANCH: 40-ci-building-designs-in-main-repository
    ......@@ -35,6 +42,10 @@ B186 VU13P Build:
    Serenity 5 Build:
    stage: Test Builds
    needs:
    - Front End Unit Tests
    - Back End Unit Tests
    when: manual
    variables:
    PARENT_PIPELINE_SOURCE: $CI_PIPELINE_SOURCE
    DTC_BRANCH: 40-ci-building-designs-in-main-repository
    ......@@ -44,12 +55,18 @@ Serenity 5 Build:
    Test on SerenityM:
    stage: Hardware Tests
    needs:
    - B186 VU13P Build
    allow_failure: no
    image: ubuntu
    script:
    - echo "Hardware tests go here"
    Serenity S1 2S Full Design:
    stage: Full Builds
    needs:
    - B186 VU13P Build
    - Serenity 5 Build
    when: manual
    allow_failure: no
    variables:
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment