Skip to content

Commit

Permalink
Updated syncx
Browse files Browse the repository at this point in the history
  • Loading branch information
axsaucedo committed Sep 28, 2021
1 parent 73d1319 commit f01d7da
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 23 deletions.
18 changes: 9 additions & 9 deletions .lighthouse/jenkins-x/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
18 changes: 9 additions & 9 deletions .lighthouse/jenkins-x/notebooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 5 additions & 5 deletions .lighthouse/jenkins-x/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f01d7da

Please sign in to comment.