From ce8e1b6aaabb21ec40e88bb72c668d56607892af Mon Sep 17 00:00:00 2001 From: "Bobby R. Bruce" Date: Wed, 26 Jul 2023 10:52:07 -0700 Subject: [PATCH] tests: Deprecate Gerrit/Jenkins testing scripts These testing scripts are no longer used since moving to GitHub. The Nightly (now refered to as "Daily" tests), the Weekly Tests, Compiler Tests and the CI (Kokoro, pre-commit) tests are run via the GitHub Actions infrastructure. Their setup is described via Workflow files in ".github/workflows". To run tests locally please consult the "TESTING.md" file. These scripts may still be useful to reference and are therefore being moved into a deprecated state. Change-Id: Ie75c2f4f1179eb73d0f45ba0b259e8d79aa02ace --- tests/{ => deprecated}/compiler-tests.sh | 0 tests/{ => deprecated}/jenkins/gem5art-tests.sh | 0 tests/{ => deprecated}/jenkins/presubmit-stage2.sh | 0 tests/{ => deprecated}/jenkins/presubmit.cfg | 0 tests/{ => deprecated}/jenkins/presubmit.sh | 0 tests/{ => deprecated}/nightly.sh | 0 tests/{ => deprecated}/weekly.sh | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename tests/{ => deprecated}/compiler-tests.sh (100%) rename tests/{ => deprecated}/jenkins/gem5art-tests.sh (100%) rename tests/{ => deprecated}/jenkins/presubmit-stage2.sh (100%) rename tests/{ => deprecated}/jenkins/presubmit.cfg (100%) rename tests/{ => deprecated}/jenkins/presubmit.sh (100%) rename tests/{ => deprecated}/nightly.sh (100%) rename tests/{ => deprecated}/weekly.sh (100%) diff --git a/tests/compiler-tests.sh b/tests/deprecated/compiler-tests.sh similarity index 100% rename from tests/compiler-tests.sh rename to tests/deprecated/compiler-tests.sh diff --git a/tests/jenkins/gem5art-tests.sh b/tests/deprecated/jenkins/gem5art-tests.sh similarity index 100% rename from tests/jenkins/gem5art-tests.sh rename to tests/deprecated/jenkins/gem5art-tests.sh diff --git a/tests/jenkins/presubmit-stage2.sh b/tests/deprecated/jenkins/presubmit-stage2.sh similarity index 100% rename from tests/jenkins/presubmit-stage2.sh rename to tests/deprecated/jenkins/presubmit-stage2.sh diff --git a/tests/jenkins/presubmit.cfg b/tests/deprecated/jenkins/presubmit.cfg similarity index 100% rename from tests/jenkins/presubmit.cfg rename to tests/deprecated/jenkins/presubmit.cfg diff --git a/tests/jenkins/presubmit.sh b/tests/deprecated/jenkins/presubmit.sh similarity index 100% rename from tests/jenkins/presubmit.sh rename to tests/deprecated/jenkins/presubmit.sh diff --git a/tests/nightly.sh b/tests/deprecated/nightly.sh similarity index 100% rename from tests/nightly.sh rename to tests/deprecated/nightly.sh diff --git a/tests/weekly.sh b/tests/deprecated/weekly.sh similarity index 100% rename from tests/weekly.sh rename to tests/deprecated/weekly.sh