-
Notifications
You must be signed in to change notification settings - Fork 690
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
[functional testing] Remove TBB install logic from app-test role #3678
Comments
Yes, I've seen this one locally, as well.
Tracked in #3661. |
As we are planing to use a separate container to test the staging instance, can we just remove this tbb related ansible file all together? |
@kushaldas I agree: there's no reason for the TBB logic to be in Ansible at all anymore. Let's snip that out. |
Description
A task in the app-test role is referencing an undefined variable
tbb_dir
Steps to Reproduce
tbb-0.9.0
or a branch based on itmake build-debs
vagrant up /staging/
Expected Behavior
staging VMs are provisioned without issue
Actual Behavior
Comments
Note that bugs like this aren't getting caught due to the fact that the CI jobs that the staging CI job is reliant on are failing
Epic: #3659
The text was updated successfully, but these errors were encountered: