Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat!: remove big bang extension #3059

Merged
merged 4 commits into from
Oct 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
119 changes: 0 additions & 119 deletions .github/workflows/test-bigbang.yml

This file was deleted.

7 changes: 0 additions & 7 deletions .github/workflows/test-shim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,13 +103,6 @@ jobs:
run: |
echo skipped

validate-bigbang:
runs-on: ubuntu-latest
steps:
- name: Skipped
run: |
echo skipped

validate-external:
runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ test-upgrade: ## Run the Zarf CLI E2E tests for an external registry and cluster

.PHONY: test-unit
test-unit: ## Run unit tests
go test -failfast -v -coverprofile=coverage.out -covermode=atomic $$(go list ./... | grep -v '^github.com/zarf-dev/zarf/src/test' | grep -v 'github.com/zarf-dev/zarf/src/extensions/bigbang/test')
go test -failfast -v -coverprofile=coverage.out -covermode=atomic $$(go list ./... | grep -v '^github.com/zarf-dev/zarf/src/test')

# INTERNAL: used to test that a dev has ran `make docs-and-schema` in their PR
test-docs-and-schema:
Expand Down
58 changes: 0 additions & 58 deletions examples/big-bang/config/disable-all.yaml

This file was deleted.

128 changes: 0 additions & 128 deletions examples/big-bang/config/ingress.yaml

This file was deleted.

27 changes: 0 additions & 27 deletions examples/big-bang/config/kyverno.yaml

This file was deleted.

15 changes: 0 additions & 15 deletions examples/big-bang/config/loki.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions examples/big-bang/config/neuvector.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions examples/big-bang/virtualservices/gitea.yaml

This file was deleted.

Loading