Skip to content
This repository has been archived by the owner on Jan 20, 2022. It is now read-only.

Commit

Permalink
[CI] Add back gitignore-test to all configurations
Browse files Browse the repository at this point in the history
Removed by mistake in "[LibOS] test/ltp: Upgrade LTP to 20200930".

Also add two files that have been merged without gitignore in the
meantime.
  • Loading branch information
pwmarcz committed Nov 17, 2020
1 parent 024f851 commit 8d42e39
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .ci/lib/stage-test-all-nosgx.jenkinsfile
Expand Up @@ -127,6 +127,9 @@ stage('test') {
}
*/

sh '''
./Scripts/gitignore-test
'''
sh '''
cd "$(./Scripts/clean-check-test-copy)"

Expand Down
3 changes: 3 additions & 0 deletions .ci/lib/stage-test-simple-sgx.jenkinsfile
Expand Up @@ -35,6 +35,9 @@ stage('test') {
make SGX=1 ltp-sgx.xml || :
'''

sh '''
./Scripts/gitignore-test
'''
sh '''
cd "$(./Scripts/clean-check-test-copy)"

Expand Down
2 changes: 2 additions & 0 deletions LibOS/shim/test/regression/.gitignore
Expand Up @@ -72,9 +72,11 @@
/proc_cpuinfo
/proc_path
/pselect
/pthread_set_get_affinity
/rdtsc
/readdir
/sched
/sched_set_get_affinity
/select
/shared_object
/sigaction_per_process
Expand Down

0 comments on commit 8d42e39

Please sign in to comment.