Skip to content

Dagger Dashboard URL in GHA is incorrect #28431

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

Closed
bnchrch opened this issue Jul 18, 2023 · 2 comments
Closed

Dagger Dashboard URL in GHA is incorrect #28431

bnchrch opened this issue Jul 18, 2023 · 2 comments
Labels

Comments

@bnchrch
Copy link
Contributor

bnchrch commented Jul 18, 2023

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.

@bnchrch
Copy link
Contributor Author

bnchrch commented Jul 25, 2023

grooming:

@bnchrch
Copy link
Contributor Author

bnchrch commented Jul 25, 2023

closing in favor of #27863

@bnchrch bnchrch closed this as completed Jul 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant