Commit e028b7d4 authored by Schuhbaeck, Stefan's avatar Schuhbaeck, Stefan Committed by hm-lehmberg
Browse files

Increase version of CI scenarios. Reduce simulation time for seed tests.

The seed seems to work correctly since java11. Therefore reduce the
sim time to speed up the CI. The test are NOT removed and still
executed each time to ensure the seeds kepp working.
parent 91833830
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
{
  "name" : "2_bridge_coordinates_kai_navigation_random_pos_with_offset",
  "description" : "",
  "release" : "0.8",
  "release" : "0.9",
  "commithash" : "628b018374f404d2aca1afa3483e308428b6ae20",
  "processWriters" : {
    "files" : [ {
@@ -100,7 +100,6 @@
      "fixedSeed" : -5104110572817619091,
      "simulationSeed" : 0
    },
    "eventInfos" : [ ],
    "topography" : {
      "attributes" : {
        "bounds" : {
@@ -278,6 +277,7 @@
      },
      "dynamicElements" : [ ],
      "teleporter" : null
    }
    },
    "eventInfos" : [ ]
  }
}
 No newline at end of file
+3 −3
Original line number Diff line number Diff line
{
  "name" : "2_bridge_coordinates_kai_navigation_random_pos_without_offset",
  "description" : "",
  "release" : "0.8",
  "release" : "0.9",
  "commithash" : "628b018374f404d2aca1afa3483e308428b6ae20",
  "processWriters" : {
    "files" : [ {
@@ -100,7 +100,6 @@
      "fixedSeed" : -5104110572817619091,
      "simulationSeed" : 0
    },
    "eventInfos" : [ ],
    "topography" : {
      "attributes" : {
        "bounds" : {
@@ -278,6 +277,7 @@
      },
      "dynamicElements" : [ ],
      "teleporter" : null
    }
    },
    "eventInfos" : [ ]
  }
}
 No newline at end of file
+3 −3
Original line number Diff line number Diff line
{
  "name" : "2_bridge_coordinates_kai_navigation_with_offset",
  "description" : "",
  "release" : "0.8",
  "release" : "0.9",
  "commithash" : "628b018374f404d2aca1afa3483e308428b6ae20",
  "processWriters" : {
    "files" : [ {
@@ -100,7 +100,6 @@
      "fixedSeed" : -5104110572817619091,
      "simulationSeed" : 0
    },
    "eventInfos" : [ ],
    "topography" : {
      "attributes" : {
        "bounds" : {
@@ -278,6 +277,7 @@
      },
      "dynamicElements" : [ ],
      "teleporter" : null
    }
    },
    "eventInfos" : [ ]
  }
}
 No newline at end of file
+3 −3
Original line number Diff line number Diff line
{
  "name" : "2_bridge_coordinates_kai_navigation_without_offset",
  "description" : "",
  "release" : "0.8",
  "release" : "0.9",
  "commithash" : "628b018374f404d2aca1afa3483e308428b6ae20",
  "processWriters" : {
    "files" : [ {
@@ -100,7 +100,6 @@
      "fixedSeed" : -5104110572817619091,
      "simulationSeed" : 0
    },
    "eventInfos" : [ ],
    "topography" : {
      "attributes" : {
        "bounds" : {
@@ -278,6 +277,7 @@
      },
      "dynamicElements" : [ ],
      "teleporter" : null
    }
    },
    "eventInfos" : [ ]
  }
}
 No newline at end of file
+3 −3
Original line number Diff line number Diff line
{
  "name" : "2_bridge_coordinates_kai_unit_random_pos_with_offset",
  "description" : "",
  "release" : "0.8",
  "release" : "0.9",
  "commithash" : "628b018374f404d2aca1afa3483e308428b6ae20",
  "processWriters" : {
    "files" : [ {
@@ -100,7 +100,6 @@
      "fixedSeed" : -5104110572817619091,
      "simulationSeed" : 0
    },
    "eventInfos" : [ ],
    "topography" : {
      "attributes" : {
        "bounds" : {
@@ -278,6 +277,7 @@
      },
      "dynamicElements" : [ ],
      "teleporter" : null
    }
    },
    "eventInfos" : [ ]
  }
}
 No newline at end of file
Loading