Skip to content

Commit

Permalink
removeme
Browse files Browse the repository at this point in the history
  • Loading branch information
Taior committed Jan 10, 2025
1 parent b374546 commit 4cb8049
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 20 deletions.
6 changes: 3 additions & 3 deletions .github/workflow_templates/build-and-test_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:

doc_web_build:
name: Doc web build
if: ${{ github.repository == 'deckhouse/deckhouse' }}
if: ${{ github.repository != 'deckhouse/deckhouse' }}
# Wait for success build of modules.
needs:
- git_info
Expand All @@ -132,7 +132,7 @@ jobs:

main_web_build:
name: Main web build
if: ${{ github.repository == 'deckhouse/deckhouse' }}
if: ${{ github.repository != 'deckhouse/deckhouse' }}
# Wait for success build of modules.
needs:
- git_info
Expand Down Expand Up @@ -191,7 +191,7 @@ jobs:
{!{ tmpl.Exec "tests_template" (slice $ctx "openapi_test_cases" "build_deckhouse") | strings.Indent 4 }!}

web_links_test:
if: ${{ needs.pull_request_info.outputs.changes_docs == 'true' && github.repository == 'deckhouse/deckhouse' }}
if: ${{ needs.pull_request_info.outputs.changes_docs == 'true' && github.repository != 'deckhouse/deckhouse' }}
name: Web links test
needs:
- git_info
Expand Down
6 changes: 3 additions & 3 deletions .github/workflow_templates/build-and-test_pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,14 @@ jobs:
doc_web_build:
name: Doc web build
# Wait for success build of modules.
if: ${{ github.repository == 'deckhouse/deckhouse' }}
if: ${{ github.repository != 'deckhouse/deckhouse' }}
needs:
- git_info
{!{ tmpl.Exec "web_build_template" (slice $ctx "doc" "release") | strings.Indent 4 }!}

main_web_build:
name: Main web build
if: ${{ github.repository == 'deckhouse/deckhouse' }}
if: ${{ github.repository != 'deckhouse/deckhouse' }}
# Wait for success build of modules.
needs:
- git_info
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:

web_links_test:
name: Web links test
if: ${{ github.repository == 'deckhouse/deckhouse' }}
if: ${{ github.repository != 'deckhouse/deckhouse' }}
needs:
- git_info
- doc_web_build
Expand Down
6 changes: 3 additions & 3 deletions .github/workflow_templates/build-and-test_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ jobs:
{!{ $jobNames = coll.Merge $jobNames (dict "doc_web_build" "Doc web build") }!}
doc_web_build:
name: {!{ $jobNames.doc_web_build }!}
if: ${{ needs.git_info.outputs.ci_commit_ref_name == 'main' && github.repository == 'deckhouse/deckhouse' }}
if: ${{ needs.git_info.outputs.ci_commit_ref_name == 'main' && github.repository != 'deckhouse/deckhouse' }}
# Wait for success build of modules.
needs:
- git_info
Expand All @@ -211,7 +211,7 @@ jobs:
{!{ $jobNames = coll.Merge $jobNames (dict "main_web_build" "Main web build") }!}
main_web_build:
name: {!{ $jobNames.main_web_build }!}
if: ${{ needs.git_info.outputs.ci_commit_ref_name == 'main' && github.repository == 'deckhouse/deckhouse' }}
if: ${{ needs.git_info.outputs.ci_commit_ref_name == 'main' && github.repository != 'deckhouse/deckhouse' }}
# Wait for success build of modules.
needs:
- git_info
Expand Down Expand Up @@ -272,7 +272,7 @@ jobs:
{!{ $jobNames = coll.Merge $jobNames (dict "web_links_test" "Web links test") }!}
web_links_test:
name: {!{ $jobNames.web_links_test }!}
if: ${{ needs.git_info.outputs.ci_commit_ref_name == 'main' && github.repository == 'deckhouse/deckhouse' }}
if: ${{ needs.git_info.outputs.ci_commit_ref_name == 'main' && github.repository != 'deckhouse/deckhouse' }}
needs:
- git_info
- doc_web_build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflow_templates/validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ steps:
needs:
- discover
- pull_request_info
if: ${{ needs.discover.outputs.run_doc_changes == 'true' && github.repository == 'deckhouse/deckhouse' }}
if: ${{ needs.discover.outputs.run_doc_changes == 'true' && github.repository != 'deckhouse/deckhouse' }}
runs-on: ubuntu-24.04
steps:
{!{ tmpl.Exec "checkout_step" $ctx | strings.Indent 2 }!}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build-and-test_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -828,7 +828,7 @@ jobs:

