Skip to content

Commit 7488b2c

Browse files
authored
Update ci.yml to not run jenkins job
The Jenkins job is a post push action, because it deploys. Just do a make jenkins for the private testing action
1 parent 1084827 commit 7488b2c

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@ on:
99
concurrency:
1010
group: '${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}'
1111
cancel-in-progress: true
12-
12+
13+
env:
14+
LOGFILE: logs-${{ github.event.repository.owner.login }}-${{ github.event.repository.name }}-${{ github.event.pull_request.number }}-${{ github.event.pull_request.head.sha }}
15+
1316
jobs:
1417
Run-Common-CI:
1518
uses: dm-vdo/vdo-org-actions/.github/workflows/ci.yaml@main
@@ -34,6 +37,7 @@ jobs:
3437
done
3538
# Call the Jenkins job
3639
run-private-tests: true
37-
private-tests-action: /permabit/ops/scripts/runJenkinsJob common-github
38-
private-tests-action-failure: echo "Private testing failed"
40+
private-tests-action: make jenkins
41+
private-tests-action-failure: |
42+
cp -a logs /permabit/user/bunsen/artifacts/${{ env.LOGFILE }}
3943
secrets: inherit

0 commit comments

Comments
 (0)