Skip to content

Commit

Permalink
Fix typos in openqa.ini
Browse files Browse the repository at this point in the history
* Fix "analogous"
* Rewrite comment containing misspelled "referrers"
  • Loading branch information
Martchus committed Nov 12, 2024
1 parent e595dc5 commit 4634d6c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions etc/openqa/openqa.ini
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@
## web UI. Default is 'repo'
#hide_asset_types = repo iso

## Recognized referers contains list of hostnames separated by space. When
## openQA detects (via 'Referer' header) that test job was accessed from
## this domain, this job is labeled as linked and considered as important
## space-separated list of domains recognized by job labeling
## If openQA detects (via 'Referer' header) that a test job was accessed from a
## domain on that list, this job is labeled as linked and considered as important.
#recognized_referers = bugzilla.suse.com bugzilla.opensuse.org progress.opensuse.org github.com

## A regex in a string of test settings to ignore for "job investigation"
Expand Down Expand Up @@ -219,7 +219,7 @@ concurrent = 0
[minion_task_triggers]
## Specify one or more task names (space-separated), by default these are not enabled.
## Good candidates would be limit_assets or limit_results_and_logs.
## This is analoguous to triggering tasks via systemd timers using
## This is analogous to triggering tasks via systemd timers using
## openqa-enqueue-asset-cleanup or openqa-enqueue-result-cleanup except
## it's triggered whenever a job is done rather than periodically.
#on_job_done = limit_results_and_logs limit_assets
Expand Down

0 comments on commit 4634d6c

Please sign in to comment.