doc_web_build:
name: Doc web build
if: ${{ github.repository == 'deckhouse/deckhouse' }}
if: ${{ github.repository != 'deckhouse/deckhouse' }}
# Wait for success build of modules.
needs:
- git_info
Expand Down Expand Up @@ -888,7 +888,7 @@ jobs:

main_web_build:
name: Main web build
if: ${{ github.repository == 'deckhouse/deckhouse' }}
if: ${{ github.repository != 'deckhouse/deckhouse' }}
# Wait for success build of modules.
needs:
- git_info
Expand Down Expand Up @@ -1382,7 +1382,7 @@ jobs:
# </template: tests_template>

web_links_test:
if: ${{ needs.pull_request_info.outputs.changes_docs == 'true' && github.repository == 'deckhouse/deckhouse' }}
if: ${{ needs.pull_request_info.outputs.changes_docs == 'true' && github.repository != 'deckhouse/deckhouse' }}
name: Web links test
needs:
- git_info
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build-and-test_pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ jobs:
doc_web_build:
name: Doc web build
# Wait for success build of modules.
if: ${{ github.repository == 'deckhouse/deckhouse' }}
if: ${{ github.repository != 'deckhouse/deckhouse' }}
needs:
- git_info
# <template: web_build_template>
Expand Down Expand Up @@ -616,7 +616,7 @@ jobs:

main_web_build:
name: Main web build
if: ${{ github.repository == 'deckhouse/deckhouse' }}
if: ${{ github.repository != 'deckhouse/deckhouse' }}
# Wait for success build of modules.
needs:
- git_info
Expand Down Expand Up @@ -1122,7 +1122,7 @@ jobs:

web_links_test:
name: Web links test
if: ${{ github.repository == 'deckhouse/deckhouse' }}
if: ${{ github.repository != 'deckhouse/deckhouse' }}
needs:
- git_info
- doc_web_build
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build-and-test_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2574,7 +2574,7 @@ jobs:

doc_web_build:
name: Doc web build
if: ${{ needs.git_info.outputs.ci_commit_ref_name == 'main' && github.repository == 'deckhouse/deckhouse' }}
if: ${{ needs.git_info.outputs.ci_commit_ref_name == 'main' && github.repository != 'deckhouse/deckhouse' }}
# Wait for success build of modules.
needs:
- git_info
Expand Down Expand Up @@ -2694,7 +2694,7 @@ jobs:

main_web_build:
name: Main web build
if: ${{ needs.git_info.outputs.ci_commit_ref_name == 'main' && github.repository == 'deckhouse/deckhouse' }}
if: ${{ needs.git_info.outputs.ci_commit_ref_name == 'main' && github.repository != 'deckhouse/deckhouse' }}
# Wait for success build of modules.
needs:
- git_info
Expand Down Expand Up @@ -3423,7 +3423,7 @@ jobs:

web_links_test:
name: Web links test
if: ${{ needs.git_info.outputs.ci_commit_ref_name == 'main' && github.repository == 'deckhouse/deckhouse' }}
if: ${{ needs.git_info.outputs.ci_commit_ref_name == 'main' && github.repository != 'deckhouse/deckhouse' }}
needs:
- git_info
- doc_web_build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ jobs:
needs:
- discover
- pull_request_info
if: ${{ needs.discover.outputs.run_doc_changes == 'true' && github.repository == 'deckhouse/deckhouse' }}
if: ${{ needs.discover.outputs.run_doc_changes == 'true' && github.repository != 'deckhouse/deckhouse' }}
runs-on: ubuntu-24.04
steps:

Expand Down

0 comments on commit 4cb8049

Please sign in to comment.