Skip to content

Commit

Permalink
jenkins: Update for main branches
Browse files Browse the repository at this point in the history
Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
  • Loading branch information
stgraber committed Jul 24, 2023
1 parent 86b7ad5 commit ffcf74e
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion jenkins/jobs/lxc-build-android.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
builders:
- shell: |-
cd /lxc-ci
exec sudo /lxc-ci/bin/build-android amd64 https://github.com/lxc/lxc master ${sha1} ${WORKSPACE}
exec sudo /lxc-ci/bin/build-android amd64 https://github.com/lxc/lxc main ${sha1} ${WORKSPACE}
properties:
- build-discarder:
Expand Down
2 changes: 1 addition & 1 deletion jenkins/jobs/lxc-build-tarballs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
builders:
- shell: |-
cd /lxc-ci
exec sudo /lxc-ci/bin/build-tarballs amd64 https://github.com/lxc/lxc master ${sha1} ${WORKSPACE}
exec sudo /lxc-ci/bin/build-tarballs amd64 https://github.com/lxc/lxc main ${sha1} ${WORKSPACE}
properties:
- build-discarder:
Expand Down
2 changes: 1 addition & 1 deletion jenkins/jobs/lxc-build-ubuntu-source.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
builders:
- shell: |-
cd /lxc-ci
exec sudo /lxc-ci/bin/build-deb-source amd64 https://github.com/lxc/lxc master ${sha1} https://github.com/lxc/lxc-pkg-ubuntu ${pkg_branch} HEAD ubuntu ${release} ${pkg_version} ${WORKSPACE}
exec sudo /lxc-ci/bin/build-deb-source amd64 https://github.com/lxc/lxc main ${sha1} https://github.com/lxc/lxc-pkg-ubuntu ${pkg_branch} HEAD ubuntu ${release} ${pkg_version} ${WORKSPACE}
properties:
- build-discarder:
Expand Down
4 changes: 2 additions & 2 deletions jenkins/jobs/lxc-github-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
suffix: ""
jobs:
- "lxc-github-commit{suffix}":
branch: master
pkg_version: 1:5.0.1+master
branch: main
pkg_version: 1:5.0.1+main

- "lxc-github-commit{suffix}":
branch: stable-4.0
Expand Down
2 changes: 1 addition & 1 deletion jenkins/jobs/lxc-github-pull-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
builders:
- shell: |-
cd /lxc-ci
exec sudo /lxc-ci/bin/testbuild-${compiler} ${arch} ${async} https://github.com/lxc/lxc master ${GIT_COMMIT}
exec sudo /lxc-ci/bin/testbuild-${compiler} ${arch} ${async} https://github.com/lxc/lxc main ${GIT_COMMIT}
- trigger-builds:
- project:
Expand Down

0 comments on commit ffcf74e

Please sign in to comment.