Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of about 10,000 for _run (0.05 sec)

  1. docs/site-replication/run-ssec-object-replication-with-compression.sh

    Klaus Post <******@****.***> 1718033511 -0700
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:31:51 UTC 2024
    - 8.2K bytes
    - Viewed (0)
  2. pilot/pkg/security/authz/builder/testdata/http/dry-run-allow-and-deny-out1.yaml

    Yangmin Zhu <******@****.***> 1617651067 -0700
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 05 19:31:07 UTC 2021
    - 522 bytes
    - Viewed (0)
  3. src/runtime/netpoll.go

    	pd.wseq++
    	var rg, wg *g
    	pd.publishInfo()
    	delta := int32(0)
    	rg = netpollunblock(pd, 'r', false, &delta)
    	wg = netpollunblock(pd, 'w', false, &delta)
    	if pd.rrun {
    		pd.rt.stop()
    		pd.rrun = false
    	}
    	if pd.wrun {
    		pd.wt.stop()
    		pd.wrun = false
    	}
    	unlock(&pd.lock)
    	if rg != nil {
    		netpollgoready(rg, 3)
    	}
    	if wg != nil {
    		netpollgoready(wg, 3)
    	}
    	netpollAdjustWaiters(delta)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 19:57:43 UTC 2024
    - 20.7K bytes
    - Viewed (0)
  4. pilot/pkg/security/authz/builder/testdata/http/extended-dry-run-allow-and-deny-out2.yaml

    Kuat <******@****.***> 1711363165 -0700
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 25 10:39:25 UTC 2024
    - 507 bytes
    - Viewed (0)
  5. pilot/pkg/security/authz/builder/testdata/http/extended-dry-run-allow-and-deny-out1.yaml

    Kuat <******@****.***> 1711363165 -0700
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 25 10:39:25 UTC 2024
    - 522 bytes
    - Viewed (0)
  6. pkg/test/framework/suite.go

    	// Mark this suite as skipped in the context.
    	ctx.skipped = true
    
    	// Run the tests so that the golang test framework exits normally. The tests will not run because
    	// they see that this suite has been skipped.
    	_ = s.mRun(ctx)
    
    	// Return success.
    	return 0
    }
    
    func (s *suiteImpl) run() (errLevel int) {
    	tc, shutdown, err := tracing.InitializeFullBinary(s.testID)
    	if err != nil {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 22:12:34 UTC 2024
    - 17.2K bytes
    - Viewed (0)
  7. .github/workflows/maven.yml

          - name: Set up Maven
            run:
              mvn --errors --batch-mode --show-version org.apache.maven.plugins:maven-wrapper-plugin:3.3.2:wrapper "-Dmaven=3.9.7"
    
          - name: Build Maven
            run: ./mvnw install -e -B -V -DdistributionFileName=apache-maven -DskipTests -f maven/pom.xml
    
          - name: Running integration tests
            shell: bash
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Jun 03 17:58:28 UTC 2024
    - 5K bytes
    - Viewed (0)
  8. Jenkinsfile.its

            }
          }
        }
        stage( "Run Maven Integration Testing" ) {
          steps {
            git url: "https://github.com/apache/maven-integration-testing.git", branch: "${ITS_BRANCH}"
            sh "ls -lrt ${env.WORKSPACE}/apache-maven/target/"
            withEnv(["JAVA_HOME=${ tool "JDK 1.8 (latest)" }", "PATH+MAVEN=${tool 'Maven 3.6.3'}/bin:${env.JAVA_HOME}/bin"]) {
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Dec 26 16:42:35 UTC 2021
    - 2.3K bytes
    - Viewed (0)
  9. tensorflow/cc/saved_model/loader.cc

            {asset_file_def.tensor_info().name(), assets_file_path_tensor});
      }
    }
    
    // Like Session::Run(), but uses the Make/Run/ReleaseCallable() API to avoid
    // leaving behind non-GC'ed state.
    //
    // Detailed motivation behind this approach, from ashankar@:
    //
    // Each call to Session::Run() that identifies a new subgraph (based on feeds
    // and fetches) creates some datastructures that live as long as the session
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 02 04:36:00 UTC 2024
    - 23K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/docs/userguide/reference/ci-systems/teamcity.adoc

    so we’ll enter the `--scan` option in _Additional Gradle command line parameters_ field.
    
    image::ci-systems/teamcity-scan.png[]
    
    Save the settings and we’re ready to run the build.
    
    === Run the build in TeamCity
    Click the _Run_ button in the right top corner:
    
    image::ci-systems/teamcity-step-upd.png[]
    
    TeamCity will start the build and you’ll be able to view the build progress
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Feb 05 18:33:11 UTC 2024
    - 8.3K bytes
    - Viewed (0)
Back to top