Skip to content

Commit 4f18380

Browse files
committed
lmp/jobserv: keep pre v95 scarthgap following refs/heads/main
Given that we can only do releases based on main we define this following branches until we release the v95 [1]. After we release the v95 we can revert this commit to follow [2]. [1] Before v95: - build-scarthgap refs/heads/main - build-main refs/heads/main-next [2] After v95: - build-scarthgap refs/heads/scarthgap - build-main refs/heads/main Signed-off-by: Jose Quaresma <[email protected]>
1 parent 059aba3 commit 4f18380

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lmp/jobserv.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ triggers:
149149
GIT_URL: |
150150
https://github.com/foundriesio/lmp-manifest.git
151151
GIT_POLL_REFS: |
152-
refs/heads/scarthgap
152+
refs/heads/main
153153
OTA_LITE_TAG: 'scarthgap'
154154
AKLITE_TAG: promoted-scarthgap
155155
runs:
@@ -254,7 +254,7 @@ triggers:
254254
GIT_URL: |
255255
https://github.com/foundriesio/lmp-manifest.git
256256
GIT_POLL_REFS: |
257-
refs/heads/main
257+
refs/heads/main-next
258258
OTA_LITE_TAG: 'main'
259259
AKLITE_TAG: promoted-main
260260
runs:

0 commit comments

Comments
 (0)