-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Debug CI #1273
Closed
Closed
Debug CI #1273
Changes from 5 commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
bc03d78
Constrain tests to failing
chadwhitacre 351dfd9
Log output of failing command
chadwhitacre 42d436f
Blerp, cat here?
chadwhitacre 8617354
What does credentials.json contain?
chadwhitacre b290637
ls too
chadwhitacre 07c025c
Why can't we do this? 🤔
chadwhitacre 59fc64c
Blah
chadwhitacre 2ead232
Wrong path
chadwhitacre 0221e3e
Whittle down test case
chadwhitacre dcd1e25
More parity with local
chadwhitacre f5530e6
Oops, bash
chadwhitacre 32b4119
Moar compat
chadwhitacre c2db537
This should result in ro volume
chadwhitacre 9c3da83
Bring this back
chadwhitacre 5ba5b5b
Blerp
chadwhitacre ca64965
Back to hack test file
chadwhitacre 167082f
Where am I?
chadwhitacre d14d00e
Make reset more useful
chadwhitacre efcbdf3
Mock ensure file config yml
chadwhitacre cf08799
Can we use a tmp file?
chadwhitacre 6c2c1a9
Log helper
chadwhitacre 9ff6efb
More logging inside container
chadwhitacre a65fdb4
moar info in the container
chadwhitacre fc05c29
more info
chadwhitacre 87f9c6c
no ps i guess
chadwhitacre 4f9c86d
Update test-relay
chadwhitacre 33ce378
Update test-relay
chadwhitacre 1ab391b
newline?
chadwhitacre 5f67f7b
too much stdout?
chadwhitacre e8283d2
More cleanup
chadwhitacre dac40f5
Alt fix
chadwhitacre 9adc223
Messed something up?
chadwhitacre b78d45a
Test a stderr hypothesis
chadwhitacre d50ba99
Test a couple other versions
chadwhitacre f6235fc
Hack this tho
chadwhitacre 75a6475
Smash, bash
chadwhitacre 3c1e3f3
Whaaa
chadwhitacre da25f15
explicit stderr
chadwhitacre 0c6c396
Test image cache across matrix
chadwhitacre 6e8d37d
What was I seeing?
chadwhitacre 24b81bd
Experiment with -T
chadwhitacre File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe we should add that
-T
here right after$dcr
? Since the file is there but it is empty, makes me think this is astdout
redirection related issue.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a reason 07c025c won't work?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Because, read the giant comment I left there? 😁
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I read it but I couldn't make sense of it.
So no shell redirect means no credentials file created before relay runs means no error parsing JSON?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hard for me to recollect the whole memory but let me try:
relay generate credentials
even with--overwrite
it tries to read both the config and the credentials (this happens only when you have the config in place)stdout
" Relay still acts like a fussy toddler