From ce7bf0cab99aae42465df0ba9c040c3b15174fcd Mon Sep 17 00:00:00 2001 From: abuabraham-ttd <130511456+abuabraham-ttd@users.noreply.github.com> Date: Wed, 8 Jan 2025 10:16:35 -0800 Subject: [PATCH 1/2] run-in-same-process --- scripts/aws/ec2.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/aws/ec2.py b/scripts/aws/ec2.py index ee47f4556..772c571e3 100644 --- a/scripts/aws/ec2.py +++ b/scripts/aws/ec2.py @@ -205,7 +205,7 @@ def __run_nitro_enclave(self): if self.configs.get('debug_mode', False): print("Running in debug_mode") command += ["--debug-mode", "--attach-console"] - self.run_command(command, seperate_process=True) + self.run_command(command) def run_compute(self) -> None: """Main execution flow for confidential compute.""" @@ -255,4 +255,4 @@ def __kill_auxiliaries(self) -> None: print("Failed starting up Confidential Compute. Please checks the logs for errors and retry \n", e) except Exception as e: print("Unexpected failure while starting up Confidential Compute. Please contact UID support team with this log \n ", e) - \ No newline at end of file + From 6201a5626e45f60c4f0da4ed2272ce02604125c4 Mon Sep 17 00:00:00 2001 From: Release Workflow Date: Wed, 8 Jan 2025 18:17:22 +0000 Subject: [PATCH 2/2] [CI Pipeline] Released Snapshot version: 5.44.7-alpha-141-SNAPSHOT --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 5ebed11c9..053e325cf 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.uid2 uid2-operator - 5.44.6 + 5.44.7-alpha-141-SNAPSHOT UTF-8