Skip to content

Commit

Permalink
Enable kiss on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
arcusfelis committed Mar 7, 2022
1 parent 41994e5 commit 5ec847c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion .circleci/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,8 @@ jobs:
preset:
type: enum
enum: [internal_mnesia, mysql_redis, odbc_mssql_mnesia, ldap_mnesia,
elasticsearch_and_cassandra_mnesia, pgsql_mnesia, riak_mnesia]
elasticsearch_and_cassandra_mnesia, pgsql_mnesia, riak_mnesia,
internal_kiss]
description: Preset to run
default: internal_mnesia
db:
Expand Down Expand Up @@ -743,6 +744,15 @@ workflows:
requires:
- otp_24_docker
filters: *all_tags
- big_tests_in_docker:
name: internal_kiss_24
executor: otp_24_redis
context: mongooseim-org
preset: internal_kiss
db: "mnesia kiss"
requires:
- otp_24_docker
filters: *all_tags
- big_tests_in_docker:
name: mysql_redis_24
executor: otp_24_mysql_redis
Expand Down
2 changes: 1 addition & 1 deletion rebar.lock
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
0},
{<<"kiss">>,
{git,"https://github.com/arcusfelis/kiss.git",
{ref,"8e803b23060ab691b1971c1e6a4985642eae74bd"}},
{ref,"56975c44de2c9515c99c620c6d23972170573020"}},
0},
{<<"lager">>,{pkg,<<"lager">>,<<"3.9.2">>},0},
{<<"lasse">>,{pkg,<<"lasse">>,<<"1.2.0">>},0},
Expand Down

0 comments on commit 5ec847c

Please sign in to comment.