Skip to content

Temp queue download#434

Merged
escapewindow merged 6 commits intomozilla-releng:masterfrom
escapewindow:temp-queue-download
Feb 24, 2020
Merged

Temp queue download#434
escapewindow merged 6 commits intomozilla-releng:masterfrom
escapewindow:temp-queue-download

Conversation

@escapewindow
Copy link
Copy Markdown
Contributor

Fixes #426 .

if credentials is not None:
self.temp_queue = self.create_queue(self.temp_credentials)
else:
self.temp_queue = None
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Out of curiosity, when would we reach this else case ?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

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.

download artifacts with temp_queue if possible

2 participants