Skip to content

Commit

Permalink
Update github bazelrc (pixie-io#1166)
Browse files Browse the repository at this point in the history
Summary: Set role to not `CI` since releaase or scan builds shouldn't
affect the test matrix. Also set visiblity to `PUBLIC`.

Relevant Issues: N/A

Type of change: /kind cleanup

Test Plan: Check Buildbuddy for release scans and trivy runs after this
lands.

Signed-off-by: Vihang Mehta <vihang@pixielabs.ai>
  • Loading branch information
vihangm authored Apr 5, 2023
1 parent 6b9e0c5 commit cf071f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci/github/bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ common --keep_going
build --build_metadata=HOST=github-actions
build --build_metadata=USER=github-actions
build --build_metadata=REPO_URL=https://github.com/pixie-io/pixie
build --build_metadata=ROLE=DEV
build --build_metadata=VISIBILITY=PUBLIC
build --verbose_failures

test --verbose_failures
Expand Down

0 comments on commit cf071f3

Please sign in to comment.