Till Wegmueller
2023-07-15 1c70255cdf1bbc54200dbaed96e9d22f8cfa80dd
Fixed: test for components to build was set to full rather than incremental

Signed-off-by: Till Wegmueller <toasterson@gmail.com>
3 files modified
6 ■■■■ changed files
ci/encumbered-build.groovy 2 ●●● patch | view | raw | blame | history
ci/illumos-gate-build.groovy 2 ●●● patch | view | raw | blame | history
ci/user-build.groovy 2 ●●● patch | view | raw | blame | history
ci/encumbered-build.groovy
@@ -15,7 +15,7 @@
        }
        stage('Gmake Setup') {
            steps {
                withPublisher('hipster-encumbered', 'full') {
                withPublisher('hipster-encumbered', 'incremental') {
                    ignoreEncumberedComponents(['audacity', 'gsm', 'gst-plugins-bad', 'rtmpdump'])
                    sh 'rm -f components/encumbered/components.mk'
                    sh 'rm -f components/encumbered/depends.mk'
ci/illumos-gate-build.groovy
@@ -17,7 +17,7 @@
            steps {
                sh 'rm -f components/components.mk'
                sh 'rm -f components/depends.mk'
                withPublisher('openindiana.org', 'full') {
                withPublisher('openindiana.org', 'incremental') {
                    sh 'gmake setup'
                }
            }
ci/user-build.groovy
@@ -17,7 +17,7 @@
            steps {
                sh 'rm -f components/components.mk'
                sh 'rm -f components/depends.mk'
                withPublisher('openindiana.org', 'full') {
                withPublisher('openindiana.org', 'incremental') {
                    sh 'gmake setup'
                }
            }