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

[CI] Add back gitignore-test to all configurations #1971

Merged
merged 1 commit into from Nov 17, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
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