Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

for testing pr #3

Closed
wants to merge 61 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
61 commits
Select commit Hold shift + click to select a range
3aaad1a
attempt 0
lanefu Jun 16, 2020
00176a6
for testing pr
lanefu Jun 16, 2020
00dcc15
need the workflow
lanefu Jun 16, 2020
5849704
fix steps
lanefu Jun 16, 2020
66fb0ac
update workflow
lanefu Jun 16, 2020
c3a4c86
fix conflict
lanefu Jun 16, 2020
c2a824c
spelling
lanefu Jun 16, 2020
9226dd9
debug
lanefu Jun 16, 2020
16fb3fd
surplus code
lanefu Jun 16, 2020
8ded0bd
checkout fixes
lanefu Jun 16, 2020
a979f82
attempt cleanup
lanefu Jun 16, 2020
6e1c5ed
sync
lanefu Jun 16, 2020
2acf4a2
moar
lanefu Jun 16, 2020
94537fa
worksapce
lanefu Jun 16, 2020
ad15c4e
worksapce
lanefu Jun 16, 2020
ee85168
jank paths
lanefu Jun 16, 2020
088c335
fix it
lanefu Jun 17, 2020
757f754
fix more
lanefu Jun 17, 2020
075c5fa
fix more
lanefu Jun 17, 2020
9eea0f3
fix more
lanefu Jun 17, 2020
145f565
fix more
lanefu Jun 17, 2020
135a475
fix more
lanefu Jun 17, 2020
9cf1460
fix more
lanefu Jun 17, 2020
a989e4a
fix more
lanefu Jun 17, 2020
907bc98
fix more
lanefu Jun 17, 2020
9e7ca0b
fix more
lanefu Jun 17, 2020
a432480
fix more
lanefu Jun 17, 2020
a6abaa0
fix more
lanefu Jun 17, 2020
aae8f92
fix more
lanefu Jun 17, 2020
791aa1a
fix more
lanefu Jun 17, 2020
160bb7c
fix more
lanefu Jun 17, 2020
034bdcb
fix more
lanefu Jun 17, 2020
051be39
fix more
lanefu Jun 17, 2020
a9b1952
fix more
lanefu Jun 17, 2020
d30246a
fix more
lanefu Jun 17, 2020
5cefa6e
fix more
lanefu Jun 17, 2020
6e552ab
fix more
lanefu Jun 17, 2020
ec21558
fix more
lanefu Jun 17, 2020
a2c5375
fix more
lanefu Jun 17, 2020
f638efd
fix more
lanefu Jun 17, 2020
f380264
fix more
lanefu Jun 17, 2020
e233ad7
fix more
lanefu Jun 17, 2020
f9ce530
fix more
lanefu Jun 17, 2020
be3d7ed
fix more
lanefu Jun 17, 2020
bba69ee
fix more
lanefu Jun 17, 2020
488e882
fix more
lanefu Jun 17, 2020
d35070f
fix more
lanefu Jun 17, 2020
947ba1f
fix more
lanefu Jun 17, 2020
be0fd3e
fix more
lanefu Jun 17, 2020
29e8ffe
fix more
lanefu Jun 17, 2020
b6c3511
fix more
lanefu Jun 17, 2020
2a22319
fix more
lanefu Jun 17, 2020
f5a09ca
fix more
lanefu Jun 17, 2020
f9f48ee
fix more
lanefu Jun 17, 2020
22c62e5
fix more
lanefu Jun 17, 2020
c6cb732
fix more
lanefu Jun 17, 2020
e9d4523
fix more
lanefu Jun 17, 2020
f1a7ca9
fix more
lanefu Jun 17, 2020
06ea2fc
fix more
lanefu Jun 17, 2020
52e4af0
fix more
lanefu Jun 17, 2020
3bf70db
fix more
lanefu Jun 17, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
49 changes: 49 additions & 0 deletions .github/workflows/testpr.yml
@@ -0,0 +1,49 @@
name: build pr kernel
# This workflow is triggered on pushes to the repository.
on: [pull_request]

jobs:
build:
name: Compile changed kernel
# This job runs on self hosted Linux machine
runs-on: self-hosted
steps:
# - uses: rokroskar/workflow-run-cleanup-action@v0.2.2
# env:
# GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
- uses: actions/checkout@v2
with:
fetch-depth: 0
path: build
clean: false
- uses: actions/checkout@v2
with:
repository: armbian/ci-testing-tools
path: ci-testing-tools
- name: Compile and update repository
shell: bash {0}
run: |
cd build
GIT_COMMIT=$(echo $GITHUB_SHA)
GIT_PREVIOUS_COMMIT=$(git rev-parse origin/$GITHUB_BASE_REF)
ARMBIAN_BOARD=tritium-h5
ARMBIAN_BRANCH=current
cd ..
pwd
find ./ -type d -maxdepth 2
env
source ci-testing-tools/jenkins_ci.sh

mkdir -p build/userpatches
cp -f ci-testing-tools/config-jenkins-kernel.conf build/userpatches/
configure_monorepo_watcher
generate_board_table
load_board_table
cd build
get_files_changed
get_build_target
git checkout ${GITHUB_SHA}
git branch -v
export GPG_TTY=$(tty)
build_kernel jenkins-kernel
sudo chown github -R .
1 change: 1 addition & 0 deletions config/boards/orangepipc2.conf
Expand Up @@ -4,3 +4,4 @@ BOARDFAMILY="sun50iw2"
BOOTCONFIG="orangepi_pc2_defconfig"
KERNEL_TARGET="legacy,current,dev"
FULL_DESKTOP="yes"
#forteseting