Skip to content

Commit

Permalink
Merge pull request #3275 from camilamacedo86/stop-generate-testdata-v3
Browse files Browse the repository at this point in the history
🌱 : stop to generate all samples for go/v3
  • Loading branch information
k8s-ci-robot committed Mar 15, 2023
2 parents f9a8196 + 837fcdc commit 9c3e643
Show file tree
Hide file tree
Showing 374 changed files with 5 additions and 18,946 deletions.
13 changes: 4 additions & 9 deletions test/testdata/generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -129,15 +129,10 @@ build_kb
# [Deprecated] - Project version 2 uses plugin go/v2 (default).
scaffold_test_project project-v2 --project-version=2

# [Currently, default CLI plugin] - Project version 3 (default) uses plugin go/v3 (default).
scaffold_test_project project-v3 --plugins="go/v3"
scaffold_test_project project-v3-multigroup --plugins="go/v3"
scaffold_test_project project-v3-declarative-v1 --plugins="go/v3,declarative"
scaffold_test_project project-v3-config --component-config --plugins="go/v3"
scaffold_test_project project-v3-with-deploy-image --plugins="go/v3"
scaffold_test_project project-v3-with-grafana --plugins="go/v3"

# [Next version, alpha] Project version v4-alpha
# [Deprecated] - Project version 3 (default) uses plugin go/v3 (default).
scaffold_test_project project-v3

# [Currently, default CLI plugin] - [Next version, alpha] Project version v4-alpha
scaffold_test_project project-v4 --plugins="go/v4"
scaffold_test_project project-v4-multigroup --plugins="go/v4"
scaffold_test_project project-v4-declarative-v1 --plugins="go/v4,declarative"
Expand Down
7 changes: 1 addition & 6 deletions test/testdata/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,8 @@ function test_project {

build_kb

# Test project v3
# Test project v3 [Deprecated]
test_project project-v3
test_project project-v3-multigroup
test_project project-v3-declarative-v1
test_project project-v3-config
test_project project-v3-with-deploy-image
test_project project-v3-with-grafana

# Project version v4-alpha
test_project project-v4
Expand Down
4 changes: 0 additions & 4 deletions testdata/project-v3-config/.dockerignore

This file was deleted.

26 changes: 0 additions & 26 deletions testdata/project-v3-config/.gitignore

This file was deleted.

33 changes: 0 additions & 33 deletions testdata/project-v3-config/Dockerfile

This file was deleted.

157 changes: 0 additions & 157 deletions testdata/project-v3-config/Makefile

This file was deleted.

53 changes: 0 additions & 53 deletions testdata/project-v3-config/PROJECT

This file was deleted.

Loading

0 comments on commit 9c3e643

Please sign in to comment.