Skip to content

Commit

Permalink
Run RC UDP Github workflow during automated build process (#2053)
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: #2053

Differential Revision:
D42654086

Privacy Context Container: L416713

fbshipit-source-id: 154405ff15d2c3a2d7df1f6e6528481ff7740025
  • Loading branch information
Tal Davidi authored and facebook-github-bot committed Jan 23, 2023
1 parent a5d6329 commit 9c5e04d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions fbpcs/tests/github/rc_udp_config_one_command_runner_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ private_computation:
ContainerService:
class: fbpcp.service.container_aws.AWSContainerService
constructor:
region: us-west-2
cluster: onedocker-cluster-udp-pl-rc-test
subnets: [subnet-0371dbbee14f8f649, subnet-0c3123cf639369ef2, subnet-02b5a129b03ef0654, subnet-031731e93a9fd13ab,]
region: us-west-1
cluster: onedocker-cluster-udp-pl-rc-test2
subnets: [subnet-08e2d14083fd21e3f,subnet-08059e3d327d9f4f4]
access_key_id:
access_key_data:
StorageService:
class: fbpcp.service.storage_s3.S3StorageService
constructor:
region: us-west-2
region: us-west-1
access_key_id:
access_key_data:
ValidationConfig:
Expand All @@ -28,7 +28,7 @@ private_computation:
binary_version: latest
OneDockerServiceConfig:
constructor:
task_definition: onedocker-task-udp-pl-rc-test:1#onedocker-container-udp-pl-rc-test
task_definition: onedocker-task-udp-pl-rc-test2:1#onedocker-container-udp-pl-rc-test2
pid:
dependency:
mpc:
Expand Down

0 comments on commit 9c5e04d

Please sign in to comment.