Skip to content

Commit

Permalink
make daily updates faster
Browse files Browse the repository at this point in the history
  • Loading branch information
CNCF-Bot committed May 24, 2023
1 parent d4409f1 commit 0b66094
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 deletions landscapes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ landscapes:
# repo: a github repo for a specific landscape
# netlify: full | skip - do we build it on a netlify build or not
# hook: - id for a build hook, so it will be triggered after a default branch build
- landscape:
name: lfedge
repo: State-of-the-Edge/lfedge-landscape
hook: 5c80e31894c5c7758edb31e4
- landscape:
name: lfenergy
repo: lf-energy/lfenergy-landscape
hook: 606487bb9da603110d4b8139
- landscape:
name: lf
repo: jmertic/lf-landscape
hook: 606487123224e20fb8f3896e
- landscape:
name: dlt
repo: dltlandscape/dlt-landscape
Expand Down Expand Up @@ -36,23 +48,11 @@ landscapes:
repo: graphql/graphql-landscape
hook: 5d5c7ccf64ecb5bd3d2592f7
required: true
- landscape:
name: lf
repo: jmertic/lf-landscape
hook: 606487123224e20fb8f3896e
- landscape:
name: lfai
repo: lfai/landscape
hook: 60648e5b74c76017210a2f53
required: true
- landscape:
name: lfedge
repo: State-of-the-Edge/lfedge-landscape
hook: 5c80e31894c5c7758edb31e4
- landscape:
name: lfenergy
repo: lf-energy/lfenergy-landscape
hook: 606487bb9da603110d4b8139
- landscape:
name: lfph
repo: lfph/lfph-landscape
Expand Down
2 changes: 1 addition & 1 deletion tools/landscapes.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ async function main() {

let returnCode;
let logs;
for (var i = 0; i < 3; i ++) {
for (var i = 0; i < 1; i ++) {
const result = await runIt();
returnCode = result.returnCode;
logs = result.logs;
Expand Down

0 comments on commit 0b66094

Please sign in to comment.