Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: refactor docs-ci downstream trigger to operate via workflow_dispatch only #1258

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

maze88
Copy link
Collaborator

@maze88 maze88 commented Jan 19, 2025

this change is coupled with the change in network-operator: Mellanox/network-operator-docs#166

The workflow also prints the URL to the downstream workflow, and its result is propagated (upstream will fail if downstream fails).

…atch only

upstrema will also print downstream url and propagate its result.

Signed-off-by: Michael Zeevi <[email protected]>
@coveralls
Copy link
Collaborator

Pull Request Test Coverage Report for Build 12853791790

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 28 unchanged lines in 5 files lost coverage.
  • Overall coverage decreased (-0.2%) to 60.015%

Files with Coverage Reduction New Missed Lines %
pkg/state/state_hostdevice_network.go 2 78.38%
pkg/state/state_skel.go 2 84.23%
api/v1alpha1/zz_generated.deepcopy.go 4 40.38%
controllers/ipoibnetwork_controller.go 5 77.38%
controllers/hostdevicenetwork_controller.go 15 75.0%
Totals Coverage Status
Change from base Build 12830426562: -0.2%
Covered Lines: 3308
Relevant Lines: 5512

💛 - Coveralls

runs-on: ubuntu-latest
env:
GH_TOKEN: ${{ secrets.GH_TOKEN_NVIDIA_CI_CD }}
GIT_TAG: ${{ github.ref_name }}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note that in doc CI we also need:

 env:
        NGC_CLI_API_KEY: ${{ secrets.NVCR_TOKEN }}

https://github.com/Mellanox/network-operator-docs/blob/main/.github/workflows/docs-ci.yaml#L35

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants