Skip to content

Commit

Permalink
ci: use forked branches of CI/Verification repositories
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
thst-nordic committed Jul 5, 2024
1 parent 5cb8557 commit b14df91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@Library("CI_LIB") _
@Library("CI_LIB@v2.7-branch") _

def pipeline = new ncs.sdk_nrf.Main()

Expand Down
2 changes: 1 addition & 1 deletion test-manifests/99-default-test-nrf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ manifest:
- name: test_nrf
remote: ncs-test
repo-path: test-fw-nrfconnect-nrf
revision: master
revision: v2.7-branch
import:
name-blocklist: [sdk-nrf]
userdata:
Expand Down

0 comments on commit b14df91

Please sign in to comment.