From 052d619357926bf1f1c5885d3ce1bc05ed1432b5 Mon Sep 17 00:00:00 2001 From: Costin Lupu Date: Wed, 3 Jan 2024 19:45:38 +0100 Subject: [PATCH 1/6] Test Signed-off-by: Costin Lupu --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 94396892..4a73e34d 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ ## Nitro Enclaves Command Line Interface (Nitro CLI) +TODO This repository contains a collection of tools and commands used for managing the lifecycle of enclaves. The Nitro CLI needs to be installed on the parent instance, and it can be used to start, manage, and terminate enclaves. ### Prerequisites From 88a6399ac5f5dbddde88ba151861e1c49d27b9a7 Mon Sep 17 00:00:00 2001 From: Costin Lupu <53002986+clupuishere@users.noreply.github.com> Date: Thu, 8 Feb 2024 15:18:09 +0200 Subject: [PATCH 2/6] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4a73e34d..1323200f 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ ## Nitro Enclaves Command Line Interface (Nitro CLI) TODO + This repository contains a collection of tools and commands used for managing the lifecycle of enclaves. The Nitro CLI needs to be installed on the parent instance, and it can be used to start, manage, and terminate enclaves. ### Prerequisites From 4ccfa7a2a10a2dd0e6c904fd5283c19df8ea72b9 Mon Sep 17 00:00:00 2001 From: Costin Lupu <53002986+clupuishere@users.noreply.github.com> Date: Thu, 8 Feb 2024 15:26:28 +0200 Subject: [PATCH 3/6] Update ci.yml --- .github/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1234a3c7..5c8952ef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -69,3 +69,9 @@ jobs: echo "license_changed=YES" >> $GITHUB_OUTPUT fi + pr-integration-testing-approval: + name: Approval for PR integration testing + runs-on: linux + environment: pr-integration-testing-approval + steps: + - run: echo "PR integration testing approved" From c01518e9de343c8e46b01b1511a44eee83f8ceae Mon Sep 17 00:00:00 2001 From: Costin Lupu <53002986+clupuishere@users.noreply.github.com> Date: Thu, 8 Feb 2024 15:32:35 +0200 Subject: [PATCH 4/6] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5c8952ef..05385b2c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -71,7 +71,7 @@ jobs: pr-integration-testing-approval: name: Approval for PR integration testing - runs-on: linux + runs-on: ubuntu-latest environment: pr-integration-testing-approval steps: - run: echo "PR integration testing approved" From 5905a221f7e3cc444a02868df5f693f1ba37f77f Mon Sep 17 00:00:00 2001 From: Costin Lupu <53002986+clupuishere@users.noreply.github.com> Date: Thu, 8 Feb 2024 15:38:34 +0200 Subject: [PATCH 5/6] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1323200f..15c4475d 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ TODO + This repository contains a collection of tools and commands used for managing the lifecycle of enclaves. The Nitro CLI needs to be installed on the parent instance, and it can be used to start, manage, and terminate enclaves. ### Prerequisites From 96be6ce544d1124cf7292214f635b868257d7b45 Mon Sep 17 00:00:00 2001 From: Costin Lupu <53002986+clupuishere@users.noreply.github.com> Date: Thu, 8 Feb 2024 16:04:22 +0200 Subject: [PATCH 6/6] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 15c4475d..6d9fdee9 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ TODO + This repository contains a collection of tools and commands used for managing the lifecycle of enclaves. The Nitro CLI needs to be installed on the parent instance, and it can be used to start, manage, and terminate enclaves. ### Prerequisites