diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2022-12-08 17:59:45 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2022-12-08 18:08:31 +0100 |
commit | bf5675bdba1bf204326b38e29c1e4b096e36a5ed (patch) | |
tree | cefd746eabf2a38982f1220ad2a6f999e89841e7 /jjb/global-jjb | |
parent | 938f98d9a0ae3390adc75cfdfa7f2334186a4cad (diff) |
Get rid of global jjb in Anuket
They are useless here, never updated and failed
a lot because of package management issues in it.
It now defines all views in the classical way.
It also removes all rtd jobs as they are useless.
Our docs are built on git events via RTD too.
(and it avoids the hardcoded token which should be
a security convern).
If needed, cirv and laas python verification will
be updated in a second patchset.
Change-Id: I5aee179d804a5547a464501a03d7afa395420552
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'jjb/global-jjb')
l--------- | jjb/global-jjb/jjb | 1 | ||||
l--------- | jjb/global-jjb/shell | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/jjb/global-jjb/jjb b/jjb/global-jjb/jjb deleted file mode 120000 index 23c884f04..000000000 --- a/jjb/global-jjb/jjb +++ /dev/null @@ -1 +0,0 @@ -../../global-jjb/jjb
\ No newline at end of file diff --git a/jjb/global-jjb/shell b/jjb/global-jjb/shell deleted file mode 120000 index d37c43f86..000000000 --- a/jjb/global-jjb/shell +++ /dev/null @@ -1 +0,0 @@ -../../global-jjb/shell
\ No newline at end of file |