Skip to content

Commit

Permalink
Create runner_group_test.yaml (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvintc authored Jul 28, 2021
1 parent e552433 commit 7bd1309
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/runner_group_test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: runner-group-test
on:
schedule:
- cron: '20 1,7,13,19 * * *'
workflow_dispatch:

jobs:
ciVerify:
defaults:
run:
shell: bash
runs-on: uzdo128
container:
image: 192.168.0.200:5000/sdk-docker-intel:main
options: --privileged --user root:root -v/opt/toolchains:/opt/toolchains
steps:
- uses: actions/checkout@v2
with:
path: 'ci.git'
- name: test
run: |
set
pwd
df -h

0 comments on commit 7bd1309

Please sign in to comment.