Просмотр исходного кода

ci(release-notes): drop Cache line from detailed commits

TheWildJames 1 неделя назад
Родитель
Сommit
93a719b766
1 измененных файлов с 0 добавлено и 4 удалено
  1. 0 4
      .github/workflows/main.yml

+ 0 - 4
.github/workflows/main.yml

@@ -1301,8 +1301,6 @@ jobs:
                 stock=m.get("stock","")
                 stock=m.get("stock","")
                 if stock: lines.append(f"- **Manager {label}:** `{stock[:12]}` `{stock}`")
                 if stock: lines.append(f"- **Manager {label}:** `{stock[:12]}` `{stock}`")
                 elif m.get("run_id"): lines.append(f"- **Manager {label}:** run `{m.get('run_id')}`")
                 elif m.get("run_id"): lines.append(f"- **Manager {label}:** run `{m.get('run_id')}`")
-        cache_s="enabled" if env("USE_CACHE","true")=="true" else "disabled"
-        lines.append(f"- **Cache:** `{cache_s}` (ccache 12G for 5.10/5.15, bazel for 5.15+/6.x)")
         output="\n".join(lines)+"\n"
         output="\n".join(lines)+"\n"
         print(output,end="")
         print(output,end="")
         s=os.environ.get("GITHUB_STEP_SUMMARY")
         s=os.environ.get("GITHUB_STEP_SUMMARY")
@@ -1531,8 +1529,6 @@ jobs:
                   stock=m.get("stock","")
                   stock=m.get("stock","")
                   if stock: lines.append(f"- **Manager {label}:** `{stock[:12]}` `{stock}`")
                   if stock: lines.append(f"- **Manager {label}:** `{stock[:12]}` `{stock}`")
                   elif m.get("run_id"): lines.append(f"- **Manager {label}:** run `{m.get('run_id')}`")
                   elif m.get("run_id"): lines.append(f"- **Manager {label}:** run `{m.get('run_id')}`")
-          cache_s="enabled" if env("USE_CACHE","true")=="true" else "disabled"
-          lines.append(f"- **Cache:** `{cache_s}` (ccache 12G for 5.10/5.15, bazel for 5.15+/6.x)")
           output="\n".join(lines)+"\n"
           output="\n".join(lines)+"\n"
           print(output,end="")
           print(output,end="")
           s=os.environ.get("GITHUB_STEP_SUMMARY")
           s=os.environ.get("GITHUB_STEP_SUMMARY")