Skip to content

Commit 3aaccf9

Browse files
committed
force CI
1 parent 6218752 commit 3aaccf9

File tree

2 files changed

+24
-19
lines changed

2 files changed

+24
-19
lines changed

.circleci/config.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ orbs:
99
jq: circleci/[email protected]
1010
jobs:
1111
test:
12-
docker:
12+
docker:
1313
- image: rishabhpoddar/supertokens_android_sdk_testing
1414
environment:
1515
JVM_OPTS: -Xmx3200m
@@ -36,18 +36,20 @@ workflows:
3636
tagged-build:
3737
jobs:
3838
- test:
39-
context:
40-
- slack-notification
39+
# context:
40+
# - slack-notification
4141
filters:
4242
tags:
4343
only: /dev-v[0-9]+(\.[0-9]+)*/
4444
branches:
45-
only: /test-cicd\/.*/
45+
only: /fix\/.*/
46+
# only: /test-cicd\/.*/
4647
- update-docs:
4748
context:
48-
- slack-notification
49+
- slack-notification
4950
filters:
5051
tags:
5152
only: /v[0-9]+(\.[0-9]+)*/
5253
branches:
53-
ignore: /.*/
54+
ignore: /.*/
55+

.circleci/config_continue.yml

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- checkout
2121
- run: (cd .circleci/ && ./markDevTagAsTestNotPassed.sh)
2222
test-unit:
23-
docker:
23+
docker:
2424
- image: rishabhpoddar/supertokens_android_sdk_testing
2525
environment:
2626
JVM_OPTS: -Xmx3200m
@@ -75,22 +75,24 @@ workflows:
7575
version: 2
7676
tagged-build:
7777
jobs:
78-
- test-dev-tag-as-not-passed:
79-
filters:
80-
tags:
81-
only: /dev-v[0-9]+(\.[0-9]+)*/
82-
branches:
83-
only: /test-cicd\/.*/
78+
# - test-dev-tag-as-not-passed:
79+
# filters:
80+
# tags:
81+
# only: /dev-v[0-9]+(\.[0-9]+)*/
82+
# branches:
83+
# # only: /test-cicd\/.*/
84+
# only: /fix\/.*/
8485
- test-unit:
85-
requires:
86-
- test-dev-tag-as-not-passed
87-
context:
88-
- slack-notification
86+
# requires:
87+
# - test-dev-tag-as-not-passed
88+
# context:
89+
# - slack-notification
8990
filters:
9091
tags:
9192
only: /dev-v[0-9]+(\.[0-9]+)*/
9293
branches:
93-
only: /test-cicd\/.*/
94+
# only: /test-cicd\/.*/
95+
only: /fix\/.*/
9496
matrix:
9597
parameters:
9698
fdi-version: placeholder
@@ -103,4 +105,5 @@ workflows:
103105
tags:
104106
only: /dev-v[0-9]+(\.[0-9]+)*/
105107
branches:
106-
ignore: /.*/
108+
ignore: /.*/
109+

0 commit comments

Comments
 (0)