Rui Yang

Results 190 comments of Rui Yang

Hi, the [doc](https://github.com/concourse/registry-image-resource#put-step-out-script-push-and-tag-an-image) says: | | additional_tags | tag | | ---- | ------------- | ------------- | | set | push | push | | no set| no push |...

@techgaun in the first time you submit a PR to concourse/concourse, you should receive an invitation from Github for joining `Contributors` team. Could you check your spam/junk folder of your...

@techgaun thx for the info. I think the bot we used was malfunctioned so it didn't actually send out the invitation. Now I have fixed it and resent the github...

Hi I think it is the expected behaviour refer to the code here https://github.com/concourse/concourse/blob/master/atc/atccmd/command.go#L208 Once it is set it will overwrite the config in job level.

The `concourse-ci/unit` test is failing for below tests: ``` Summarizing 3 Failures: [FAIL] BuildLogRetentionCalculator [It] default and job set and max set gives max if lower github.com/concourse/concourse/atc/gc/build_log_retention_calculator_test.go:38 [FAIL] BuildLogCollector when...

@geofffranks @MarcPaquette we are still getting tickets from Customer about this issue. > What version of garden + the stemcell are you seeing this on? 1.22.7 that released with Concourse...

We have built the latest Concourse image with gdn 1.23 and it still fails on GCP VM with `ubuntu-1804-lts` os image, please find the detailed error below. PS: I can't...

@winkingturtle-vmw thank you so much! We will soon update the CI to build arm64 binary for Concourse. Once that is done we should be able to verify it.

@winkingturtle-vmw we are now seeing this error with latest gdn release ``` concourse-worker-1 | {"timestamp":"2023-02-22T23:41:59.829149215Z","level":"error","source":"guardian","message":"guardian.starting-guardian-backend","data":{"error":"bulk starter: mounting subsystem 'cpuset' in '/sys/fs/cgroup/cpuset': operation not permitted"}} concourse-worker-1 | bulk starter: mounting subsystem...

@winkingturtle-vmw if you follow this https://github.com/concourse/concourse#quick-start in a bionic or jammy, it should pulling the latest concourse/dev docker image that built with gdn 1.25. After your local concourse is up,...