-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
### Features * Add --no-precommit flag to build_and_test_all_in_docker * Add command to generate snapshots to data cli * Add support for reading snapshots during server startup. * Implement a snapshot writer. * Produce PCR0.json for server EIF * Remove VCS commit info from server --buildinfo * Reorg build_and_test* scripts * Store and validate arch-specific PCR0 hash * update dev to staging copybara to include github workflows * update GitHub presubmit workflow to trigger on pull request * Upgrade to build-system 0.10.0 * Upgrade to build-system 0.5.0 * Upgrade to build-system 0.6.0 * Upgrade to gRPC v1.51.1 ### Bug Fixes * add missing "xray" to vpc_interface_endpoint_services references. * Adjust git global config * Attach initial_launch_hook to autoscaling group. * Avoid non-zero exit on PCR0 hash mismatch * Correct documentation on endpoint to test * Fix the region doc for local development. * Ignore builders/ when executing pre-commit * LifecycleHeartbeat only Finish once. Fixed unit test. * Upgrade to addlicense v1.1 * Use absolute path for kokoro_release.sh * Use bazel-debian to build and run test_serving_data_generator ### Build System * Add presubmit GitHub workflow * Upgrade to bazel 5.4.0 ### Documentation * Add a default AWS region to push command * Correct command to run server locally * Update ECR format and improve the AWS doc order Change-Id: Iff6ea5fe3b60a676daa4ea59b6002556ba9044ac Bug: 264395137 GitOrigin-RevId: 6f226eea6142202b60c2634dc85633360b243574
- Loading branch information
Showing
209 changed files
with
5,043 additions
and
734 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
5.4.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# Copyright 2022 Google LLC | ||
# | ||
# Licensed under the Apache License, Version 2.0 (the "License"); | ||
# you may not use this file except in compliance with the License. | ||
# You may obtain a copy of the License at | ||
# | ||
# http://www.apache.org/licenses/LICENSE-2.0 | ||
# | ||
# Unless required by applicable law or agreed to in writing, software | ||
# distributed under the License is distributed on an "AS IS" BASIS, | ||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
# See the License for the specific language governing permissions and | ||
# limitations under the License. | ||
|
||
name: 'CI: Presubmit' | ||
|
||
on: | ||
# Allows you to run this workflow manually from the Actions tab | ||
workflow_dispatch: | ||
|
||
pull_request: | ||
branches: | ||
- main | ||
- 'release-*' | ||
- 'prerelease-*' | ||
|
||
jobs: | ||
build-debian: | ||
name: Build debian-based build image | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Check out code | ||
uses: actions/checkout@v3 | ||
|
||
- name: Build the K/V server | ||
run: | | ||
"${GITHUB_WORKSPACE}"/production/packaging/build_and_test_all_in_docker |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.