Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[release/4.x] Cherry pick: Remove our copy of attestation container now that it has moved repos (#5533) #5648

Merged
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
3 changes: 0 additions & 3 deletions .attestation_container_canary

This file was deleted.

29 changes: 0 additions & 29 deletions .azure-pipelines-attestation-container.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .azure-pipelines-templates/configure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
clean: true
- script: |
echo "Determine if any code has changed."
if git diff --ignore-submodules=dirty --quiet origin/${SYSTEM_PULLREQUEST_TARGETBRANCH:-origin/main} -- ':!doc' ':!*.md' ':!tla' ':!scripts/azure_deployment' ':!.azure-pipelines-attestation-container.yml'; then
if git diff --ignore-submodules=dirty --quiet origin/${SYSTEM_PULLREQUEST_TARGETBRANCH:-origin/main} -- ':!doc' ':!*.md' ':!tla' ':!scripts/azure_deployment'; then
echo " - Documentation change only"
echo "##vso[task.setvariable variable=docOnly;isOutput=true]true" #set variable docOnly to true
else
Expand Down
90 changes: 0 additions & 90 deletions .azure-pipelines-templates/deploy_attestation_container.yml

This file was deleted.

43 changes: 0 additions & 43 deletions .azure-pipelines-templates/test_attestation_container.yml

This file was deleted.

5 changes: 0 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,3 @@ updates:
directory: "/python" # Location of package manifests
schedule:
interval: "weekly"

- package-ecosystem: "gomod"
directory: "/attestation-container" # Location of package manifests
schedule:
interval: "weekly"
33 changes: 0 additions & 33 deletions .github/workflows/attestation_container_image.yml

This file was deleted.

2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,3 @@ tests/perf-system/analyzer/*.png
**/*.ipynb*
scripts/azure_deployment/.env
tests/external_executor/executors/ccf/protobuf/*.proto
tests/external_executor/executors/attestation_container/protobuf/*.proto
src/apps/external_executor/protobuf/attestation-container.proto
3 changes: 0 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -830,9 +830,6 @@ add_custom_target(
# Add sample apps
add_subdirectory(${CCF_DIR}/samples)

# Include attestation container to copy .proto files
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/attestation-container)

# Add external_executor app
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/src/apps/external_executor)

Expand Down
1 change: 0 additions & 1 deletion attestation-container/.dockerignore

This file was deleted.

3 changes: 0 additions & 3 deletions attestation-container/.gitignore

This file was deleted.

17 changes: 0 additions & 17 deletions attestation-container/CMakeLists.txt

This file was deleted.

38 changes: 0 additions & 38 deletions attestation-container/Dockerfile

This file was deleted.

89 changes: 0 additions & 89 deletions attestation-container/README.md

This file was deleted.

Loading