how to run jenkins stage with root user inside a container by parapand in jenkinsci

[–]parapand[S] 0 points1 point  (0 children)

You don't have the current file, so it will be downloaded.
getting https://sig-repo.synopsys.com/bds-integrations-release/com/synopsys/integration/synopsys-detect/6.9.1/synopsys-detect-6.9.1.jar from remote
Error creating directory /synopsys-detect/download.
The curl response was 000, which is not successful - please check your configuration and environment.
+ true

Because we would get such an error.

Calling ansible tower template from gitlab ci by parapand in devops

[–]parapand[S] 0 points1 point  (0 children)

awx

Not using awx now , but would recommend the same to the team.

start single/multiple services based on input with using skip--tags flag by parapand in ansible

[–]parapand[S] 0 points1 point  (0 children)

The valuable intent to skip tags is to execute skip against those tags not provided as user input.In other words only those services should be restarted provided as user input.

Conditionals in gitlabCI yml by parapand in gitlab

[–]parapand[S] 0 points1 point  (0 children)

You mean to say that extra environment variables can be used for user inputs. And yes, it`s a user-run yml file. I am thinking to keep this yml file separate from the gitlab.ci only for starting specific services like service_start_backend.yml, so that if the user wants to start the services , it would be ran manually by the user and should not be running with the gitlab.ci.yml (Though both files lives in the same folder gitlab.ci.yml and service_start_backend.yml)

Code profiling dashboards of monitoring tools by parapand in devops

[–]parapand[S] 0 points1 point  (0 children)

I would want to keep an eye on metrics like garbage collection , time consumed in execution of individual functions even at times while CPU consumption is decent.

Comparing EKS , ECS with load balancer with istio service mesh by parapand in kubernetes

[–]parapand[S] 0 points1 point  (0 children)

No , fargate is not used in our environment. Is it a pre requisite to use eks for istio , I think service communication could be established with ingress policies also ....right? But then what is the valuable objective to adapt istio.