nnstreamer / TAOS-CI

:tangerine: TAOS-CI (a.k.a LightSys) is an lightweight and efficient CI system to achieve "Review less, merge faster" with a tool-based review system. It is completely compatible with all GitHub repositories although TAOS-CI is designed & implemented for NNStreamer repository. (Homepage: https://taos-ci.github.io/)
http://nnstreamer.mooo.com/TAOS-CI/ci/taos/
Apache License 2.0
117 stars 90 forks source link

Let's check if the ./packaing/.gbs.conf file exists or not #695

Closed leemgs closed 3 years ago

leemgs commented 3 years ago

In order to support a customized repository environment, let's append a routine to check if the ./packaing/.gbs.conf file exists or not.

taos-ci commented 3 years ago

:octocat: cibot: Thank you for posting issue #695. The person in charge will reply soon.

leemgs commented 3 years ago

Test Scenario

ubuntu$ time gbs -c ./packaging/.gbs.conf build -A armv7l --inclue-all --clean

leemgs commented 3 years ago

Completed.

gichan-jang commented 3 years ago

706 resolved these problems.

After #697 , I checked two problems.

[DEBUG] Checking if the ./.TAOS-CI/.gbs.conf file exists or not.
[DEBUG] Oooops. We could not find anyone among the below three gbs configuration files.
[DEBUG] Please ask an administrator of CI server on this issue.
[DEBUG] ./.TAOS-CI/.gbs.conf
[DEBUG] ./packaging/.gbs.conf
[DEBUG] /.gbs.conf
[DEBUG] Running...
  1. Default gbs config path is incorrect.

[DEBUG] /.gbs.conf -> /var/www/html/.gbs.conf

  1. If all three gbs config files are missing, the run queue is stopped.
myungjoo commented 3 years ago

Close if resolved.