Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for compileTest (0.1 sec)

  1. platforms/documentation/docs/src/docs/userguide/reference/command_line_interface.adoc

    ----
    
    .Simple Task Graph
    image::commandLineTutorialTasks.png[]
    
    You can see that the `test` task is not executed, even though the `dist` task depends on it.
    The `test` task’s dependencies, such as `compileTest`, are not executed either.
    The dependencies of `test` that other tasks depend on, such as `compile`, are still executed.
    
    [[sec:rerun_tasks]]
    === Forcing tasks to execute
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 23 05:36:09 UTC 2024
    - 34.8K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiserver/pkg/admission/plugin/cel/compile_test.go

    Cici Huang <******@****.***> 1714606001 -0700
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 10.8K bytes
    - Viewed (0)
Back to top