From be42f7b16d8f9bdc206987d5abceda642beaaa47ae84c17b491bbafdd9ef51b4 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Mon, 14 Oct 2019 09:33:13 +0000 Subject: [PATCH] Offline generation of 4.6.1570902364.4f271c312 4.6.1570902364.4f271c312 4.6.1570902364.4f271c312 4.6.1570902364.4f271c312 OBS-URL: https://build.opensuse.org/package/show/devel:openQA:tested/openQA?expand=0&rev=254 --- openQA-4.6.1570902364.4f271c312.obscpio | 2 +- openQA-devel-test.changes | 4 -- openQA-test.changes | 4 -- openQA-worker-test.changes | 4 -- openQA.changes | 91 ++++++++++++++++++++++++- 5 files changed, 91 insertions(+), 14 deletions(-) delete mode 100644 openQA-devel-test.changes delete mode 100644 openQA-test.changes delete mode 100644 openQA-worker-test.changes diff --git a/openQA-4.6.1570902364.4f271c312.obscpio b/openQA-4.6.1570902364.4f271c312.obscpio index 473c799..0a8040f 100644 --- a/openQA-4.6.1570902364.4f271c312.obscpio +++ b/openQA-4.6.1570902364.4f271c312.obscpio @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3c3723dce79d6c6c3140cf95bfbd94405778d6968efcb41567e7c1b99ad8b9b1 +oid sha256:659897a49023be9e5267ad35d61a3088b06868a076cd34c8698af656bd4fff7d size 10455053 diff --git a/openQA-devel-test.changes b/openQA-devel-test.changes deleted file mode 100644 index c37cdcd..0000000 --- a/openQA-devel-test.changes +++ /dev/null @@ -1,4 +0,0 @@ -------------------------------------------------------------------- -Mon Oct 14 09:00:51 UTC 2019 - coolo@suse.com - -- No changelog - see openQA.changes diff --git a/openQA-test.changes b/openQA-test.changes deleted file mode 100644 index c37cdcd..0000000 --- a/openQA-test.changes +++ /dev/null @@ -1,4 +0,0 @@ -------------------------------------------------------------------- -Mon Oct 14 09:00:51 UTC 2019 - coolo@suse.com - -- No changelog - see openQA.changes diff --git a/openQA-worker-test.changes b/openQA-worker-test.changes deleted file mode 100644 index c37cdcd..0000000 --- a/openQA-worker-test.changes +++ /dev/null @@ -1,4 +0,0 @@ -------------------------------------------------------------------- -Mon Oct 14 09:00:51 UTC 2019 - coolo@suse.com - -- No changelog - see openQA.changes diff --git a/openQA.changes b/openQA.changes index b206e0e..0f6744e 100644 --- a/openQA.changes +++ b/openQA.changes @@ -1,5 +1,5 @@ ------------------------------------------------------------------- -Mon Oct 14 09:24:44 UTC 2019 - coolo@suse.com +Mon Oct 14 09:30:55 UTC 2019 - coolo@suse.com - Update to version 4.6.1570902364.4f271c312: * Accept a list of machines in defaults and job templates @@ -83,6 +83,95 @@ Mon Oct 14 09:24:44 UTC 2019 - coolo@suse.com * Don't parse XML with regex in OBS plugin * Add package-test for openQA-devel allowing to check all dependencies in all repos +------------------------------------------------------------------- +Mon Oct 14 09:07:30 UTC 2019 - Stephan Kulow + +- Reset changes in test subpackages (useless duplication) + +------------------------------------------------------------------- +Mon Oct 14 09:06:50 UTC 2019 - coolo@suse.com + +- Update to version 4.6.1570902364.4f271c31: + * Accept a list of machines in defaults and job templates + * Collect coverage aretifacts in CircleCI + * There should be no need to update the flags + * Split data creation and update into two methods + * Fix cgroup creation + * Add unstable tests with retry to circleci + * Make job template code for testsuites clearer + * Lock test suites/machines/products used in YAML + * Add RETRY parameter to test targets in Makefile + * Add GLOBIGNORE to Makefile + * Add coverage and build.docs to circleci + * Add apparmor local overrides + * Split off creation/ update of job templates + * Dependency cron 191009000530 (#2380) + * Recompute worker's broken state after job finished + * Add test for refusing 'grab_jobs' when worker broken + * Remove dead code from WebSocket server + * Fix confusing test names in test for worker's QEMU check + * Store test JUnit results for CircleCI + * Update reference after saving YAML in editor + * Make clickable links if a setting looks like a URL + * Too many webui requests take more than a second to be processed, so limiting concurrency is much safer for now + * Add note about plugins not to enable on typical production setups + * apparmor: Update profile based on current o3 state + * Elaborate on differences between table and YAML + * Use fork for nightly circleci job (#2365) + * Retry limit asset job on key constraint violations during scans + * Improve job dependencies documentation + * Consider 'not yet' as most recent when sorting running tests by 'Started' (#2369) + * Dependency cron 191002000541 + * Fix "Sync Now" button in OBS Plugin + * Ignore errors loading dashboard if just navigating away + * Update filter form label without page-reload + * Correctly propagate job template name from YAML + * Fix "timeago" rendering on AJAX-enabled dashboard + * circleci: Remove whitespace at EOL + * Fix publishing documentation via Travis + * Don't silently exit doc generation if asciidoctor not available + * Retry limit asset job on key constraint violations + * Make t/37-limit_assets.t independent of t/14-grutasks.t + * Load build results on dashboard via AJAX + * Update perl-DBIx-Class-DeploymentHandler dependency to 0.002233 (#2359) + * Move stale job detection from ws server to scheduler + * Remove obsolete comment regarding offline workers + * Rely on t_updated for the worker's online status in the web UI + * Prevent failures in feature tour test + * Set default check interval for wait_util to 1 second + * Enforce same width for nodes in dependency graph + * Move test helper embed_server_for_testing to test utilities + * Add unit test for test schedule change processing + * Avoid race condition if test_order.json changes too often + * Reload test_order.json if it changes at test runtime + * Refactor job result file path concatenation + * Move incompletion logic when worker shows up again to scheduler + * Add missing api tests to circleci + * Explicitly specify constraint with JobTemplates->find_or_create + * Update tidy to 20190915 + * Update .circleci/dependencies.txt + * Make the version number a simple link to the changelog + * Enable nightly circleci dependency job on master (#2343) + * spec: Fix missing dependency on IPC::Run in client (#2347) + * Tolerate exceptions in OBS api call from ObsRsync plugin + * Improve deleting a single asset in WebUI + * Prevent loading arbitrary plugins in live view handler + * Improve language of locking API documentation + * Prevent the ws server to query itself + * Clean up resource lock code a little bit + * Move helper that had been accidentally placed in OpenQA::Utils to the helper plugin + * Enforce consistent order for pending jobs of worker + * Add colors for more job results in dependency graph + * Use create instead of new/insert (overloads should still be fine) + * Include more columns in unique constraint to be more future proof + * Do not be lazy and use proper names for variables used more than once + * Delete duplicate records before creating the unique constraint + * Use a unique constraint to prevent a race condition that could result in the same module being added more than once under heavy load + * Don't show nested folders in OBS plugin + * Polish UI of OBS plugin + * Reuse Mojo::UserAgent in OBS plugin + * Don't parse XML with regex in OBS plugin + ------------------------------------------------------------------- Wed Sep 18 11:58:58 UTC 2019 - coolo@suse.com