You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pekko.apache.org by fa...@apache.org on 2022/11/15 13:25:47 UTC

[incubator-pekko-persistence-cassandra] branch main updated: Remove circleci config (#4)

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

fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-pekko-persistence-cassandra.git


The following commit(s) were added to refs/heads/main by this push:
     new ab37717  Remove circleci config (#4)
ab37717 is described below

commit ab37717242473c2719429a9b7871f5a272f80c49
Author: Matthew de Detrich <ma...@aiven.io>
AuthorDate: Tue Nov 15 14:25:41 2022 +0100

    Remove circleci config (#4)
---
 .circleci/config.yml | 45 ---------------------------------------------
 1 file changed, 45 deletions(-)

diff --git a/.circleci/config.yml b/.circleci/config.yml
deleted file mode 100644
index e0b3337..0000000
--- a/.circleci/config.yml
+++ /dev/null
@@ -1,45 +0,0 @@
-version: 2
-jobs:
-  build:
-    working_directory: ~/repo
-
-    environment:
-      TERM: dumb
-      CASSANDRA_MODE: external
-      AKKA_TEST_TIMEFACTOR: 10
-
-    docker:
-      - image: bartektomala/scala-sbt:8u181_2.12.6_0.13.17
-
-      - image: scylladb/scylla:2.2.0
-        command: --listen-address 0.0.0.0 --broadcast-rpc-address 0.0.0.0 --experimental 1
-
-    steps:
-      - checkout
-
-      - restore_cache:
-          name: Restoring sbt cache
-          keys:
-            - sbt
-
-      - run:
-          name: Update sbt cache
-          command: sbt update
-
-      - save_cache:
-          name: Save updated sbt cache
-          key: sbt
-          paths:
-            - "/root/.sbt"
-            - "/root/.ivy2"
-
-      - run:
-          name: tests
-          command: |
-            sbt ';set testOptions in Global += Tests.Argument(TestFrameworks.ScalaTest, "-u", "./target/xml-reports/scylladb");test'
-
-      - store_test_results:
-          path: ./target/xml-reports
-
-      - store_artifacts:
-          path: ./target/test-reports
\ No newline at end of file


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