diff options
author | Humberto Jimenez <humberto.jimenez@ni.com> | 2022-03-15 17:07:54 -0500 |
---|---|---|
committer | Humberto Jimenez <31545256+hjimenez-ni@users.noreply.github.com> | 2022-03-16 07:51:48 -0500 |
commit | a5a14a0b6c5296beef640eccf1a342dffef601b6 (patch) | |
tree | 080a1b00e222d054675faba3a06d4814adc61133 /fpga | |
parent | 8df7d262edd1bc5757603563d0257014f2917be9 (diff) | |
download | uhd-a5a14a0b6c5296beef640eccf1a342dffef601b6.tar.gz uhd-a5a14a0b6c5296beef640eccf1a342dffef601b6.tar.bz2 uhd-a5a14a0b6c5296beef640eccf1a342dffef601b6.zip |
fpga: ci: Schedule weekly FPGA pipeline run
Diffstat (limited to 'fpga')
-rw-r--r-- | fpga/.ci/fpga-pipeline-pr.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/fpga/.ci/fpga-pipeline-pr.yml b/fpga/.ci/fpga-pipeline-pr.yml index 7f98c4fd6..307010e7a 100644 --- a/fpga/.ci/fpga-pipeline-pr.yml +++ b/fpga/.ci/fpga-pipeline-pr.yml @@ -53,6 +53,14 @@ pr: - fpga/usrp3/top/x400 - fpga/.ci +schedules: +- cron: "0 18 * * Sun" + displayName: Weekly FPGA Build master branch + branches: + include: + - master + always: true + extends: template: templates/stages-fpga-pipeline.yml parameters: |