Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Debug drone
Signed-off-by: Joas Schilling <[email protected]>
  • Loading branch information
nickvergessen committed Apr 3, 2023
commit eb456ac3a5600a3fed5425a28a1b707264cc6600
33 changes: 1 addition & 32 deletions .drone.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ local Pipeline(test_set, database, services) = {
] else []
) + [
"cd apps/$APP_NAME/tests/integration/",
"bash run.sh features/"+test_set
"bash run.sh features/chat/mentions.feature:9"
]
}
],
Expand Down Expand Up @@ -120,36 +120,5 @@ local PipelinePostgreSQL(test_set) = Pipeline(


[
PipelineSQLite("callapi"),
PipelineSQLite("chat"),
PipelineSQLite("chat-2"),
PipelineSQLite("command"),
PipelineSQLite("conversation"),
PipelineSQLite("conversation-2"),
PipelineSQLite("federation"),
PipelineSQLite("integration"),
PipelineSQLite("sharing"),
PipelineSQLite("sharing-2"),

PipelineMySQL("callapi"),
PipelineMySQL("chat"),
PipelineMySQL("chat-2"),
PipelineMySQL("command"),
PipelineMySQL("conversation"),
PipelineMySQL("conversation-2"),
PipelineMySQL("federation"),
PipelineMySQL("integration"),
PipelineMySQL("sharing"),
PipelineMySQL("sharing-2"),

PipelinePostgreSQL("callapi"),
PipelinePostgreSQL("chat"),
PipelinePostgreSQL("chat-2"),
PipelinePostgreSQL("command"),
PipelinePostgreSQL("conversation"),
PipelinePostgreSQL("conversation-2"),
PipelinePostgreSQL("federation"),
PipelinePostgreSQL("integration"),
PipelinePostgreSQL("sharing"),
PipelinePostgreSQL("sharing-2"),
]
Loading