Remove commands that wont be implemented for v3-alpha1 (#5433)

* Remove odo staorage commands

* Remove "odo service" + "odo catalog * service" commands

* Remove odo link/unlink commands

* Remove related integration tests

* Remove application concept

* fix rebase

* fix test

* Remove config command

* Remove env command

* Remove application package

* Remove config package

* Move odogenerator and unions packages into kclient

* Move notify package to cli/version

* Fix script mockgen

* Remove odo debug command oand debug package

* Remove odo component describe/exec/log/status/test

* Remove operator-hub tests from IBM tests

* Remove operator hub tests from CI

* Fix e2e tests
This commit is contained in:
Philippe Martin
2022-02-07 05:42:15 +01:00
committed by GitHub
parent 97e211b715
commit 850c7cd723
124 changed files with 51 additions and 11652 deletions

View File

@@ -13,7 +13,6 @@ cleanup_namespaces
set -e
make install
make test-integration-devfile
make test-operator-hub
make test-e2e-devfile
make test-cmd-project
) |& tee "/tmp/${LOGFILE}"

View File

@@ -13,7 +13,6 @@ cleanup_namespaces
make install
make test-integration
make test-integration-devfile
make test-operator-hub
make test-cmd-login-logout
make test-cmd-project
make test-e2e-devfile

View File

@@ -66,8 +66,6 @@ function Run-Test {
Check-ExitCode $LASTEXITCODE
make test-integration | tee -a C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\$LOGFILE
Check-ExitCode $LASTEXITCODE
make test-operator-hub | tee -a C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\$LOGFILE
Check-ExitCode $LASTEXITCODE
make test-cmd-login-logout | tee -a C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\$LOGFILE
Check-ExitCode $LASTEXITCODE
make test-cmd-project | tee -a C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\$LOGFILE