Skip to content
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

fixing smoke test cache directory #148

Merged
merged 1 commit into from
Jul 14, 2023
Merged

Conversation

jakecoffman
Copy link
Member

@jakecoffman jakecoffman commented Jul 14, 2023

#144 changed the cache download, so it didn't match what the dependabot command was using any more (--cache=cache). This lines it back up.

@jakecoffman jakecoffman marked this pull request as ready for review July 14, 2023 17:22
@jakecoffman jakecoffman requested a review from a team as a code owner July 14, 2023 17:22
@jakecoffman jakecoffman enabled auto-merge (squash) July 14, 2023 17:26
@jakecoffman jakecoffman merged commit 5e9e66f into main Jul 14, 2023
@jakecoffman jakecoffman deleted the jakecoffman/fix-cache-dir branch July 14, 2023 18:22
@@ -51,9 +51,7 @@ jobs:
# Download the Proxy cache. The job is ideally 100% cached so no real calls are made.
- name: Download cache
run: |
mkdir test-cache
cd test-cache
gh run download --repo dependabot/smoke-tests --name cache-${{ matrix.suite }}
Copy link
Member

Choose a reason for hiding this comment

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

This crept in via a copy paste from core/proxy... they don't set the --dir name arg. I'll open PR's to fix those.

jeffwidman added a commit that referenced this pull request Jul 17, 2023
This particular command is getting long, so break it across multiple lines.

This will also make the command invocation more consistent across the smoke workflows for core/proxy/cli repos.

Related:
* dependabot/dependabot-core#7576
* #148
jeffwidman added a commit to dependabot/dependabot-core that referenced this pull request Jul 17, 2023
This updates the command to match the smoke invocation used in the CLI and proxy.

This should hopefully reduce mistakes creeping in like dependabot/cli#148 where I copy/pasted not realizing there was a slight difference between the two repos.
jeffwidman added a commit to dependabot/dependabot-core that referenced this pull request Jul 17, 2023
This updates the command to match the smoke invocation used in the CLI and proxy.

This should hopefully reduce mistakes creeping in like dependabot/cli#148 where I copy/pasted not realizing there was a slight difference between the two repos.

Related:
* dependabot/cli#150
* dependabot/cli#148
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.

3 participants