refactor: remove 'swarm' from kinds in multiple test configurations

This commit is contained in:
TheophileDiot 2025-09-16 09:19:13 +02:00
parent 68b49cc384
commit be4d886d4b
No known key found for this signature in database
GPG key ID: FA995104A0BA376A
15 changed files with 15 additions and 15 deletions

View file

@ -1,8 +1,8 @@
{
"name": "authelia",
"kinds": ["docker", "autoconf", "swarm", "linux"],
"kinds": ["docker", "autoconf", "linux"],
"timeout": 120,
"delay": 60,
"delay": 90,
"tests": [
{
"type": "string",

View file

@ -1,6 +1,6 @@
{
"name": "drupal",
"kinds": ["docker", "autoconf", "swarm", "kubernetes", "linux"],
"kinds": ["docker", "autoconf", "kubernetes", "linux"],
"no_copy_container": true,
"timeout": 90,
"delay": 120,

View file

@ -1,6 +1,6 @@
{
"name": "ghost",
"kinds": ["docker", "autoconf", "swarm", "kubernetes"],
"kinds": ["docker", "autoconf", "kubernetes"],
"timeout": 90,
"delay": 300,
"tests": [

View file

@ -1,6 +1,6 @@
{
"name": "gogs",
"kinds": ["docker", "autoconf", "swarm", "kubernetes"],
"kinds": ["docker", "autoconf", "kubernetes"],
"no_copy_container": true,
"timeout": 90,
"delay": 150,

View file

@ -1,6 +1,6 @@
{
"name": "joomla",
"kinds": ["docker", "autoconf", "swarm"],
"kinds": ["docker", "autoconf"],
"timeout": 90,
"delay": 120,
"tests": [

View file

@ -1,6 +1,6 @@
{
"name": "moodle",
"kinds": ["docker", "autoconf", "swarm", "kubernetes"],
"kinds": ["docker", "autoconf", "kubernetes"],
"timeout": 300,
"delay": 300,
"tests": [

View file

@ -1,6 +1,6 @@
{
"name": "passbolt",
"kinds": ["docker", "autoconf", "swarm"],
"kinds": ["docker", "autoconf"],
"timeout": 120,
"tests": [
{

View file

@ -1,6 +1,6 @@
{
"name": "prestashop",
"kinds": ["docker", "autoconf", "swarm", "kubernetes"],
"kinds": ["docker", "autoconf", "kubernetes"],
"timeout": 240,
"delay": 300,
"tests": [

View file

@ -1,6 +1,6 @@
{
"name": "radarr",
"kinds": ["docker", "autoconf", "swarm"],
"kinds": ["docker", "autoconf"],
"delay": 180,
"timeout": 90,
"tests": [

View file

@ -1,6 +1,6 @@
{
"name": "redmine",
"kinds": ["docker", "autoconf", "swarm", "kubernetes"],
"kinds": ["docker", "autoconf", "kubernetes"],
"timeout": 120,
"delay": 180,
"tests": [

View file

@ -1,6 +1,6 @@
{
"name": "reverse-proxy-multisite",
"kinds": ["docker", "autoconf", "swarm", "kubernetes"],
"kinds": ["docker", "autoconf", "kubernetes"],
"timeout": 90,
"delay": 90,
"tests": [

View file

@ -1,6 +1,6 @@
{
"name": "reverse-proxy-singlesite",
"kinds": ["docker", "autoconf", "swarm"],
"kinds": ["docker", "autoconf"],
"delay": 120,
"timeout": 90,
"no_copy_container": true,

View file

@ -1,6 +1,6 @@
{
"name": "tomcat",
"kinds": ["docker", "autoconf", "swarm"],
"kinds": ["docker", "autoconf"],
"timeout": 90,
"delay": 60,
"tests": [

View file

@ -1,6 +1,6 @@
{
"name": "wordpress",
"kinds": ["docker", "autoconf", "swarm", "kubernetes", "linux"],
"kinds": ["docker", "autoconf", "kubernetes", "linux"],
"timeout": 120,
"delay": 120,
"no_copy_container": true,