amoghrajesh commented on PR #38062:
URL: https://github.com/apache/airflow/pull/38062#issuecomment-1997607818
@potiuk requesting small guidance here. I am hardcoding the versions as
helm-chart/0.0.0 and helm-chart/0.0.0dev0 which is being tagged by previous
stages in the workflow, not sure why it fails. Can i get some help here?
`
2024-03-14T11:35:48.9417362Z ##[group]Run breeze release-management
generate-issue-content-helm-chart --previous-release helm-chart/0.0.0
--current-release helm-chart/0.0.0dev0
2024-03-14T11:35:48.9418626Z [36;1mbreeze release-management
generate-issue-content-helm-chart --previous-release helm-chart/0.0.0
--current-release helm-chart/0.0.0dev0[0m
2024-03-14T11:35:48.9432419Z shell: /usr/bin/bash -e {0}
2024-03-14T11:35:48.9432738Z env:
2024-03-14T11:35:48.9432982Z RUNS_ON: ["self-hosted", "Linux", "X64"]
2024-03-14T11:35:48.9433345Z PYTHON_MAJOR_MINOR_VERSION: 3.8
2024-03-14T11:35:48.9433809Z pythonLocation:
/home/runner/actions-runner/_work/_tool/Python/3.9.18/x64
2024-03-14T11:35:48.9434470Z PKG_CONFIG_PATH:
/home/runner/actions-runner/_work/_tool/Python/3.9.18/x64/lib/pkgconfig
2024-03-14T11:35:48.9435126Z Python_ROOT_DIR:
/home/runner/actions-runner/_work/_tool/Python/3.9.18/x64
2024-03-14T11:35:48.9435720Z Python2_ROOT_DIR:
/home/runner/actions-runner/_work/_tool/Python/3.9.18/x64
2024-03-14T11:35:48.9436311Z Python3_ROOT_DIR:
/home/runner/actions-runner/_work/_tool/Python/3.9.18/x64
2024-03-14T11:35:48.9436946Z LD_LIBRARY_PATH:
/home/runner/actions-runner/_work/_tool/Python/3.9.18/x64/lib
2024-03-14T11:35:48.9437419Z ##[endgroup]
2024-03-14T11:35:49.2385670Z fatal: bad revision
'helm-chart/0.0.0...helm-chart/0.0.0dev0'
2024-03-14T11:35:49.2387917Z Traceback (most recent call last):
2024-03-14T11:35:49.2393691Z File "/home/runner/.local/bin/breeze", line
8, in <module>
2024-03-14T11:35:49.2395320Z
/home/runner/actions-runner/_work/airflow/airflow/dev/breeze/src/airflow_breeze/commands
/home/runner/actions-runner/_work/airflow/airflow
2024-03-14T11:35:49.2396218Z sys.exit(main())
2024-03-14T11:35:49.2397171Z File
"/home/runner/.local/pipx/venvs/apache-airflow-breeze/lib/python3.9/site-packages/click/core.py",
line 1157, in __call__
2024-03-14T11:35:49.2397913Z return self.main(*args, **kwargs)
2024-03-14T11:35:49.2398768Z File
"/home/runner/.local/pipx/venvs/apache-airflow-breeze/lib/python3.9/site-packages/rich_click/rich_command.py",
line 126, in main
2024-03-14T11:35:49.2399614Z rv = self.invoke(ctx)
2024-03-14T11:35:49.2400360Z File
"/home/runner/.local/pipx/venvs/apache-airflow-breeze/lib/python3.9/site-packages/click/core.py",
line 1688, in invoke
2024-03-14T11:35:49.2401123Z return
_process_result(sub_ctx.command.invoke(sub_ctx))
2024-03-14T11:35:49.2402078Z File
"/home/runner/.local/pipx/venvs/apache-airflow-breeze/lib/python3.9/site-packages/click/core.py",
line 1688, in invoke
2024-03-14T11:35:49.2402928Z return
_process_result(sub_ctx.command.invoke(sub_ctx))
2024-03-14T11:35:49.2403891Z File
"/home/runner/.local/pipx/venvs/apache-airflow-breeze/lib/python3.9/site-packages/click/core.py",
line 1434, in invoke
2024-03-14T11:35:49.2404631Z return ctx.invoke(self.callback,
**ctx.params)
2024-03-14T11:35:49.2405471Z File
"/home/runner/.local/pipx/venvs/apache-airflow-breeze/lib/python3.9/site-packages/click/core.py",
line 783, in invoke
2024-03-14T11:35:49.2406270Z return __callback(*args, **kwargs)
2024-03-14T11:35:49.2407332Z File
"/home/runner/actions-runner/_work/airflow/airflow/dev/breeze/src/airflow_breeze/commands/release_management_commands.py",
line 2265, in generate_issue_content_helm_chart
2024-03-14T11:35:49.2408624Z changes = get_changes(verbose,
previous_release, current_release, is_helm_chart)
2024-03-14T11:35:49.2409756Z File
"/home/runner/actions-runner/_work/airflow/airflow/dev/breeze/src/airflow_breeze/commands/release_management_commands.py",
line 2148, in get_changes
2024-03-14T11:35:49.2410624Z change_strings = subprocess.check_output(
2024-03-14T11:35:49.2411421Z File
"/home/runner/actions-runner/_work/_tool/Python/3.9.18/x64/lib/python3.9/subprocess.py",
line 424, in check_output
2024-03-14T11:35:49.2412197Z return run(*popenargs, stdout=PIPE,
timeout=timeout, check=True,
2024-03-14T11:35:49.2413021Z File
"/home/runner/actions-runner/_work/_tool/Python/3.9.18/x64/lib/python3.9/subprocess.py",
line 528, in run
2024-03-14T11:35:49.2413962Z raise CalledProcessError(retcode,
process.args,
2024-03-14T11:35:49.2415056Z subprocess.CalledProcessError: Command '['git',
'log', '--pretty=format:%H %h %cd %s', '--date=short',
'helm-chart/0.0.0...helm-chart/0.0.0dev0', '--', 'chart/']' returned non-zero
exit status 128.
2024-03-14T11:35:49.2871904Z ##[error]Process completed wi
`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]