Skip to content

Commit b14df91

Browse files
committed
ci: use forked branches of CI/Verification repositories
* Jenkinsfile loads [email protected] * 99-default-test-nrf.yml loads v2.7-branch of test-fw-nrfconnect-nrf Signed-off-by: Thomas Stilwell <[email protected]>
1 parent 5cb8557 commit b14df91

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@Library("CI_LIB") _
1+
@Library("CI_LIB@v2.7-branch") _
22

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

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

Lines changed: 1 addition & 1 deletion
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.7-branch
1515
import:
1616
name-blocklist: [sdk-nrf]
1717
userdata:

0 commit comments

Comments
 (0)