You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RUN echo "source /usr/local/etc/profile.d/conda.sh" >> ~/.bashrc
CMD [ "/bin/bash"]
TBH, I didn't even know it was there. It runs once a week and I have never seen it fail for as long as I have been around. Not that I have checked, since there is no feedback mechanism to alert us of any failures.
Looking at the CircleCI logs, it seems the job is also net setup correctly, as it is not run and marked as unauthorized.
Ok, I think I understand now. I was confused why this "smoke test" doesn't even install TorchVision and thus what its purpose actually is. Looking at #2437 that added it, is seems that this was never a smoke test, but built the image that other smoke tests were run on.
Since we have proper smoke tests for our wheel and conda builds on GHA already, there is no need to keep this.
The CircleCI config is finally getting quite scarce. One of the jobs we have not on our migration plan to GHA yet, is our Docker smoke test:
vision/.circleci/config.yml
Lines 261 to 271 in 300a909
vision/.circleci/config.yml
Lines 127 to 146 in 300a909
vision/.circleci/smoke_test/docker/Dockerfile
Lines 12 to 34 in 300a909
TBH, I didn't even know it was there. It runs once a week and I have never seen it fail for as long as I have been around. Not that I have checked, since there is no feedback mechanism to alert us of any failures.
Looking at the CircleCI logs, it seems the job is also net setup correctly, as it is not run and marked as unauthorized.
I guess this can go?
cc @seemethere
The text was updated successfully, but these errors were encountered: