sodafoundation / strato

SODA Strato (Multi-cloud) project provides a cloud vendor agnostic data management for hybrid cloud, intercloud or intracloud. This project is renamed as 'Strato'
Apache License 2.0
233 stars 329 forks source link

Availability of ubuntu-20.04 for ci.yml runner #1314

Open shivaylamba opened 2 years ago

shivaylamba commented 2 years ago

Issue/Feature Description: in ci.yml, adding the latest ubuntu version for runner

Why this issue to fixed / feature is needed(give scenarios or use cases): Using ubuntu-latest for os or ubuntu-20.04 as the runner for os.

shivaylamba commented 2 years ago

@anvithks

drraghavendra commented 2 years ago

Add the below softwares so as to resolve the issue

Install Concourse CI V6 on Ubuntu 20.04

1)https://concourse-ci.org/ 2)https://github.com/concourse/concourse 3)https://github.com/starkandwayne/concourse-tutorial

shivaylamba commented 2 years ago

Thank you @drraghavendra, I also wanted to know can we add the ubuntu version in the ci.yml file

drraghavendra commented 2 years ago

yes we can add ci.yml file,consider the contribution for hackathon also.

anvithks commented 2 years ago

@shivaylamba Yes. We will add Ubuntu-20.04 once we fully qualify the SODA release for Ubuntu 20.04. Since SODA is currently fully qualified only for Ubuntu 18.04 we have limited the runner to Ubuntu18.04.

anvithks commented 2 years ago

Add the below softwares so as to resolve the issue

Install Concourse CI V6 on Ubuntu 20.04

1)https://concourse-ci.org/ 2)https://github.com/concourse/concourse 3)https://github.com/starkandwayne/concourse-tutorial

@drraghavendra This is not required as we use GitHub actions to run the CI. What @shivaylamba meant was to add the Ubuntu 20.04 runner to the existing list of runners (currently only Ubuntu 18.04).

shivaylamba commented 2 years ago

Alright @anvithks thanks a lot

ampawar30 commented 2 years ago

PR Link https://github.com/sodafoundation/multi-cloud/pull/1317 cc: @anvithks @shivaylamba