From a61055624947a552591bd3d6f89a7f0a2d2c6d4f Mon Sep 17 00:00:00 2001 From: Daniel Salazar Date: Mon, 10 Oct 2022 14:57:02 -0500 Subject: [PATCH] feat(build): #960 additional steps - Add additional steps for testing purposes Signed-off-by: Daniel Salazar --- .buildkite/pipeline.yml | 34 ++++++++++++++++++++++++++++++++-- 1 file changed, 32 insertions(+), 2 deletions(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index b46f577f..3aa300b6 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -4,5 +4,35 @@ --- steps: - - label: Example Test - command: echo "Hello!!!" + - label: step-1 + plugins: + - docker#v5.2.0: + image: "ghcr.io/fluidattacks/makes:22.11" + always-pull: true + propagate-environment: true + privileged: false + command: ["m", ".", "/helloWorld", "1"] + - label: step-2 + plugins: + - docker#v5.2.0: + image: "ghcr.io/fluidattacks/makes:22.11" + always-pull: true + propagate-environment: true + privileged: false + command: ["m", ".", "/helloWorld", "2"] + - label: step-3 + plugins: + - docker#v5.2.0: + image: "ghcr.io/fluidattacks/makes:22.11" + always-pull: true + propagate-environment: true + privileged: false + command: ["m", ".", "/helloWorld", "3"] + - label: step-4 + plugins: + - docker#v5.2.0: + image: "ghcr.io/fluidattacks/makes:22.11" + always-pull: true + propagate-environment: true + privileged: false + command: ["m", ".", "/helloWorld", "4"]