Skip to content

Commit 3f706bf

Browse files
texastonyimabhichow
authored andcommitted
ci(Go, Rust): disable for current HV-2 work (#1360)
1 parent b4d01fa commit 3f706bf

File tree

4 files changed

+32
-29
lines changed

4 files changed

+32
-29
lines changed

.github/workflows/library_interop_tests.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,15 @@ jobs:
2525
ubuntu-22.04,
2626
macos-13,
2727
]
28-
# TODO-Rust-CI: Removing Rust Runtimes until the underlying issue resolved.
29-
# TODO-Rust-CI: Rust runtimes checks are failing to resolve dafny_runtime imports
28+
# TODO-HV-2-Rust: Removing Rust Runtimes until the underlying issue resolved.
29+
# TODO-HV-2-Rust: Rust runtimes checks are failing to resolve dafny_runtime imports
30+
# TODO-HV-2-Go: Removing Go CI until we rebase or need it
3031
language: [
3132
java,
3233
net,
3334
# rust,
3435
python,
35-
go,
36+
# go,
3637
]
3738
# https://taskei.amazon.dev/tasks/CrypTool-5284
3839
dotnet-version: ["6.0.x"]
@@ -222,10 +223,10 @@ jobs:
222223
ubuntu-22.04,
223224
macos-13,
224225
]
225-
# TODO-Rust-CI: Removing Rust Runtimes until the underlying issue resolved.
226-
# TODO-Rust-CI: Rust runtimes checks are failing to resolve dafny_runtime imports
227-
encrypting_language: [java, net, python, go]
228-
decrypting_language: [java, net, python, go]
226+
# TODO-HV-2-Rust: Removing Rust Runtimes until the underlying issue resolved.
227+
# TODO-HV-2-Go: Removing Go CI until we rebase or need it
228+
encrypting_language: [java, net, python] # , go, rust]
229+
decrypting_language: [java, net, python] # , go, rust]
229230
dotnet-version: ["6.0.x"]
230231
runs-on: ${{ matrix.os }}
231232
permissions:

.github/workflows/manual.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@ jobs:
3737
with:
3838
dafny: ${{ inputs.dafny }}
3939
regenerate-code: ${{ inputs.regenerate-code }}
40-
# TODO-Rust-CI: Removing Rust Runtimes until the underlying issue resolved.
41-
# TODO-Rust-CI: Rust runtimes checks are failing to resolve dafny_runtime imports.
40+
# TODO-HV-2-Rust: Removing Rust Runtimes until the underlying issue resolved.
4241
# manual-ci-rust:
4342
# uses: ./.github/workflows/library_rust_tests.yml
4443
# with:
@@ -49,11 +48,12 @@ jobs:
4948
with:
5049
dafny: ${{ inputs.dafny }}
5150
regenerate-code: ${{ inputs.regenerate-code }}
52-
manual-ci-go:
53-
uses: ./.github/workflows/library_go_tests.yml
54-
with:
55-
dafny: ${{ inputs.dafny }}
56-
regenerate-code: ${{ inputs.regenerate-code }}
51+
# TODO-HV-2-Go: Removing Go CI until we rebase or need it
52+
# manual-ci-go:
53+
# uses: ./.github/workflows/library_go_tests.yml
54+
# with:
55+
# dafny: ${{ inputs.dafny }}
56+
# regenerate-code: ${{ inputs.regenerate-code }}
5757
manual-interop-test:
5858
uses: ./.github/workflows/library_interop_tests.yml
5959
with:

.github/workflows/pull.yml

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@ jobs:
3939
uses: ./.github/workflows/library_net_tests.yml
4040
with:
4141
dafny: ${{needs.getVersion.outputs.version}}
42-
# TODO-Rust-CI: Removing Rust Runtimes until the underlying issue resolved.
43-
# TODO-Rust-CI: Rust runtimes checks are failing to resolve dafny_runtime imports
42+
# TODO-HV-2-Rust: Removing Rust until we rebase or need it
4443
# pr-ci-rust:
4544
# needs: getVersion
4645
# uses: ./.github/workflows/library_rust_tests.yml
@@ -51,11 +50,12 @@ jobs:
5150
uses: ./.github/workflows/library_python_tests.yml
5251
with:
5352
dafny: ${{needs.getVersion.outputs.version}}
54-
pr-ci-go:
55-
needs: getVersion
56-
uses: ./.github/workflows/library_go_tests.yml
57-
with:
58-
dafny: ${{needs.getVersion.outputs.version}}
53+
# TODO-HV-2-Go: Removing Go CI until we rebase or need it
54+
# pr-ci-go:
55+
# needs: getVersion
56+
# uses: ./.github/workflows/library_go_tests.yml
57+
# with:
58+
# dafny: ${{needs.getVersion.outputs.version}}
5959
pr-interop-test:
6060
needs: getVersion
6161
uses: ./.github/workflows/library_interop_tests.yml
@@ -73,7 +73,9 @@ jobs:
7373
- pr-ci-java
7474
- pr-ci-net
7575
- pr-ci-python
76-
- pr-ci-go
76+
# TODO-HV-2-Go: Removing Go CI until we rebase or need it
77+
# - pr-ci-go
78+
# TODO-HV-2-Rust: Removing Rust until we rebase or need it
7779
# - pr-ci-rust
7880
- pr-interop-test
7981
- pr-ci-examples

.github/workflows/push.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ jobs:
3636
uses: ./.github/workflows/library_net_tests.yml
3737
with:
3838
dafny: ${{needs.getVersion.outputs.version}}
39-
# TODO-Rust-CI: Removing Rust Runtimes until the underlying issue resolved.
40-
# TODO-Rust-CI: Rust runtimes checks are failing to resolve dafny_runtime imports
39+
# TODO-HV-2-Rust: Removing Rust until we rebase or need it.
4140
# push-ci-rust:
4241
# needs: getVersion
4342
# uses: ./.github/workflows/library_rust_tests.yml
@@ -48,11 +47,12 @@ jobs:
4847
uses: ./.github/workflows/library_python_tests.yml
4948
with:
5049
dafny: ${{needs.getVersion.outputs.version}}
51-
push-ci-go:
52-
needs: getVersion
53-
uses: ./.github/workflows/library_go_tests.yml
54-
with:
55-
dafny: ${{needs.getVersion.outputs.version}}
50+
# TODO-HV-2-Go: Removing Go CI until we rebase or need it
51+
# push-ci-go:
52+
# needs: getVersion
53+
# uses: ./.github/workflows/library_go_tests.yml
54+
# with:
55+
# dafny: ${{needs.getVersion.outputs.version}}
5656
pr-interop-test:
5757
needs: getVersion
5858
uses: ./.github/workflows/library_interop_tests.yml

0 commit comments

Comments
 (0)