Skip to content

Commit

Permalink
test: stop .NET testing goals until Dafny fixes land
Browse files Browse the repository at this point in the history
Crypto Tools would like to prepare for our next release,
but it seems we have stumbled into a few Dafny bugs.

The Dafny .NET compiler is struggling with the Storage changes in

Additionally,
the Smithy-Diff workflow has generated far too much noise.
Crypto Tools use GitHub notifications to track customer cut
or updated GitHub issues.

Tagging a contributor for every commit pushed
generates far too much noise.
  • Loading branch information
texastony committed Sep 14, 2024
1 parent 36ab560 commit 5067d28
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 43 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/library_net_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,15 @@ jobs:
strategy:
fail-fast: false
matrix:
library:
[
library: [
StandardLibrary,
AwsCryptographyPrimitives,
ComAmazonawsKms,
ComAmazonawsDynamodb,
AwsCryptographicMaterialProviders,
TestVectorsAwsCryptographicMaterialProviders,
# Cutting .NET tests for rc-1.7.0
# We MUST restore these before going GA
# AwsCryptographicMaterialProviders,
# TestVectorsAwsCryptographicMaterialProviders,
]
dotnet-version: ["6.0.x"]
os: [windows-latest, ubuntu-latest, macos-12]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- pr-ci-verification
- pr-ci-java
- pr-ci-net
- pr-interop-test
# - pr-interop-test # we cannot have interop tests if .NET is borked
runs-on: ubuntu-latest
steps:
- name: Verify all required jobs passed
Expand Down
38 changes: 0 additions & 38 deletions .github/workflows/smithy-diff.yml

This file was deleted.

0 comments on commit 5067d28

Please sign in to comment.