You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by mc...@apache.org on 2020/04/14 13:04:15 UTC

[cassandra-builds] branch master updated (3252755 -> 8b128ff)

This is an automated email from the ASF dual-hosted git repository.

mck pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/cassandra-builds.git.


    from 3252755  Add Ubuntu 19.10 with JDK11 Image
     new cde3ecc  Update .gitignore to ignore .idea
     new 8b128ff  Update default Docker image used for testing to Ubuntu 19.10

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore                                | 1 +
 jenkins-dsl/cassandra_job_dsl_seed.groovy | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org


[cassandra-builds] 02/02: Update default Docker image used for testing to Ubuntu 19.10

Posted by mc...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

mck pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cassandra-builds.git

commit 8b128ffbc1496a60ea174cfaca4b7a0eb1c41da0
Author: Eduard Tudenhoefner <ed...@datastax.com>
AuthorDate: Thu Apr 9 12:28:49 2020 +0200

    Update default Docker image used for testing to Ubuntu 19.10
---
 jenkins-dsl/cassandra_job_dsl_seed.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/jenkins-dsl/cassandra_job_dsl_seed.groovy b/jenkins-dsl/cassandra_job_dsl_seed.groovy
index 26430d2..845ba4f 100644
--- a/jenkins-dsl/cassandra_job_dsl_seed.groovy
+++ b/jenkins-dsl/cassandra_job_dsl_seed.groovy
@@ -54,7 +54,7 @@ def dtestTargets = ['dtest', 'dtest-novnode', 'dtest-offheap', 'dtest-large']
 if(binding.hasVariable("CASSANDRA_DTEST_TEST_TARGETS")) {
     dtestTargets = "${CASSANDRA_DTEST_TEST_TARGETS}".split(",")
 }
-def dtestDockerImage = 'spod/cassandra-testing-ubuntu18-java11'
+def dtestDockerImage = 'nastra/cassandra-testing-ubuntu1910-java11'
 if(binding.hasVariable("CASSANDRA_DOCKER_IMAGE")) {
     dtestDockerImage = "${CASSANDRA_DOCKER_IMAGE}"
 }


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org


[cassandra-builds] 01/02: Update .gitignore to ignore .idea

Posted by mc...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

mck pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cassandra-builds.git

commit cde3ecc3301ae0887917db2db05469225cd5c2da
Author: Eduard Tudenhoefner <ed...@datastax.com>
AuthorDate: Thu Apr 9 12:28:17 2020 +0200

    Update .gitignore to ignore .idea
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 7bb4cf8..5b88705 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 dist/cassandra*
+.idea


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org