mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 14:37:00 +00:00
Merge pull request #79588 from wojtek-t/deprecate_scalability_tests
Deprecate scalability tests (we use ClusterLoader already)
This commit is contained in:
commit
8756e2c5e4
@ -14,6 +14,14 @@ See the License for the specific language governing permissions and
|
|||||||
limitations under the License.
|
limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
// DEPRECATED.
|
||||||
|
// We already migrated all periodic and presubmit tests to ClusterLoader2.
|
||||||
|
// We are still keeping this file for optional functionality, but once
|
||||||
|
// this is supported in ClusterLoader2 tests, this test will be removed
|
||||||
|
// (hopefully in 1.16 release).
|
||||||
|
// Please don't add new functionality to this file and instead see:
|
||||||
|
// https://github.com/kubernetes/perf-tests/tree/master/clusterloader2
|
||||||
|
|
||||||
package scalability
|
package scalability
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
@ -14,6 +14,14 @@ See the License for the specific language governing permissions and
|
|||||||
limitations under the License.
|
limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
// DEPRECATED.
|
||||||
|
// We already migrated all periodic and presubmit tests to ClusterLoader2.
|
||||||
|
// We are still keeping this directory for optional functionality, but once
|
||||||
|
// this is supported in ClusterLoader2 tests, this test will be removed
|
||||||
|
// (hopefully in 1.16 release).
|
||||||
|
// Please don't add new functionality to this directory and instead see:
|
||||||
|
// https://github.com/kubernetes/perf-tests/tree/master/clusterloader2
|
||||||
|
|
||||||
package scalability
|
package scalability
|
||||||
|
|
||||||
import "github.com/onsi/ginkgo"
|
import "github.com/onsi/ginkgo"
|
||||||
|
@ -14,6 +14,14 @@ See the License for the specific language governing permissions and
|
|||||||
limitations under the License.
|
limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
// DEPRECATED.
|
||||||
|
// We already migrated all periodic and presubmit tests to ClusterLoader2.
|
||||||
|
// We are still keeping this file for optional functionality, but once
|
||||||
|
// this is supported in ClusterLoader2 tests, this test will be removed
|
||||||
|
// (hopefully in 1.16 release).
|
||||||
|
// Please don't add new functionality to this file and instead see:
|
||||||
|
// https://github.com/kubernetes/perf-tests/tree/master/clusterloader2
|
||||||
|
|
||||||
package scalability
|
package scalability
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
Loading…
Reference in New Issue
Block a user