Skip to content
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
34 changes: 0 additions & 34 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,23 +136,6 @@ steps:
- "$$BUILDKITE_TEST_ENGINE_CLIENT_PATH:/usr/local/bin/bktec"
propagate-environment: true

- label: ":pytest: :pants: pytest (Pants)"
# Pants owns test discovery and execution; the buildkite-test-collector
# pytest plugin uploads results to Test Engine. Authentication uses an
# ephemeral OIDC token minted in bin/test (no static suite token), which
# needs the agent binary inside the container (mount-buildkite-agent).
command: "cd pytest-pants && bin/test"
soft_fail:
- exit_status: 1
plugins:
- docker#v5.13.0:
image: "python:3.13.2-bookworm"
# Pass pipeline env variables (incl. BUILDKITE_* run metadata) to the container
propagate-environment: true
# Make buildkite-agent available in the container for OIDC token requests
# See https://buildkite.com/docs/test-engine/test-collection/oidc
mount-buildkite-agent: true

- label: ":swift: Swift: XCTest (test-collector-swift)"
command: "cd swift-xctest && bin/test"
soft_fail:
Expand Down Expand Up @@ -185,23 +168,6 @@ steps:
environment:
- BUILDKITE_ANALYTICS_TOKEN

- label: ":dotnet: NUnit"
parallelism: 2
command: "cd nunit && bin/test"
soft_fail:
- exit_status: 1
plugins:
- tests#v1.0.0:
test-runner: nunit
result-path: test-results/results.xml
test-file-pattern: "tests/**/*Tests.cs"
suite-slug: test-engine-client-examples
tags:
- "language.name=dotnet"
- "test.framework.name=nunit"
- mise#v1.1.1:
dir: nunit

- label: ":golang: Go test"
parallelism: 2
command: "cd go && bin/test"
Expand Down
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ node_modules/
tmp/
bktec

# nunit / .NET
test-results/

# pytest
*.egg*
__pycache__
Expand Down
6 changes: 0 additions & 6 deletions nunit/.gitignore

This file was deleted.

8 changes: 0 additions & 8 deletions nunit/NUnitSpike.slnx

This file was deleted.

50 changes: 0 additions & 50 deletions nunit/README.md

This file was deleted.

8 changes: 0 additions & 8 deletions nunit/bin/test

This file was deleted.

3 changes: 0 additions & 3 deletions nunit/mise.toml

This file was deleted.

10 changes: 0 additions & 10 deletions nunit/src/MyLib/Calculator.cs

This file was deleted.

25 changes: 0 additions & 25 deletions nunit/src/MyLib/Collections.cs

This file was deleted.

9 changes: 0 additions & 9 deletions nunit/src/MyLib/MyLib.csproj

This file was deleted.

13 changes: 0 additions & 13 deletions nunit/src/MyLib/StringUtils.cs

This file was deleted.

41 changes: 0 additions & 41 deletions nunit/tests/MyLib.Tests/CalculatorTests.cs

This file was deleted.

28 changes: 0 additions & 28 deletions nunit/tests/MyLib.Tests/MyLib.Tests.csproj

This file was deleted.

54 changes: 0 additions & 54 deletions nunit/tests/MyLib.Tests/SimpleStackTests.cs

This file was deleted.

33 changes: 0 additions & 33 deletions nunit/tests/MyLib.Tests/StringUtilsTests.cs

This file was deleted.

8 changes: 0 additions & 8 deletions pytest-pants/3rdparty/python/BUILD

This file was deleted.

2 changes: 0 additions & 2 deletions pytest-pants/3rdparty/python/pytest-requirements.txt

This file was deleted.

Loading