Skip to content

Commit 30f48a6

Browse files
committed
ci: use forked branches of CI/Verification repositories
* Jenkinsfile loads CI_LIB@v2.6-branch * 99-default-test-nrf.yml loads v2.6-branch of test-fw-nrfconnect-nrf Signed-off-by: Thomas Stilwell <Thomas.Stilwell@nordicsemi.no>
1 parent 3190fa5 commit 30f48a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@Library("CI_LIB") _
1+
@Library("CI_LIB@v2.6-branch") _
22

33
def pipeline = new ncs.sdk_nrf.Main()
44

test-manifests/99-default-test-nrf.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ manifest:
1111
- name: test_nrf
1212
remote: ncs-test
1313
repo-path: test-fw-nrfconnect-nrf
14-
revision: master
14+
revision: v2.6-branch
1515
import:
1616
name-blocklist: [sdk-nrf]
1717
userdata:

0 commit comments

Comments
 (0)