Chenyang Liu

Results 51 comments of Chenyang Liu

Sorry, I need to make the issue more clearly. What you want to achieve is if you use the Jenkinsfile above, actually Jenkins will provision an azure container instance with...

you run `az container show` combined with `az container logs` to get more details. The initialization failed will produce this problem, but Azure will have two different behaviors to initialization...

Seems it's a connection issue, but I can't tell why connection timed out. In the new version(0.4.0), we support SSH connection. You can have a try.

@jamesabbottsmith Can you provide more logs about SSHLauncher in Jenkins logs. Such as: > Jan 16, 2018 6:16:32 AM INFO com.microsoft.jenkins.containeragents.remote.SSHLauncher launch > SSHLauncher: Start to connect node acissh-g0w3t :...

@atrauzzi Please provide more logs and configurations about using SSH to launch ACI as you haven't succeeded. From our test, SSH is more stable than JNLP. Please keep in contact...

One new discovery. If I try to output to stdout, I can also get the error `/opt/td-agent/embedded/lib/ruby/gems/2.4.0/gems/fluent-plugin-mdsd-0.1.8.pre.build.master.69/lib/fluent/plugin/out_mdsd.rb:46:in `configure': undefined method `path' for # (NoMethodError)`

I saw a guidance here https://github.com/apple/swift-nio-zlib-support?tab=readme-ov-file#deprecated but it needs Starscream to make some changes. https://github.com/daltoniam/Starscream/pull/844 This should be a good fix, why not merging it.

@darrachequesne We can discuss whether the design is acceptable, and I will write some more test.

@darrachequesne Do you have any comments on the design?