Skip to content
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
2 changes: 1 addition & 1 deletion .github/workflows/copybara_pixie_oss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
# This is only needed for the first copybara run (supplied via --last-rev ${sha} flag)
run: >
GIT_SSH_COMMAND='ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /tmp/sshkey'
./ci/run_copybara.sh tools/copybara/upstream_sync/copy.bara.sky
./ci/private/run_copybara.sh tools/private/copybara/copy.bara.sky
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ ignored_dirs = [
"src/api/go/pxapi/vizier.go", # mutation support
"src/vizier/services/query_broker/**", # mutation and clickhouse changes to upstream
"src/pixie_cli/BUILD.bazel", # fork customizations, see if this can be parameterized
"tools/**",
"WORKSPACE", # upstream misspelling
]

Expand All @@ -107,13 +106,14 @@ fork_only_files = [
".github/workflows/perf_soc_attack.yaml",
"PLATFORM.md",
"bazel/external/rules_docker_pusher_cfg.patch",
"ci/run_copybara.sh",
"ci/private/**",
"k8s/vizier/bootstrap/adaptive_export_*",
"k8s/vizier/bootstrap/kustomization.yaml",
"src/carnot/planner/ir/clickhouse_*",
"src/vizier/services/adaptive_export/**",
"src/vizier/services/metadata/local/**",
"tools/licenses/BUILD.bazel",
"tools/private/**",
]

core.workflow(
Expand Down
Loading