gazebo-tooling / release-tools

8 stars 9 forks source link

Improve outdated job feching and success strategy #1091

Closed Crola1702 closed 6 months ago

Crola1702 commented 7 months ago

With the capabilities that https://github.com/gazebo-tooling/release-tools/pull/1084 provides. We now don't need to manually define the jobs to run, but instead, we could get them dynamically with jobs.txt file.

Also, the job will now be marked as unstable if it tries to run a disabled project (e.g., ign_cmake-2-win is disabled).

And the job will fail if the project doesn't exist or if it doesn't find the job list.

Pending task: