Release Aligner #27
release.yaml
on: workflow_dispatch
release
/
select-environment
0s
release
/
bump-next-version
0s
release
/
notify
5s
Annotations
1 error and 2 warnings
release / build-test-publish-wheel / build-container / main
buildx failed with: ERROR: failed to solve: process "/bin/sh -c <<\"EOF\" bash -exu\nif [[ ! -d NeMo-Aligner ]]; then\n git clone https://github.com/NVIDIA/NeMo-Aligner.git\nfi\ncd NeMo-Aligner\ngit fetch origin '+refs/pull/*/merge:refs/remotes/pull/*/merge'\ngit checkout -f $ALIGNER_COMMIT\n# case 1: ALIGNER_COMMIT is a local branch so we have to apply remote changes to it\n# case 2: ALIGNER_COMMIT is a commit, so git-pull is expected to fail\ngit pull --rebase || true\n\npip install --no-cache-dir --no-deps -e .\nEOF" did not complete successfully: exit code: 1
|
release / select-environment
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
release / notify
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|