-
-
Notifications
You must be signed in to change notification settings - Fork 316
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add aarch32 testing and doc update (#721)
* Add aarch32 * Add doc/diagrams dir * Use TD diagram * Individual diagrams for nested test dirs * Remove overviewDiagram.md doc used to generate diagrams (with mermaid live editor) Signed-off-by: smlambert <[email protected]>
- Loading branch information
Shelley Lambert
authored
Dec 4, 2018
1 parent
6b8ab55
commit b0a16b9
Showing
13 changed files
with
1,104 additions
and
394 deletions.
There are no files selected for viewing
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
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,20 @@ | ||
#!groovy | ||
LABEL='sw.os.linux&&hw.arch.aarch32' | ||
|
||
node ("master") { | ||
checkout scm | ||
def jenkinsfile = load "${WORKSPACE}/openjdk-tests/buildenv/jenkins/JenkinsfileBase" | ||
jenkinsfile.setLabelParam() | ||
cleanWs() | ||
} | ||
|
||
stage('Queue') { | ||
node("$LABEL") { | ||
PLATFORM = 'aarch32_linux' | ||
SDK_RESOURCE = 'upstream' | ||
SPEC='linux_arm' | ||
checkout scm | ||
def jenkinsfile = load "${WORKSPACE}/openjdk-tests/buildenv/jenkins/JenkinsfileBase" | ||
jenkinsfile.testBuild() | ||
} | ||
} |
File renamed without changes
File renamed without changes
Oops, something went wrong.