Skip to content

Commit

Permalink
internal/ci: we no longer need to set CUE_LONG=true
Browse files Browse the repository at this point in the history
Its last use was in doc/tutorial/kubernetes/tut_test.go,
removed in https://cuelang.org/cl/1192692 as the tutorial
now lives in github.com/cue-labs/cue-by-example.

Signed-off-by: Daniel Martí <[email protected]>
Change-Id: I0c0b1b6d44ef1c9cd6420d711b72db5727738ada
Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1192938
TryBot-Result: CUEcueckoo <[email protected]>
Reviewed-by: Paul Jolly <[email protected]>
Unity-Result: CUE porcuepine <[email protected]>
  • Loading branch information
mvdan committed Apr 11, 2024
1 parent 943dd16 commit 6e690fd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/trybot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,10 +149,6 @@ jobs:
echo "${commit_signers}"
exit 1
fi
- if: |-
((github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/heads/release-branch.')) && (! (contains(github.event.head_commit.message, '
Dispatch-Trailer: {"type":"')))) || (matrix.go-version == '1.22.x' && matrix.runner == 'ubuntu-22.04')
run: echo CUE_LONG=true >> $GITHUB_ENV
- if: (matrix.go-version == '1.22.x' && matrix.runner == 'ubuntu-22.04')
name: Generate
run: go generate ./...
Expand Down
4 changes: 0 additions & 4 deletions internal/ci/github/trybot.cue
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,6 @@ workflows: trybot: _repo.bashWorkflow & {
// so we only need to run them on one of the matrix jobs.
if: _isLatestLinux
},
json.#step & {
if: "\(_repo.isProtectedBranch) || \(_isLatestLinux)"
run: "echo CUE_LONG=true >> $GITHUB_ENV"
},
_goGenerate,
_goTest & {
if: "\(_repo.isProtectedBranch) || !\(_isLatestLinux)"
Expand Down

0 comments on commit 6e690fd

Please sign in to comment.