Skip to content

Commit 2322a06

Browse files
[no-relnote] Bump Holodeck to v0.2.15
Signed-off-by: Carlos Eduardo Arango Gutierrez <[email protected]>
1 parent 9ed4489 commit 2322a06

File tree

7 files changed

+340
-407
lines changed

7 files changed

+340
-407
lines changed

.github/workflows/e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
go-version: ${{ inputs.golang_version }}
4949

5050
- name: Set up Holodeck
51-
uses: NVIDIA/[email protected].14
51+
uses: NVIDIA/[email protected].15
5252
with:
5353
aws_access_key_id: ${{ secrets.AWS_ACCESS_KEY_ID }}
5454
aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}

tests/e2e/Makefile

Lines changed: 0 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -52,37 +52,3 @@ clean-artifacts:
5252
# Run all tests (default)
5353
test-e2e: ginkgo $(LOG_ARTIFACTS)
5454
$(CURDIR)/bin/ginkgo $(GINKGO_COMMON_ARGS) $(GINKGO_REPORT_ARGS) $(GINKGO_ARGS) ./tests/e2e/...
55-
56-
# Run only parallel-safe tests
57-
test-e2e-parallel: ginkgo $(LOG_ARTIFACTS)
58-
$(CURDIR)/bin/ginkgo $(GINKGO_COMMON_ARGS) $(GINKGO_REPORT_ARGS) \
59-
--procs=$(GINKGO_PARALLEL_PROCS) \
60-
--label-filter='!serial' \
61-
$(GINKGO_ARGS) ./tests/e2e/...
62-
63-
# Run only serial tests (cluster-mutating)
64-
test-e2e-serial: ginkgo $(LOG_ARTIFACTS)
65-
$(CURDIR)/bin/ginkgo $(GINKGO_COMMON_ARGS) $(GINKGO_REPORT_ARGS) \
66-
--label-filter='serial' \
67-
$(GINKGO_ARGS) ./tests/e2e/...
68-
69-
# Run parallel tests first, then serial tests
70-
test-e2e-all: test-e2e-parallel test-e2e-serial
71-
72-
# Run tests with flake attempts
73-
test-e2e-flaky: ginkgo $(LOG_ARTIFACTS)
74-
$(CURDIR)/bin/ginkgo $(GINKGO_COMMON_ARGS) $(GINKGO_REPORT_ARGS) \
75-
--flake-attempts=$(GINKGO_FLAKE_ATTEMPTS) \
76-
$(GINKGO_ARGS) ./tests/e2e/...
77-
78-
# Run specific test by label
79-
test-e2e-label: ginkgo $(LOG_ARTIFACTS)
80-
$(CURDIR)/bin/ginkgo $(GINKGO_COMMON_ARGS) $(GINKGO_REPORT_ARGS) \
81-
--label-filter='$(LABEL)' \
82-
$(GINKGO_ARGS) ./tests/e2e/...
83-
84-
# Run tests and generate coverage
85-
test-e2e-coverage: ginkgo $(LOG_ARTIFACTS)
86-
$(CURDIR)/bin/ginkgo $(GINKGO_COMMON_ARGS) $(GINKGO_REPORT_ARGS) \
87-
--cover --coverprofile=$(LOG_ARTIFACTS)/coverage.out \
88-
$(GINKGO_ARGS) ./tests/e2e/...

tests/e2e/cleanup_test.go

Lines changed: 0 additions & 279 deletions
This file was deleted.

tests/e2e/data/job-1.yaml

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)