Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 768 for doEmit (0.14 sec)

  1. src/cmd/go/testdata/script/mod_get_issue47650.txt

    # enough commit history to validate the pseudo-version base.
    
    [short] skip 'creates and uses a git repository'
    [!git] skip
    
    env GOPRIVATE=vcs-test.golang.org
    
    # If we request a package in a subdirectory of a module by commit hash, we
    # successfully resolve it to a pseudo-version derived from a tag on the parent
    # commit.
    cp go.mod go.mod.orig
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Dec 11 22:29:11 UTC 2023
    - 1.1K bytes
    - Viewed (0)
  2. pkg/util/iptables/testing/fake_test.go

    	}
    	expected := dedent.Dedent(strings.Trim(`
    		*nat
    		:PREROUTING - [0:0]
    		:INPUT - [0:0]
    		:OUTPUT - [0:0]
    		:POSTROUTING - [0:0]
    		COMMIT
    		*filter
    		:INPUT - [0:0]
    		:FORWARD - [0:0]
    		:OUTPUT - [0:0]
    		COMMIT
    		*mangle
    		COMMIT
    		`, "\n"))
    	if buf.String() != expected {
    		t.Fatalf("bad initial dump. expected:\n%s\n\ngot:\n%s\n", expected, buf.Bytes())
    	}
    
    	// EnsureChain
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Dec 19 01:20:51 UTC 2023
    - 10.2K bytes
    - Viewed (0)
  3. build-logic/performance-testing/src/main/kotlin/gradlebuild/performance/tasks/DetermineBaselines.kt

            }
    
            println("Determined baseline is: ${determinedBaselines.get()}")
        }
    
        /**
         * Coordinator build doesn't resolve to real commit version, they just pass "flakiness-detection-commit" as it is to worker build
         * "flakiness-detection-commit" is resolved to real commit id in worker build to disable build cache.
         *
         * @see PerformanceTest#NON_CACHEABLE_VERSIONS
         */
        private
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jun 21 09:29:24 UTC 2023
    - 4.5K bytes
    - Viewed (0)
  4. ci/official/bisect.sh

    # build configuration. You must set the following variables to control this
    # script:
    #
    #   TF_BISECT_GOOD: Last known good commit (e.g. commit from the last passing job)
    #   TF_BISECT_BAD: First bad commit (e.g. commit from the first failing job)
    #   TF_BISECT_SCRIPT: The build script path relative to the TF root dir, e.g.
    #     ci/official/wheel.sh
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 01 03:21:19 UTC 2024
    - 1.8K bytes
    - Viewed (0)
  5. .github/workflows/release-branch-cherrypick.yml

            branch: ${{ github.event.inputs.release_branch }}-${{ steps.cherrypick.outputs.SHORTSHA }}
            reviewers: learning-to-play
            body: |
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Sep 12 14:49:29 UTC 2023
    - 3.1K bytes
    - Viewed (0)
  6. pkg/registry/core/service/portallocator/operation.go

    // so we allocate immediately, but defer release.
    // On commit we best-effort release the deferred releases.
    // On rollback we best-effort release any allocations we did.
    //
    // Pattern for use:
    //
    //	op := StartPortAllocationOperation(...)
    //	defer op.Finish
    //	...
    //	write(updatedOwner)
    //
    // /  op.Commit()
    type PortAllocationOperation struct {
    	pa              Interface
    	allocated       []int
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jul 26 17:14:05 UTC 2022
    - 4.2K bytes
    - Viewed (0)
  7. src/cmd/go/testdata/script/get_issue53955.txt

    env GIT_AUTHOR_DATE=2022-07-19T11:07:00-04:00
    exec git add go.mod issue53955.go
    exec git commit -m 'initial commit'
    exec git branch -m main
    exec git tag v1.0.9
    
    env GIT_COMMITTER_DATE=2022-07-19T11:07:01-04:00
    env GIT_AUTHOR_DATE=2022-07-19T11:07:01-04:00
    exec git add extra.go
    exec git commit -m 'next commit'
    exec git show-ref --tags --heads
    cmp stdout $WORK/.git-refs-1
    
    cd $WORK/m
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Dec 07 16:37:00 UTC 2023
    - 2.5K bytes
    - Viewed (0)
  8. platforms/software/version-control/src/integTest/groovy/org/gradle/vcs/internal/NestedSourceDependencyIdentityIntegrationTest.groovy

            """
            repoC.file("build.gradle") << """
                dependencies { implementation "test:test:1.2" }
            """
            repoC.commit("initial version")
            repoC.createLightWeightTag("1.2")
    
            dependency(dependencyName)
            repoB.commit("initial version")
            repoB.createLightWeightTag("1.2")
    
            when:
            fails(":assemble")
    
            then:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 02 20:50:18 UTC 2024
    - 9K bytes
    - Viewed (0)
  9. build-logic/performance-testing/src/main/kotlin/gradlebuild/performance/tasks/BuildCommitDistribution.kt

            val rootProjectDir = project.repoRoot().asFile.absolutePath
            val commit = commitBaseline.map { it.substring(it.lastIndexOf('-') + 1) }
            val checkoutDir = RemoteProject.checkout(fsOps, execOps, rootProjectDir, commit.get(), temporaryDir)
    
            tryBuildDistribution(checkoutDir)
            copyToFinalDestination(checkoutDir)
    
            println("Building the commit distribution in $checkoutDir succeeded, now the baseline is ${commitBaseline.get()}")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Feb 22 08:07:16 UTC 2024
    - 7.4K bytes
    - Viewed (0)
  10. src/cmd/go/testdata/vcstest/git/odd-tags.txt

    at 2022-02-23T13:48:02-05:00
    git add README.txt
    git commit -m 'initial state'
    git branch -m main
    git tag 'v2.0.0+incompatible'
    
    at 2022-02-23T13:48:35-05:00
    git rm -r README.txt
    git add go.mod
    git commit -m 'migrate to Go modules'
    git tag 'v0.1.0+build-metadata'
    
    at 2022-02-23T14:41:55-05:00
    git branch v3-dev
    git checkout v3-dev
    cp v3/go.mod go.mod
    git commit go.mod -m 'update to /v3'
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 25 15:36:24 UTC 2022
    - 1.2K bytes
    - Viewed (0)
Back to top