Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-18 | Jenkins: fix path in sha256 checksum file | Christian Poessinger | |
2020-10-17 | Jenkins: clean QEMU build files | Christian Poessinger | |
2020-10-17 | Jenkins: add stage dependency for QEMU | Christian Poessinger | |
2020-10-17 | Jenkins: build QEMU image | Christian Poessinger | |
2020-10-15 | Jenkins: fix Groovy syntax illegal string body character after dollar sign | Christian Poessinger | |
2020-10-15 | Jenkins: create and upload ISO sha256 hash | Christian Poessinger | |
2020-10-14 | Revert "Jenkins: comment parallel test of vyos-configd" | Christian Poessinger | |
This reverts commit 9edd67734c3a18adda9dbb84d3a24e5e2d99dfff. This should be fixed now after the fix from https://phabricator.vyos.net/T2952 | |||
2020-09-26 | Jenkins: comment parallel test of vyos-configd | Christian Poessinger | |
This leads to exzessive host CPU usage which will make the test fail. | |||
2020-09-25 | Jenkins: run parallel tests with and without vyos-configd | Christian Poessinger | |
2020-08-27 | T2832: vyos-smoketest package is not called vyos-1x-smoketest | Christian Poessinger | |
2020-08-03 | Jenkins: fix post { success { }} script when there is no ISO build | Christian Poessinger | |
2020-08-02 | Jenkins: fix when condition on ISO build | Christian Poessinger | |
The ISO should not be build when there is e.g. a change on the Kernel. | |||
2020-07-14 | T1927: arm: Readd CI build of emulated ARM64 container | Runar Borge | |
After a successfull CI build of this container it is considered working and is possible to add back to the build as a standard target. The container is changed so it handles an architecture change without changing the dockerfile | |||
2020-06-26 | Jenkins: ISO test is conditional on file existence | Christian Poessinger | |
2020-06-24 | Jenkins: do not build ISO when only packages folder changes | Christian Poessinger | |
2020-06-23 | Jenkins: lib: T2625: unbloat ISO build | Christian Poessinger | |
2020-06-21 | Jenkins: lib: Nested when condition "not" requires exactly 1 child condition | Christian Poessinger | |
2020-06-21 | Jenkins: do not run ISO build when pipeline library changes | Christian Poessinger | |
2020-06-21 | Jenkins: improve when {} build conditions for timer and user builds | Christian Poessinger | |
2020-06-21 | Jenkins: make AWS S3 upload more robust | Christian Poessinger | |
2020-06-20 | Jenkins: fix comment style | Christian Poessinger | |
2020-06-20 | Jenkins: do not build ISO when only Docker container changes | Christian Poessinger | |
2020-06-04 | Jenkins: fix illegal string body character after dollar sign | Christian Poessinger | |
2020-06-04 | Jenkins: select "release" build | Christian Poessinger | |
... instead of developer build which pulls in additional packages bloating the ISO image. | |||
2020-06-04 | Jenkins: remove redundant code | Christian Poessinger | |
2020-04-15 | changed s3 bucket to s3-us.vyos.io, added rolling/vyos-rolling-latest.iso | qxmips | |
2020-03-03 | upload iso to S3 | qxmips | |
2020-02-02 | Jenkins: temporary disable ARM builds as they do not complete | Christian Poessinger | |
2020-02-02 | Jenkins: add "make test" helper | Christian Poessinger | |
2020-01-03 | Jenkins: T1927: Update Jenkinsfile to build on arm | Runar Borge | |
2019-12-28 | Jenkins: specify ISO image for archival by glob pattern | Christian Poessinger | |
2019-12-27 | Jenkins: adjust path on ISO test | Christian Poessinger | |
2019-12-27 | Jenkins: enable timestamps | Christian Poessinger | |
2019-12-26 | Jenkins: auto publish container to DockerHub | Christian Poessinger | |
2019-12-26 | Jenkins: keep 10 most recent builds | Christian Poessinger | |
2019-12-18 | Merge branch 'equuleus' of github.com:vyos/vyos-build into current | Christian Poessinger | |
* 'equuleus' of github.com:vyos/vyos-build: (68 commits) systemd: cryptsetup: we do not support encrypted volumes systemd: igmpproxy: service is handled by VyOS CLI systemd: ntp: service is handled by VyOS CLI systemd: man: do not rebuild man db once a day systemd: pcscd: disable SmartCard service systemd: apt: disable daily update service ndisc6: add ICMPv6 Neighbor Discovery tool rsyslog: disabling rsyslog causes start issues if required syslog: T1834: 'del system syslog' doesn't stop rsyslog syslog: T1834: 'del system syslog' doesn't stop rsyslog Jenkins: archive ISO on failed builds if possible vyos-qat: adding pkg dependency Kernel: T1800: update to Linux 4.19.84 hooks: synchronize Linux Firmware with current branch Kernel: T1791: update to Linux 4.19.82 T1773: update Dockerfile for changes to libvyosconfig kernel-version: fixing typo Kernel: update to 4.19.76 in defaults.json acpid: enable acpid to enable power button triggered shutdowns systemd-disable - heartbeat.service disabled ... | |||
2019-11-28 | Jenkins: archive ISO on failed builds if possible | Christian Poessinger | |
Imagine there is a proper build ISO but the tests are failing. It should be possible to check the ISO afterwards. | |||
2019-11-08 | Revert "docker: set always pull to use always latest container" | hagbard | |
This reverts commit 19b75a3339956319f244f40540ad7ba3af9b9389. I was on the wrong repo. | |||
2019-11-08 | docker: set always pull to use always latest container | hagbard | |
2019-10-09 | Merge branch 'current' into equuleus | hagbard | |
2019-10-06 | Jenkins: add current Git commit ID to build description | Christian Poessinger | |
2019-10-06 | Merge branch 'current' into equuleus | Christian Poessinger | |
* current: Jenkins: add getGitRepoName() Docker: ARM: add missing no--check-valid-until files Kernel: T1708: update to Linux 4.19.76 Jenkins: explicitly set GitHub status is no longer required Docker: we only need LUA 5.2 for Accel-PPP build Docker: add liblua5.2-dev to accel-ppp dependencies [Jenkinsfile] Call a script that creates latest rolling release symlink Jenkins: run on all nodes that support Docker Packages: remove vyatta-op-dhcp-server Docker: add dkms Add helper to list individual package architectues add hooks for autobuild | |||
2019-10-06 | Jenkins: add getGitRepoName() | Christian Poessinger | |
2019-10-03 | Jenkins: explicitly set GitHub status is no longer required | Christian Poessinger | |
... as this is done through the Jenkins Jobs automatically. | |||
2019-10-02 | [Jenkinsfile] Call a script that creates latest rolling release symlink | Daniil Baturin | |
2019-09-29 | Jenkins: run on all nodes that support Docker | Christian Poessinger | |
2019-09-27 | Testsuite: Move needed packages to Dockerfile insted of in the Jenkins pipeline | Runar Borge | |
2019-09-27 | Adding test-suite to Jenkins pipeline | Runar Borge | |
2019-09-15 | Jenkins: set GitHub build info on failure/success | Christian Poessinger | |
2019-09-15 | Jenkins: fix GitHub JSON API interface | Christian Poessinger | |