Skip to content

Commit

Permalink
Merge "Use large-4cpu-16gbRAM-150gbSSD-ubuntu20.04 runner for build. …
Browse files Browse the repository at this point in the history
…Promote tff_server back to release binaries since now we have a large runner to run build. Bug: 375650293 Change-Id: I732c4b0ebacbb4fb5f809a125a0dc9aa185109f2" into main
  • Loading branch information
chunxiangzheng authored and Gerrit Code Review committed Nov 15, 2024
2 parents 05e2ea1 + 4ead605 commit 4542dab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
permissions:
contents: read

runs-on: ubuntu-20.04
runs-on: large-4cpu-16gbRAM-150gbSSD-ubuntu20.04

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ _RELEASE_BINARIES = {
"//containers/agg_core:oci_runtime_bundle.tar": "agg_core/container.tar",
"//containers/fed_sql:oci_runtime_bundle.tar": "fed_sql/container.tar",
"//containers/sql_server:oci_runtime_bundle.tar": "sql_server/container.tar",
"//containers/tff_server:oci_runtime_bundle.tar": "tff_server/container.tar",
"//ledger_enclave_app": "ledger/binary",
"//replicated_ledger_enclave_app": "replicated_ledger/binary",
# keep-sorted end
Expand All @@ -60,7 +61,6 @@ _ALL_BINARIES = _RELEASE_BINARIES | {
# keep-sorted start
"//containers/confidential_transform_test_concat:oci_runtime_bundle.tar": "confidential_transform_test_concat/container.tar",
"//containers/test_concat:oci_runtime_bundle.tar": "test_concat/container.tar",
"//containers/tff_server:oci_runtime_bundle.tar": "tff_server/container.tar",
"//examples/square_enclave_app": "square_example/binary",
"//examples/sum_enclave_app": "sum_example/binary",
# keep-sorted end
Expand Down

0 comments on commit 4542dab

Please sign in to comment.