From 9357a379dfd58b1d1fa36c2608f1e3e396e735d6 Mon Sep 17 00:00:00 2001 From: Ryan Inch Date: Sun, 8 Sep 2024 02:30:29 -0400 Subject: [PATCH] Comment out the Smoke test section as the Hubs Foundation doesn't have the infrastructure for them set up currently. --- .github/workflows/hubs-RetPageOrigin.yml | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/.github/workflows/hubs-RetPageOrigin.yml b/.github/workflows/hubs-RetPageOrigin.yml index 22ae72abf9..43ca4bb96d 100644 --- a/.github/workflows/hubs-RetPageOrigin.yml +++ b/.github/workflows/hubs-RetPageOrigin.yml @@ -4,16 +4,19 @@ on: branches: paths-ignore: ["README.md"] workflow_dispatch: - inputs: - smokeroom-choice: - type: choice - description: Select smoke instance - options: - - "smoke01" - - "smoke02" - - "smoke03" - - "smoke04" - - "smoke05" + # Smoke instances aren't currently set up as of 2024-09-08 + # so commenting out the smoke stuff for now. + # inputs: + # smokeroom-choice: + # type: choice + # description: Select smoke instance + # options: + # - "smoke01" + # - "smoke02" + # - "smoke03" + # - "smoke04" + # - "smoke05" + jobs: turkeyGitops: uses: Hubs-Foundation/hubs-ops/.github/workflows/turkeyGitops.yml@master