Skip to content

Commit

Permalink
feat!: remove big bang extension (#3059)
Browse files Browse the repository at this point in the history
Signed-off-by: Austin Abro <AustinAbro321@gmail.com>
  • Loading branch information
AustinAbro321 authored Oct 2, 2024
1 parent 7f537ec commit 4a117b2
Show file tree
Hide file tree
Showing 47 changed files with 7 additions and 2,761 deletions.
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

0 comments on commit 4a117b2

Please sign in to comment.