-
Notifications
You must be signed in to change notification settings - Fork 686
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
test_tor_mirror_repo_declared_only_once failing on release/0.9 #3768
Comments
In previous release cycles, CI didn't run on the release branch, only for PRs to the release branch:
I have run infra tests locally on staging VM provisioned on 0.9.0-rc2 using
Perhaps something to do with the CI rebase script https://github.com/freedomofpress/securedrop/blob/develop/devops/scripts/rebase-ci.sh#L18 that is skipped for master and release branches ? |
So this test should have two files as the grep output:
I relaunched the failing job, ssh'd in, and stopped it from tearing down. I confirm both files are in-place. This is really really perplexing. Trying to target just that testinfra test now |
IN BEFORE @conorsch its ... this seems like it would be the culprit but i'm logged into the servers and not seeing the result I would expect from grep ... 😕 |
dang it okay.. the very last thing i did was..
In particular the very last thing i did was echo the ip info |
Had some trouble accessing the remote EC2 hosts, since the IdentityFile was missing from |
On our failing
The logic in But the fact that What's unclear to me is why |
just to clarify, I did SSH into the machine during a CI run .. copied the grep test command exactly and got two files listed. it was really really really weird |
So in #3189 we renamed
which is what we want (so we're QAing new Tor packages in CI) |
Description
CI is failing on the latest release branch
Steps to Reproduce
Look at all CI builds on
release/0.9
: https://circleci.com/gh/freedomofpress/securedrop/tree/release%2F0%2E9Expected Behavior
Builds are green
Actual Behavior
The staging CI job is consistently failing:
The text was updated successfully, but these errors were encountered: