diff --git a/.lighthouse/jenkins-x/integration.yaml b/.lighthouse/jenkins-x/integration.yaml index 2022fd273b..fe80d47c50 100644 --- a/.lighthouse/jenkins-x/integration.yaml +++ b/.lighthouse/jenkins-x/integration.yaml @@ -17,16 +17,16 @@ spec: - name: integration-step image: seldonio/core-builder:0.25 env: - - name: SELDON_E2E_TESTS_TO_RUN - value: base - - name: SELDON_E2E_TESTS_POD_INFORMATION - value: "true" - - name: GOMAXPROCS - value: 3 + - name: SELDON_E2E_TESTS_TO_RUN + value: base + - name: SELDON_E2E_TESTS_POD_INFORMATION + value: "true" + - name: GOMAXPROCS + value: "3" command: - - bash - - -c - - cd testing/scripts && bash kind_test_all.sh + - bash + - -c + - cd testing/scripts && bash kind_test_all.sh volumeMounts: - mountPath: /lib/modules name: modules diff --git a/.lighthouse/jenkins-x/notebooks.yaml b/.lighthouse/jenkins-x/notebooks.yaml index 52ebd9d382..98e0959e60 100644 --- a/.lighthouse/jenkins-x/notebooks.yaml +++ b/.lighthouse/jenkins-x/notebooks.yaml @@ -17,16 +17,16 @@ spec: - name: notebooks-step image: seldonio/core-builder:0.25 env: - - name: SELDON_E2E_TESTS_TO_RUN - value: notebooks - - name: SELDON_E2E_TESTS_POD_INFORMATION - value: "true" - - name: GOMAXPROCS - value: 3 + - name: SELDON_E2E_TESTS_TO_RUN + value: notebooks + - name: SELDON_E2E_TESTS_POD_INFORMATION + value: "true" + - name: GOMAXPROCS + value: "3" command: - - bash - - -c - - cd testing/scripts && bash kind_test_all.sh + - bash + - -c + - cd testing/scripts && bash kind_test_all.sh volumeMounts: - mountPath: /lib/modules name: modules diff --git a/.lighthouse/jenkins-x/release.yaml b/.lighthouse/jenkins-x/release.yaml index 4a42eb97d3..23423462e9 100644 --- a/.lighthouse/jenkins-x/release.yaml +++ b/.lighthouse/jenkins-x/release.yaml @@ -17,12 +17,12 @@ spec: - name: release-step image: seldonio/core-builder:0.25 env: - - name: GOMAXPROCS - value: 1 + - name: GOMAXPROCS + value: "1" command: - - bash - - -c - - ./ci_build_and_push_images.sh + - bash + - -c + - ./ci_build_and_push_images.sh volumeMounts: - mountPath: /lib/modules name: modules