Kevin Hannon

Results 60 issues of Kevin Hannon

When I use conditionals, I find that the job still gets scheduled to a batch system. conditional-workflow.cwl ``` class: Workflow cwlVersion: v1.2 inputs: message: string sleepParam: int outputs: out1: type:...

cwl

Our interest in adopting toil as our middleware for scheduling workflows on HPC systems is because of the ability to use multiple HPC systems with a single cli. Currently, toil...

intern

Hello, We work in the image processing domain and we would like to be able to guarantee that a user has the correct ontology before submitting a workflow. I posted...

Dejan has started some work on some teraform scripts for deploying Armada into production. We met with some people at the Innovation Lab who are interested in deploying Armada On-Prem...

We should have a quick description of how to test the airflow operator, how to run a simple airflow instance and how to test the Armada Airflow Operator.

documentation

With https://github.com/G-Research/armada/pull/1060 added new endpoints to submit.proto. ``` rpc CreateQueues (QueueList) returns (BatchQueueCreateResponse) { option(google.api.http) = { post: "/v1/batched/create_queues" body: "*" }; } rpc UpdateQueues (QueueList) returns (BatchQueueUpdateResponse) { option...

We added a new linter to our CI pipeline for go code. We are only failing if any new changes break the linter. It would be ideal if we can...

go

https://github.com/gogo/protobuf If you go to the gogo/protobuf github page, there is a request to find new maintainers for this project. We depend on this for our APIs so we should...

The jobservice will connect to Armada via the EventClient. There will be connection issues so we should handle reconnection in this service.

go
airflow-operator

Currently, we have no way to determine if there is a connection issue in JobService/Airflow Operator. Some areas of interest can be a connection issue that causes us to lose...

airflow-operator