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
|
dest: /root/fedora_openqa
|
||||||
register: gittools
|
register: gittools
|
||||||
# case of the 'n' seems inconstant, so intentionally omitted
|
# 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
|
- name: Check if fedora_openqa is installed for current Python
|
||||||
command: "pip show fedora_openqa"
|
command: "pip show fedora_openqa"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
openqa_hostname: localhost
|
openqa_hostname: localhost
|
||||||
openqa_repo: updates
|
openqa_repo: updates
|
||||||
openqa_createhdds_branch: master
|
openqa_createhdds_branch: main
|
||||||
openqa_nfs_worker: false
|
openqa_nfs_worker: false
|
||||||
openqa_tap: false
|
openqa_tap: false
|
||||||
openqa_hdds_worker: false
|
openqa_hdds_worker: false
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Required vars with defaults
|
# Required vars with defaults
|
||||||
# - openqa_createhdds_branch
|
# - openqa_createhdds_branch
|
||||||
## string - The git branch of createhdds to check out
|
## string - The git branch of createhdds to check out
|
||||||
## default - master
|
## default - main
|
||||||
|
|
||||||
- name: Install required packages
|
- name: Install required packages
|
||||||
package:
|
package:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue