upstream ci: Rename CentOS 9 pipelines jobs to c9s.

The correct name for upcoming release of CentOS is CentOS 9 Stream,
usually abbreviated to 'c9s'. As we need to differentiate from the
stream and the standard versions, this patch modifies the Azure
piipelines to use 'c9s' instead of 'CentOS 9'.
This commit is contained in:
Rafael Guterres Jeffman
2022-02-11 14:18:34 -03:00
parent 33c571ebb6
commit d561d8f372
6 changed files with 15 additions and 15 deletions

View File

@@ -35,9 +35,9 @@ jobs:
- template: templates/build_container.yml
parameters:
job_name_suffix: Centos9
container_name: centos-9
build_scenario_name: centos-9-build
job_name_suffix: C9S
container_name: c9s
build_scenario_name: c9s-build
- template: templates/build_container.yml
parameters: