Testing theory
This commit is contained in:
12
.github/workflows/chipyard-run-tests.yml
vendored
12
.github/workflows/chipyard-run-tests.yml
vendored
@@ -24,19 +24,22 @@ jobs:
|
|||||||
name: test1
|
name: test1
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
- run: |
|
- run: |
|
||||||
mkdir -p $GITHUB_WORKSPACE
|
|
||||||
echo "dummy" >> $GITHUB_WORKSPACE/temp.file
|
echo "dummy" >> $GITHUB_WORKSPACE/temp.file
|
||||||
echo "${{ hashFiles('**/temp.file') }}"
|
echo "${{ hashFiles('**/temp.file') }}"
|
||||||
|
echo "${{ hashFiles('**/README.md') }}"
|
||||||
|
|
||||||
test2:
|
test2:
|
||||||
name: test2
|
name: test2
|
||||||
runs-on: self-hosted
|
runs-on: self-hosted
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
- run: |
|
- run: |
|
||||||
mkdir -p $GITHUB_WORKSPACE
|
|
||||||
echo "dummy" >> $GITHUB_WORKSPACE/temp.file
|
echo "dummy" >> $GITHUB_WORKSPACE/temp.file
|
||||||
echo "${{ hashFiles('**/temp.file') }}"
|
echo "${{ hashFiles('**/temp.file') }}"
|
||||||
|
echo "${{ hashFiles('**/README.md') }}"
|
||||||
|
|
||||||
|
|
||||||
test3:
|
test3:
|
||||||
name: test3
|
name: test3
|
||||||
@@ -45,12 +48,11 @@ jobs:
|
|||||||
image: ucbbar/chipyard-ci-image:554b436
|
image: ucbbar/chipyard-ci-image:554b436
|
||||||
options: --entrypoint /bin/bash
|
options: --entrypoint /bin/bash
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
- run: |
|
- run: |
|
||||||
mkdir -p $GITHUB_WORKSPACE
|
|
||||||
echo "dummy" >> $GITHUB_WORKSPACE/temp.file
|
echo "dummy" >> $GITHUB_WORKSPACE/temp.file
|
||||||
echo "${{ hashFiles('**/temp.file') }}"
|
echo "${{ hashFiles('**/temp.file') }}"
|
||||||
|
echo "${{ hashFiles('**/README.md') }}"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# commit-on-master-check:
|
# commit-on-master-check:
|
||||||
|
|||||||
Reference in New Issue
Block a user