#release-engineering (2019-09)
All things CI/CD. Specific emphasis on Codefresh and CodeBuild with CodePipeline.
CI/CD Discussions
Archive: https://archive.sweetops.com/release-engineering/
2019-09-02
Hi all, forgive me if my question is stupid : I opened a PR for https://github.com/cloudposse/terraform-aws-lambda-elasticsearch-cleanup, but it failed on terraform lint. I’m trying to understand why…
But when I read the makefile, I don’t really understand how the lint works (I use TFLint, and it says everything is ok) … what does the terraform/install terraform/lint refers to ?
Terraform module to provision a scheduled Lambda function which will delete old AWS ElasticSearch indices - cloudposse/terraform-aws-lambda-elasticsearch-cleanup
Hey !.. I was looking at the build logs @ https://travis-ci.org/cloudposse/terraform-aws-lambda-elasticsearch-cleanup/builds/577376730?utm_source=github_status&utm_medium=notification .. See if running terraform fmt
helps in particular for main.tf?
Terraform module to provision a scheduled Lambda function which will delete old AWS ElasticSearch indices - cloudposse/terraform-aws-lambda-elasticsearch-cleanup
Thanks for your reply. I tried terraform fmt, but it gave me nothing I don’t know if that is relevant, but I’m using terrraform 0.11, not 0.12 yet
yup.. just realized that
I cloned your repo.. however for me it did format the [outputs.tf](http://outputs.tf)
. I am using 0.12.3
on my local
Also if we look at the old build that was passing, looks to me the version shouldn’t be the issue
I just realized the format did something… it added a comma after the actions/resources values if main.tf
I try to commit that
@Andriy Knysh (Cloud Posse)
2019-09-08
@Callum Robertson ask @michal.matyjek about spinnaker
Hi @michal.matyjek, thanks for the intro @Erik Osterman (Cloud Posse). I luckily got my artifacts working well.
Sometimes taking a break and coming back to the problem is the best way to solve it haha
@Callum Robertson has joined the channel
2019-09-09
2019-09-13
GitHub -> Jenkins webhooks for PR builds - mine stopped working, although the hook is recieved and jenkins replies 200, no logs in system log that are helpful besides it recieving the call. Any ideas? I know it can get pretty complex
Received PULL_REQUEST for https://<github repo> from 140.82.115.247 ⇒ https://<myjenkins>/github-webhook/
Sep 13, 2019 6:52:04 PM INFO com.squareup.okhttp.internal.Platform$JdkWithJettyBootPlatform getSelectedProtocol
ALPN callback dropped: SPDY and HTTP/2 are disabled. Is alpn-boot on the boot class path?
ive tried changing log levels but no additional logs are added
2019-09-14
@wannafly37 Are you able to manually trigger the Jenkins job with a webhook?
2019-09-24
anyone use self-hosted argo in production? if so, what are your thoughts? https://argoproj.github.io/
Kubernetes native workflows, deployments, CI, events
@wookasz see here
Kubernetes native workflows, deployments, CI, events
we do, we run some ML training pipelines as well as some very simple workflows that perform a bit of data extraction and dump it into S3
personally I really like it and it’s been fairly reliable and very flexible
happy to answer any questions
@wookasz awesome! im spinning it up on k8s soon and will be testing it out
we have not used it for CI/CD
also, some developers find the workflow.yaml
configuration a bit cumbersome, but I think for someone used to k8s manifests it shouldn’t be problem
2019-09-26
@michal.matyjek you run some argo, no?
@wookasz has joined the channel