Skip to content

Commit

Permalink
ref(15): Start testing wild integration with Jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanjerome committed Aug 27, 2023
1 parent 6f5033d commit b248912
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions config/k8s/containers-init.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,4 @@ spec:
memory: "128Mi"
limits:
cpu: "0.5"
memory: "512Mi"
securityContext:
runAsNonRoot: true
runAsUser: 1000
memory: "512Mi"
2 changes: 1 addition & 1 deletion vars/wildPipeline.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def call() {

def config_containers = readYaml(file: "${wild_path}/config/k8s/containers-config.yaml")
def names_containers_run = []
container('wild') {
container('bash') {
sh( script: '''
. ${wild_path}/src/lib/test.sh
test_system
Expand Down

0 comments on commit b248912

Please sign in to comment.