This is an automated email from the ASF dual-hosted git repository.

jleroux pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ofbiz-tools.git


The following commit(s) were added to refs/heads/master by this push:
     new 8da363a  Updates demos and BuildBot documentations
8da363a is described below

commit 8da363a685e64bd443b80086ae67fb608b670608
Author: Jacques Le Roux <jacques.le.r...@les7arts.com>
AuthorDate: Sun Dec 25 08:18:48 2022 +0100

    Updates demos and BuildBot documentations
---
 demo-backup/README.md              |  5 +++--
 documentation/BuildBot/BuildBot.md | 12 +++++++-----
 2 files changed, 10 insertions(+), 7 deletions(-)

diff --git a/demo-backup/README.md b/demo-backup/README.md
index d7a457c..262c142 100644
--- a/demo-backup/README.md
+++ b/demo-backup/README.md
@@ -76,14 +76,15 @@ I got this message today (2020-04-17):
     - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
- - -
 
 and always since: it's OK. Nothing to do, it's automated. :)
+In case you get an issue, simply restart the VM. That happened once: 
https://issues.apache.org/jira/browse/INFRA-23637
 
 # Current restriction
 ~~If you want to restart only a single instance you can respectively use
 trunk-manual-nicely.sh
 stable-manual-nicely.sh
 next-manual-nicely.sh~~
-This does not work.See why at https://issues.apache.org/jira/browse/OFBIZ-10287
-So you need to use  ./all-manual-nicely.sh from ofbizDemo
+This does not work. See why at 
https://issues.apache.org/jira/browse/OFBIZ-10287
+So you need to use ./all-manual-nicely.sh from ofbizDemo
 From time to time (every months?) better to delete nohup.out.
 
 # Keep the VM clean
diff --git a/documentation/BuildBot/BuildBot.md 
b/documentation/BuildBot/BuildBot.md
index 5f4b2d1..abe465f 100644
--- a/documentation/BuildBot/BuildBot.md
+++ b/documentation/BuildBot/BuildBot.md
@@ -22,7 +22,7 @@ There is also [a file in Git for project 
paths](https://github.com/apache/infras
 
 ## OFBiz and BuildBot
 
-[Here is the OFBiz BuildBot script 
(ofbiz.py)](https://svn.apache.org/repos/infra/infrastructure/buildbot2/projects).
 If you are interested on modifying it, please understand its content and read 
the BuildBot documentation. Note that the Infra team is always there to help 
you. If you modify ofbiz.py be sure to be subscribed to 
priv...@infra.apache.org before. It's where the syntax checker can help you in 
case of issues. I think that not everybody can be subscribed, at least ASF 
members,  [...]
+[Here is the OFBiz BuildBot script 
(ofbiz.py)](https://svn.apache.org/repos/infra/infrastructure/buildbot2/projects/ofbiz.py).
 If you are interested on modifying it, please understand its content and read 
the BuildBot documentation. Note that the Infra team is always there to help 
you. If you modify ofbiz.py be sure to be subscribed to 
priv...@infra.apache.org before. It's where the syntax checker can help you in 
case of issues. I think that not everybody can be subscribed, at least ASF  
[...]
 
 ### Schedulers and Builders
 BuildBot uses schedulers and builders. Schedulers decide which builders to 
trigger on Git commits.
@@ -37,11 +37,11 @@ The same apply to the current stable version (eg 
ofbizBranch18Framework and ofbi
 
 In an OFBiz builder page you can see [an history of the builds up to 
100](https://ci2.apache.org/#/builders/49). You can see more by using [the 
settings page](https://ci2.apache.org/#/settings). You may want to explore more 
to get acquainted with the tool...
 
-There is also the RAT builder. It checks the licenses in OFBiz. You can find 
the trunk results 
[here](https://ci.apache.org/projects/ofbiz/site/trunk/rat-output.html). There 
are also RAT builders for the next and stable release branches.
+There is also the RAT builder. It checks the licenses in OFBiz. You can find 
the trunk results 
[here](https://nightlies.apache.org/ofbiz/trunk/rat-output.html). There are 
also RAT builders for the next and stable release branches.
 
 
 ### tests results
-Here are the [trunk test 
results](https://nightlies.apache.org/ofbiz/trunk/tests-results/). You can find 
the same for the next and stable release branches.
+Here are the [trunk test 
results](https://nightlies.apache.org/ofbiz/trunk/tests-results/). The 
framework results contain only the framework integration tests while the 
plugins results contain all the test for framework and plugins. You can find 
the same for the next and stable release branches. 
 
 ### Technical information
 When you create a new branch you need to let know BuildBot about it. This 
because BuildBot uses Git hooks to triggers builds on commits. [The file to 
change is 
here](https://github.com/apache/infrastructure-p6/blob/production/modules/subversion_server/files/hooks/buildbot_project_paths).
 You can't clone, but you can make PRs via the github UI, just make a new 
branch and PR it.
@@ -56,9 +56,11 @@ Some other errors may happen, like
 * upload not working
 * you name it...
 
-In such case you can trigger a build from IRC to see if the problem resolves 
by itself. Most of the time tests and issues are resolved this way. If it does 
not then the best is to ask Infra help, either on [Infra Slack 
channel](https://the-asf.slack.com/archives/CBX4TSBQ8) or by creating an [Infra 
Jira issue](https://issues.apache.org/jira/projects/INFRA/summary).
+~~In such case you can trigger a build from IRC to see if the problem resolves 
by itself.~~ This is currently no longer working, see 
https://issues.apache.org/jira/browse/INFRA-22297. So you need to make a small 
non functional reversible change, pushing it and later reverting it.
 
-When something like that happens, I get to IRC (I use 
https://web.libera.chat/, of course you can pick your own). There using a 
recognisable username (I use jleroux) I get to the #ofbiz channel. I use 
ofbiz-bot to make a request in the chat line at bottom to restart a build.
+Most of the time tests and issues are resolved this way. If it does not then 
the best is to ask Infra help, either on [Infra Slack 
channel](https://the-asf.slack.com/archives/CBX4TSBQ8) or by creating an [Infra 
Jira issue](https://issues.apache.org/jira/projects/INFRA/summary).
+
+~~When something like that happens, I get to IRC (I use 
https://web.libera.chat/, of course you can pick your own). There using a 
recognisable username (I use jleroux) I get to the #ofbiz channel. I use 
ofbiz-bot to make a request in the chat line at bottom to restart a build.~~
 
 A request is of the form 
 

Reply via email to