diff options
author | Steven Koo <steven.koo@ni.com> | 2022-07-18 17:23:08 -0500 |
---|---|---|
committer | skooNI <60897865+skooNI@users.noreply.github.com> | 2022-07-20 15:57:20 -0500 |
commit | d22bfbddc38ed80ffac7707a61c56d120470aec5 (patch) | |
tree | a7316d4795abfd10e92fc67751d0d175dbaf7eb1 | |
parent | 7d86e2e17e47a2ebc063c479716d108d270c6586 (diff) | |
download | uhd-d22bfbddc38ed80ffac7707a61c56d120470aec5.tar.gz uhd-d22bfbddc38ed80ffac7707a61c56d120470aec5.tar.bz2 uhd-d22bfbddc38ed80ffac7707a61c56d120470aec5.zip |
ci: set meta-ettus-dev repo to zeus-ci
Signed-off-by: Steven Koo <steven.koo@ni.com>
-rw-r--r-- | .ci/templates/stages-uhd-pipeline.yml | 2 | ||||
-rw-r--r-- | .ci/uhd-hardware-test-dev.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.ci/templates/stages-uhd-pipeline.yml b/.ci/templates/stages-uhd-pipeline.yml index a93ec5185..13946fb14 100644 --- a/.ci/templates/stages-uhd-pipeline.yml +++ b/.ci/templates/stages-uhd-pipeline.yml @@ -66,7 +66,7 @@ resources: type: github name: EttusResearch/meta-ettus-dev endpoint: EttusResearch - ref: refs/tags/v4.2.0.0 + ref: zeus-ci - repository: gnuradio type: github name: gnuradio/gnuradio diff --git a/.ci/uhd-hardware-test-dev.yml b/.ci/uhd-hardware-test-dev.yml index dd713154d..c2d1d590c 100644 --- a/.ci/uhd-hardware-test-dev.yml +++ b/.ci/uhd-hardware-test-dev.yml @@ -35,7 +35,7 @@ resources: type: github name: EttusResearch/meta-ettus-dev endpoint: EttusResearch - ref: refs/tags/v4.2.0.0 + ref: zeus-ci - repository: gr-ettus type: github name: EttusResearch/gr-ettusdev |