-
-
Notifications
You must be signed in to change notification settings - Fork 117
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initial content for Scope of AQAvit blog (#2741)
* Initial content Signed-off-by: Shelley Lambert <slambert@gmail.com> * Add triage overview link and pngs Signed-off-by: Shelley Lambert <slambert@gmail.com> * Update blog date Signed-off-by: Shelley Lambert <slambert@gmail.com> * Update content/blog/aqavit-scope/index.md Co-authored-by: Martijn Verburg <martijnverburg@gmail.com> * Update content/blog/aqavit-scope/index.md Co-authored-by: Martijn Verburg <martijnverburg@gmail.com> * Update content/blog/aqavit-scope/index.md Co-authored-by: Martijn Verburg <martijnverburg@gmail.com> * Update content/blog/aqavit-scope/index.md Co-authored-by: Martijn Verburg <martijnverburg@gmail.com> * Update content/blog/aqavit-scope/index.md Co-authored-by: Martijn Verburg <martijnverburg@gmail.com> * Update content/blog/aqavit-scope/index.md Co-authored-by: Martijn Verburg <martijnverburg@gmail.com> * Update content/blog/aqavit-scope/index.md Co-authored-by: Martijn Verburg <martijnverburg@gmail.com> * Update content/blog/aqavit-scope/index.md Co-authored-by: Martijn Verburg <martijnverburg@gmail.com> * Update content/blog/aqavit-scope/index.md Co-authored-by: Martijn Verburg <martijnverburg@gmail.com> --------- Signed-off-by: Shelley Lambert <slambert@gmail.com> Co-authored-by: Martijn Verburg <martijnverburg@gmail.com>
- Loading branch information
Showing
4 changed files
with
38 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
--- | ||
title: The Scope of AQAvit | ||
date: "2024-05-15T12:00:00+00:00" | ||
author: shelleylambert | ||
description: What are the main user stories the AQAvit project covers. | ||
tags: | ||
- aqavit | ||
--- | ||
|
||
## Eclipse AQAvit Project Scope | ||
|
||
Eclipse AQAvit is a very active subproject with the Eclipse Adoptium Working Group. It is a project where a broad set of contributors come together around the topic of quality assurance for OpenJDK builds. By working together in an open-source project, the goal is to share in the workload and activities around testing OpenJDK distributions with the additional goals of deduplicating effort, and freeing folks to work on more innovation! | ||
Within the [scope of AQAvit](https://github.com/adoptium/aqa-tests/blob/master/docs/pages/Scope.md) falls both AQAvit verification, which is really a quality bar for OpenJDK binaries, and development support especially for JDK developers. | ||
|
||
### AQAvit Verification | ||
|
||
AQAvit has rapidly become the de facto standard by which companies can measure whether they trust the quality of the OpenJDK distribution they are selecting. This trust is earned because AQAvit has developed a consistent and open approach to measuring quality, as well providing an open toolset that any JDK distributor can use to demonstrate that they meet the AQAvit quality bar. This is why one of the criteria for listing a distribution in the [Adoptium marketplace](https://adoptium.net/marketplace/) includes the requirement to run and pass the [AQAvit verification suite](https://adoptium.net/docs/aqavit-verification/). | ||
|
||
At this time, there are a number of vendors listed in the [Adoptium marketplace](https://adoptium.net/marketplace/). The marketplace API includes links to AQAvit results for the different distributions. This serves as direct evidence of the quality of the binaries listed in the marketplace as well as an indicator of the open and transparent nature of their quality assurance work. | ||
|
||
![Adoptium Marketplace Vendors](marketplaceVendors.png) | ||
|
||
The Adoptium project uses AQAvit verification for the release activities for its Eclipse Temurin binaries. Since Temurin covers a broad set of platforms and versions, this is an ambitious effort! An overview of the activities of AQAvit testing and triage is covered by this [presentation](https://youtu.be/TWD_b8cwIVg), which takes a look at the January and April 2024 Critical Patch Update (CPU) triage activities. | ||
|
||
![April AQAvit Triage](1PlatformSH.png) | ||
![April AQAvit Triage](54PlatformsSH.png) | ||
|
||
In summary, millions of tests are run during a release! The test pipelines produce artifacts to show details about which binary is under test, what tests were run against that product, noting where the test material was sourced, whether the product passed those tests, what machines the tests were run on and so forth. These artifacts are then uploaded and made available via the Adoptium marketplace API for reference alongside the binaries. | ||
|
||
### Developer Support | ||
|
||
AQAvit provides [developer support](https://github.com/adoptium/aqa-tests/blob/master/docs/pages/Scope.md#2-developer-support) for JDK and Java application developers through its regular, publicly visible test runs, and bug tracking. The developer support also includes a flexible system that allows for addition of new test material, and for tuning to a specific development need. [AQAvit was designed](https://github.com/adoptium/aqa-tests/blob/master/docs/pages/LayeredDesign.md) to integrate with various CI/CD tools, including GitHub Actions, making it a great choice for pull request testing and offering a continuous lens on the quality of code commits. | ||
|
||
## 2024 AQAvit Plan | ||
|
||
The [AQAvit manifesto](https://github.com/adoptium/aqa-tests/blob/master/docs/pages/Manifesto.md) sets out the criteria that we created to guide the work of the AQAvit project. We aim to continuously evolve AQAvit alongside the continuously changing OpenJDK implementations in order to stay relevant and useful. The 'vit' in AQAvit from the Latin root and reminds us of this criteria to remain vital. With that in mind, we have a great deal of cool work in the 2024 plan! | ||
|
||
We gave an initial view of some targeted items of 2024 in our recent [AQAvit Community call](https://github.com/adoptium/aqa-tests/issues/5090). This included some stretch goals such as enhanced developer support through the upcoming [Trestle initiative](https://github.com/adoptium/ci-jenkins-pipelines/wiki/Trestle-Initiative), additional tools to support AQAvit verification, and much more. You can find a list of 2024 features in the proposed agenda, and please feel welcome to join and/or put comments into upcoming [community calls](https://github.com/adoptium/aqa-tests/issues?q=is%3Aopen+is%3Aissue+label%3A%22AQAvit+Meeting%22). |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.