mirror of
https://github.com/redhat-developer/odo.git
synced 2025-10-19 03:06:19 +03:00
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:
@@ -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}"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user