Skip to content

Commit

Permalink
disable cache
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Aug 20, 2024
1 parent 756b9f7 commit f3a31f5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 150 deletions.
75 changes: 0 additions & 75 deletions example/.fluentci/src/jobs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,21 +41,6 @@ export async function lintDebug(
.from("denoland/deno:debian-1.45.5")
.withExec(["apt-get", "update"])
.withExec(["apt-get", "install", "-y", "curl"])
.withMountedCache("/app/.gradle", dag.cacheVolume("android-gradle"))
.withMountedCache("/root/.gradle", dag.cacheVolume("android-gradle-cache"))
.withMountedCache("/app/build", dag.cacheVolume("android-build"))
.withMountedCache(
"/root/android-sdk/platforms",
dag.cacheVolume("sdk-platforms")
)
.withMountedCache(
"/root/android-sdk/system-images",
dag.cacheVolume("sdk-system-images")
)
.withMountedCache(
"/root/android-sdk/build-tools",
dag.cacheVolume("sdk-build-tools")
)
.withDirectory("/app", context, {
exclude,
})
Expand Down Expand Up @@ -98,21 +83,6 @@ export async function assembleDebug(
.from("denoland/deno:debian-1.45.5")
.withExec(["apt-get", "update"])
.withExec(["apt-get", "install", "-y", "curl"])
.withMountedCache("/app/.gradle", dag.cacheVolume("android-gradle"))
.withMountedCache("/root/.gradle", dag.cacheVolume("android-gradle-cache"))
.withMountedCache("/app/build", dag.cacheVolume("android-build"))
.withMountedCache(
"/root/android-sdk/platforms",
dag.cacheVolume("sdk-platforms")
)
.withMountedCache(
"/root/android-sdk/system-images",
dag.cacheVolume("sdk-system-images")
)
.withMountedCache(
"/root/android-sdk/build-tools",
dag.cacheVolume("sdk-build-tools")
)
.withDirectory("/app", context, {
exclude,
})
Expand Down Expand Up @@ -158,21 +128,6 @@ export async function assembleRelease(
.from("denoland/deno:debian-1.45.5")
.withExec(["apt-get", "update"])
.withExec(["apt-get", "install", "-y", "curl"])
.withMountedCache("/app/.gradle", dag.cacheVolume("android-gradle"))
.withMountedCache("/root/.gradle", dag.cacheVolume("android-gradle-cache"))
.withMountedCache("/app/build", dag.cacheVolume("android-build"))
.withMountedCache(
"/root/android-sdk/platforms",
dag.cacheVolume("sdk-platforms")
)
.withMountedCache(
"/root/android-sdk/system-images",
dag.cacheVolume("sdk-system-images")
)
.withMountedCache(
"/root/android-sdk/build-tools",
dag.cacheVolume("sdk-build-tools")
)
.withDirectory("/app", context, {
exclude,
})
Expand Down Expand Up @@ -221,21 +176,6 @@ export async function bundleRelease(
.from("denoland/deno:debian-1.45.5")
.withExec(["apt-get", "update"])
.withExec(["apt-get", "install", "-y", "curl"])
.withMountedCache("/app/.gradle", dag.cacheVolume("android-gradle"))
.withMountedCache("/root/.gradle", dag.cacheVolume("android-gradle-cache"))
.withMountedCache("/app/build", dag.cacheVolume("android-build"))
.withMountedCache(
"/root/android-sdk/platforms",
dag.cacheVolume("sdk-platforms")
)
.withMountedCache(
"/root/android-sdk/system-images",
dag.cacheVolume("sdk-system-images")
)
.withMountedCache(
"/root/android-sdk/build-tools",
dag.cacheVolume("sdk-build-tools")
)
.withDirectory("/app", context, {
exclude,
})
Expand Down Expand Up @@ -278,21 +218,6 @@ export async function debugTests(
.from("denoland/deno:debian-1.45.5")
.withExec(["apt-get", "update"])
.withExec(["apt-get", "install", "-y", "curl"])
.withMountedCache("/app/.gradle", dag.cacheVolume("android-gradle"))
.withMountedCache("/root/.gradle", dag.cacheVolume("android-gradle-cache"))
.withMountedCache("/app/build", dag.cacheVolume("android-build"))
.withMountedCache(
"/root/android-sdk/platforms",
dag.cacheVolume("sdk-platforms")
)
.withMountedCache(
"/root/android-sdk/system-images",
dag.cacheVolume("sdk-system-images")
)
.withMountedCache(
"/root/android-sdk/build-tools",
dag.cacheVolume("sdk-build-tools")
)
.withDirectory("/app", context, {
exclude,
})
Expand Down
75 changes: 0 additions & 75 deletions src/jobs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,21 +41,6 @@ export async function lintDebug(
.from("denoland/deno:debian-1.45.5")
.withExec(["apt-get", "update"])
.withExec(["apt-get", "install", "-y", "curl"])
.withMountedCache("/app/.gradle", dag.cacheVolume("android-gradle"))
.withMountedCache("/root/.gradle", dag.cacheVolume("android-gradle-cache"))
.withMountedCache("/app/build", dag.cacheVolume("android-build"))
.withMountedCache(
"/root/android-sdk/platforms",
dag.cacheVolume("sdk-platforms")
)
.withMountedCache(
"/root/android-sdk/system-images",
dag.cacheVolume("sdk-system-images")
)
.withMountedCache(
"/root/android-sdk/build-tools",
dag.cacheVolume("sdk-build-tools")
)
.withDirectory("/app", context, {
exclude,
})
Expand Down Expand Up @@ -98,21 +83,6 @@ export async function assembleDebug(
.from("denoland/deno:debian-1.45.5")
.withExec(["apt-get", "update"])
.withExec(["apt-get", "install", "-y", "curl"])
.withMountedCache("/app/.gradle", dag.cacheVolume("android-gradle"))
.withMountedCache("/root/.gradle", dag.cacheVolume("android-gradle-cache"))
.withMountedCache("/app/build", dag.cacheVolume("android-build"))
.withMountedCache(
"/root/android-sdk/platforms",
dag.cacheVolume("sdk-platforms")
)
.withMountedCache(
"/root/android-sdk/system-images",
dag.cacheVolume("sdk-system-images")
)
.withMountedCache(
"/root/android-sdk/build-tools",
dag.cacheVolume("sdk-build-tools")
)
.withDirectory("/app", context, {
exclude,
})
Expand Down Expand Up @@ -158,21 +128,6 @@ export async function assembleRelease(
.from("denoland/deno:debian-1.45.5")
.withExec(["apt-get", "update"])
.withExec(["apt-get", "install", "-y", "curl"])
.withMountedCache("/app/.gradle", dag.cacheVolume("android-gradle"))
.withMountedCache("/root/.gradle", dag.cacheVolume("android-gradle-cache"))
.withMountedCache("/app/build", dag.cacheVolume("android-build"))
.withMountedCache(
"/root/android-sdk/platforms",
dag.cacheVolume("sdk-platforms")
)
.withMountedCache(
"/root/android-sdk/system-images",
dag.cacheVolume("sdk-system-images")
)
.withMountedCache(
"/root/android-sdk/build-tools",
dag.cacheVolume("sdk-build-tools")
)
.withDirectory("/app", context, {
exclude,
})
Expand Down Expand Up @@ -221,21 +176,6 @@ export async function bundleRelease(
.from("denoland/deno:debian-1.45.5")
.withExec(["apt-get", "update"])
.withExec(["apt-get", "install", "-y", "curl"])
.withMountedCache("/app/.gradle", dag.cacheVolume("android-gradle"))
.withMountedCache("/root/.gradle", dag.cacheVolume("android-gradle-cache"))
.withMountedCache("/app/build", dag.cacheVolume("android-build"))
.withMountedCache(
"/root/android-sdk/platforms",
dag.cacheVolume("sdk-platforms")
)
.withMountedCache(
"/root/android-sdk/system-images",
dag.cacheVolume("sdk-system-images")
)
.withMountedCache(
"/root/android-sdk/build-tools",
dag.cacheVolume("sdk-build-tools")
)
.withDirectory("/app", context, {
exclude,
})
Expand Down Expand Up @@ -278,21 +218,6 @@ export async function debugTests(
.from("denoland/deno:debian-1.45.5")
.withExec(["apt-get", "update"])
.withExec(["apt-get", "install", "-y", "curl"])
.withMountedCache("/app/.gradle", dag.cacheVolume("android-gradle"))
.withMountedCache("/root/.gradle", dag.cacheVolume("android-gradle-cache"))
.withMountedCache("/app/build", dag.cacheVolume("android-build"))
.withMountedCache(
"/root/android-sdk/platforms",
dag.cacheVolume("sdk-platforms")
)
.withMountedCache(
"/root/android-sdk/system-images",
dag.cacheVolume("sdk-system-images")
)
.withMountedCache(
"/root/android-sdk/build-tools",
dag.cacheVolume("sdk-build-tools")
)
.withDirectory("/app", context, {
exclude,
})
Expand Down

0 comments on commit f3a31f5

Please sign in to comment.