You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Often the Dagger dashboard URL in the GHA log did not match that in our dagger-log.txt file.
From @alafanechere
We get a Dagger URL for every dagger client instantiation (dagger session).
In our pipelines, when using manual workflow dispatch, we instantiate 2 clients: one for the git diff operation to spot modified files on the remote branch (at the airbyte-ci command group level), another to run the main pipeline (at the test/publish command level).
This is why you can occasionally spot different URLs in the GHA logs vs Dagger logs.
The URL in the dagger logs url should always be the one of the main pipeline.
It’d indeed be more convenient to get this URL in the HTML report but the dagger URL logging is logged by the Dagger SDK. From the client, there’s no way to get this URL.
We could add a logic that scans the Dagger logs to parse this url and add it to the report.
The text was updated successfully, but these errors were encountered:
Problem
Often the Dagger dashboard URL in the GHA log did not match that in our dagger-log.txt file.
From @alafanechere
We get a Dagger URL for every dagger client instantiation (dagger session).
In our pipelines, when using manual workflow dispatch, we instantiate 2 clients: one for the git diff operation to spot modified files on the remote branch (at the airbyte-ci command group level), another to run the main pipeline (at the test/publish command level).
This is why you can occasionally spot different URLs in the GHA logs vs Dagger logs.
The URL in the dagger logs url should always be the one of the main pipeline.
It’d indeed be more convenient to get this URL in the HTML report but the dagger URL logging is logged by the Dagger SDK. From the client, there’s no way to get this URL.
We could add a logic that scans the Dagger logs to parse this url and add it to the report.
The text was updated successfully, but these errors were encountered: