[
https://issues.apache.org/jira/browse/CASSANDRA-15496?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Semb Wever updated CASSANDRA-15496:
-------------------------------------------
Description:
*Declarative Jenkins pipeline*
Currently all the jenkins build jobs are generated by the DSL job from the
cassandra-builds repository.
For a given branch, there are numerous builds: artifacts, unit tests, and
dtests.
Using a (declarative) {{Jenkinsfile}} in-tree these builds can be put together
into per-branch pipelines.
Per-branch pipelines will give a nicer UI (via blue ocean) and one place to
look at test results for any branch and commit.
*Removing {{`ant test-all`}}*
Currently the test-all target does nothing but execute the test target.
This is because the test targets finishes with unit test failures.
As these jenkins jobs are automated here:
https://github.com/apache/cassandra-builds/blob/master/jenkins-dsl/cassandra_job_dsl_seed.groovy#L44
; it is easy enough to remove the "test-all" target, replacing it with
separate jobs for 'stress-test', 'fqltool-test', and 'long-test'.
was:
Currently the test-all target does nothing but execute the test target.
This is because the test targets finishes with unit test failures.
As these jenkins jobs are automated here:
https://github.com/apache/cassandra-builds/blob/master/jenkins-dsl/cassandra_job_dsl_seed.groovy#L44
; it is easy enough to remove the "test-all" target, replacing it with
separate jobs for 'stress-test', 'fqltool-test', and 'long-test'.
> Declarative Jenkins pipeline builds (and removing `ant test-all`)
> -----------------------------------------------------------------
>
> Key: CASSANDRA-15496
> URL: https://issues.apache.org/jira/browse/CASSANDRA-15496
> Project: Cassandra
> Issue Type: Task
> Components: Test/unit
> Reporter: Michael Semb Wever
> Assignee: Michael Semb Wever
> Priority: Normal
>
> *Declarative Jenkins pipeline*
> Currently all the jenkins build jobs are generated by the DSL job from the
> cassandra-builds repository.
> For a given branch, there are numerous builds: artifacts, unit tests, and
> dtests.
> Using a (declarative) {{Jenkinsfile}} in-tree these builds can be put
> together into per-branch pipelines.
> Per-branch pipelines will give a nicer UI (via blue ocean) and one place to
> look at test results for any branch and commit.
> *Removing {{`ant test-all`}}*
> Currently the test-all target does nothing but execute the test target.
> This is because the test targets finishes with unit test failures.
> As these jenkins jobs are automated here:
> https://github.com/apache/cassandra-builds/blob/master/jenkins-dsl/cassandra_job_dsl_seed.groovy#L44
> ; it is easy enough to remove the "test-all" target, replacing it with
> separate jobs for 'stress-test', 'fqltool-test', and 'long-test'.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]