openQA: update some branch names to 'main' not 'master'
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
0029b86d94
commit
ca112a1922
3 changed files with 3 additions and 3 deletions
|
@ -201,7 +201,7 @@
|
|||
dest: /root/fedora_openqa
|
||||
register: gittools
|
||||
# case of the 'n' seems inconstant, so intentionally omitted
|
||||
when: "(toolsbranch.stderr.find('ot a git repository') != -1) or (toolsbranch.stdout.find('On branch master') != -1)"
|
||||
when: "(toolsbranch.stderr.find('ot a git repository') != -1) or (toolsbranch.stdout.find('On branch main') != -1)"
|
||||
|
||||
- name: Check if fedora_openqa is installed for current Python
|
||||
command: "pip show fedora_openqa"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
openqa_hostname: localhost
|
||||
openqa_repo: updates
|
||||
openqa_createhdds_branch: master
|
||||
openqa_createhdds_branch: main
|
||||
openqa_nfs_worker: false
|
||||
openqa_tap: false
|
||||
openqa_hdds_worker: false
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Required vars with defaults
|
||||
# - openqa_createhdds_branch
|
||||
## string - The git branch of createhdds to check out
|
||||
## default - master
|
||||
## default - main
|
||||
|
||||
- name: Install required packages
|
||||
package:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue