File tree 3 files changed +14
-9
lines changed
3 files changed +14
-9
lines changed Original file line number Diff line number Diff line change @@ -47,12 +47,12 @@ jobs:
47
47
run : |
48
48
nohup gosmee client --saveDir /tmp/gosmee-replay ${{ secrets.PYSMEE_URL }} "http://${CONTROLLER_DOMAIN_URL}" &
49
49
50
- - name : Setup tmate session
51
- uses : mxschmitt/action-tmate@v3
52
- if : ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled }}
53
- with :
54
- detached : true
55
- limit-access-to-actor : true
50
+ # - name: Setup tmate session
51
+ # uses: mxschmitt/action-tmate@v3
52
+ # if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled }}
53
+ # with:
54
+ # detached: true
55
+ # limit-access-to-actor: true
56
56
57
57
- name : Start installing cluster
58
58
run : |
86
86
"${{ secrets.TEST_GITHUB_SECOND_TOKEN }}" \
87
87
"${{ secrets.GITLAB_TOKEN }}"
88
88
89
+ # - uses: actions/checkout@v4
90
+ - name : Setup tmate session
91
+ uses : mxschmitt/action-tmate@v3
92
+
89
93
- name : Run E2E Tests on nightly
90
94
if : ${{ github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' }}
91
95
run : |
@@ -118,4 +122,4 @@ jobs:
118
122
status : ${{ job.status }}
119
123
notify_when : " failure"
120
124
env :
121
- SLACK_WEBHOOK_URL : ${{ secrets.SLACK_WEBHOOK_URL }}
125
+ SLACK_WEBHOOK_URL : ${{ secrets.SLACK_WEBHOOK_URL }}
Original file line number Diff line number Diff line change @@ -109,10 +109,10 @@ run_e2e_tests() {
109
109
export TEST_GITHUB_SECOND_TOKEN=" ${test_github_second_token} "
110
110
111
111
export TEST_GITLAB_API_URL=" https://gitlab.com"
112
- export TEST_GITLAB_PROJECT_ID=" 34405323 "
112
+ export TEST_GITLAB_PROJECT_ID=" 62404501 "
113
113
export TEST_GITLAB_TOKEN=${gitlab_token}
114
114
# https://gitlab.com/gitlab-com/alliances/ibm-red-hat/sandbox/openshift-pipelines/pac-e2e-tests
115
- make test- e2e
115
+ go test -tags= e2e ./test/ -v -run ^TestGitlabDeleteTagEvent$
116
116
}
117
117
118
118
collect_logs () {
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ import (
15
15
)
16
16
17
17
func TestBitbucketCloudPullRequest (t * testing.T ) {
18
+ t .Skip ("Skipping for my test" )
18
19
targetNS := names .SimpleNameGenerator .RestrictLengthWithRandomSuffix ("pac-e2e-ns" )
19
20
ctx := context .Background ()
20
21
You can’t perform that action at this time.
0 commit comments