From 66571d6a68bf5796cb43422ca8dea3119175d7c1 Mon Sep 17 00:00:00 2001 From: Caleb Jaeger Date: Thu, 16 Mar 2023 16:48:41 -0700 Subject: [PATCH] Adding github tests for Reformatted output release Summary: Adding github tests as part of rollout of new output format for PA. Differential Revision: D44151561 fbshipit-source-id: 97dd30559b21e6efccab527ff98afc272e1fc4ee --- fbpcs/tests/github/bolt_config.yml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/fbpcs/tests/github/bolt_config.yml b/fbpcs/tests/github/bolt_config.yml index b186e99d4..2a97b79f2 100644 --- a/fbpcs/tests/github/bolt_config.yml +++ b/fbpcs/tests/github/bolt_config.yml @@ -178,3 +178,31 @@ jobs: attribution_rule: last_touch_1d aggregation_type: measurement pcs_features: [shard_combiner_pcf2_release] + attribution_new_output_format: + # publisher player args + publisher: + # required args # + input_path: https://fbpcs-github-e2e.s3.us-west-2.amazonaws.com/attribution/inputs/publisher_e2e_input.csv + # optional args # + output_dir: https://fbpcs-github-e2e.s3.us-west-2.amazonaws.com/attribution/outputs + expected_result_path: https://fbpcs-github-e2e.s3.us-west-2.amazonaws.com/attribution/results/publisher_expected_result.json + # partner player args + partner: + # required args # + input_path: https://fbpcs-github-e2e.s3.us-west-2.amazonaws.com/attribution/inputs/partner_e2e_input.csv + # optional args # + output_dir: https://fbpcs-github-e2e.s3.us-west-2.amazonaws.com/attribution/outputs + expected_result_path: https://fbpcs-github-e2e.s3.us-west-2.amazonaws.com/attribution/results/partner_expected_result.json + + # args shared by both publisher and partner + shared: + # required args # + game_type: attribution + # optional args # + num_mpc_containers: 1 + num_pid_containers: 1 + concurrency: 1 + num_files_per_mpc_container: 1 + attribution_rule: last_touch_1d + aggregation_type: measurement + pcs_features: [private_attribution_reformatted_output]