Skip to content

Commit

Permalink
[release/4.x] Cherry pick: Remove our copy of attestation container n…
Browse files Browse the repository at this point in the history
…ow that it has moved repos (#5533) (#5648)
  • Loading branch information
achamayou authored Sep 15, 2023
1 parent f256a69 commit b803fe5
Show file tree
Hide file tree
Showing 34 changed files with 53 additions and 1,787 deletions.
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

0 comments on commit b803fe5

Please sign in to comment.