Skip to content

Commit

Permalink
Merge branch 'main' into reaper-functional-opts
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya authored Jan 2, 2023
2 parents dc75db4 + 064a0c5 commit 86c6a1b
Show file tree
Hide file tree
Showing 41 changed files with 102 additions and 575 deletions.
6 changes: 0 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,6 @@ updates:
interval: daily
open-pull-requests-limit: 3
rebase-strategy: disabled
- package-ecosystem: gomod
directory: /e2e
schedule:
interval: daily
open-pull-requests-limit: 3
rebase-strategy: disabled
- package-ecosystem: gomod
directory: /examples/bigtable
schedule:
Expand Down
8 changes: 0 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,18 +43,10 @@ jobs:
if: ${{ matrix.platform == 'ubuntu-latest' }}
run: make test-unit

- name: modTidy e2e tests
if: ${{ matrix.platform == 'ubuntu-latest' }}
run: make -C e2e tools-tidy

- name: Run example generator tests
if: ${{ matrix.platform == 'ubuntu-latest' }}
run: make -C examples test-unit

- name: Run e2e tests
if: ${{ matrix.platform == 'ubuntu-latest' }}
run: make test-e2e

- name: Run checker
run: |
./scripts/check_environment.sh
Expand Down
7 changes: 1 addition & 6 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
include ./commons-test.mk

.PHONY: test-all
test-all: tools test-unit test-e2e

.PHONY: test-e2e
test-e2e:
@echo "Running end-to-end tests..."
make -C e2e test
test-all: tools test-unit

.PHONY: test-examples
test-examples:
Expand Down
5 changes: 0 additions & 5 deletions e2e/Makefile

This file was deleted.

4 changes: 0 additions & 4 deletions e2e/README.md

This file was deleted.

102 changes: 0 additions & 102 deletions e2e/container_test.go

This file was deleted.

2 changes: 0 additions & 2 deletions e2e/doc.go

This file was deleted.

60 changes: 0 additions & 60 deletions e2e/go.mod

This file was deleted.

Loading

0 comments on commit 86c6a1b

Please sign in to comment.